Skip to content
Success

Console Output

Started by GitHub push by NATroutter
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /opt/jenkins/workspace/general/FoxBox
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
Cloning the remote Git repository
Cloning repository git@github.com:NATroutter/FoxBot.git
 > git init /opt/jenkins/workspace/general/FoxBox # timeout=10
Fetching upstream changes from git@github.com:NATroutter/FoxBot.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
using GIT_SSH to set credentials NATroutter's GitHub Creds
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:NATroutter/FoxBot.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:NATroutter/FoxBot.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 ec5ee37a99ffeb92b30e4820d243acafe6b79e5d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec5ee37a99ffeb92b30e4820d243acafe6b79e5d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master ec5ee37a99ffeb92b30e4820d243acafe6b79e5d # timeout=10
Commit message: "Fixed typo in rules embed Changed foodstash erro not to come in dms"
 > git rev-list --no-walk 947b24d40f1b9acf0e738e69c98072f5ada62fb8 # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean compile assembly:single package
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------< fi.natroutter:foxbot >------------------------
[INFO] Building FoxBot 1.0.11
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-shade-plugin/3.3.1-SNAPSHOT/maven-metadata.xml
Progress (1): 1.0 kB
                    
Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-shade-plugin/3.3.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.8 kB/s)
Downloading from NAT-Software: https://hub.nat.gg/nexus/repository/NAT-Software/org/projectlombok/lombok/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/maven-metadata.xml
Downloading from dv8tion: https://m2.dv8tion.net/releases/org/projectlombok/lombok/maven-metadata.xml
Progress (1): 1.4/2.0 kB
Progress (1): 2.0 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/maven-metadata.xml (2.0 kB at 26 kB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ foxbot ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ foxbot ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ foxbot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to /opt/jenkins/workspace/general/FoxBox/target/classes
[INFO] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java: Some input files use or override a deprecated API.
[INFO] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- assembly:3.6.0:single (default-cli) @ foxbot ---
[INFO] Artifact fi.natroutter:foxlib:pom:1.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact fi.natroutter:foxlib:pom:1.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
Downloading from central: https://repo.maven.apache.org/maven2/fi/natroutter/foxlib/1.0.8/foxlib-1.0.8.pom
[INFO] Building jar: /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11.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: /opt/jenkins/workspace/general/FoxBox/target/classes
with assembly file: /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11.jar
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ foxbot ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ foxbot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to /opt/jenkins/workspace/general/FoxBox/target/classes
[INFO] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java: Some input files use or override a deprecated API.
[INFO] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ foxbot ---
[INFO] skip non existing resourceDirectory /opt/jenkins/workspace/general/FoxBox/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ foxbot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ foxbot ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.1.0:jar (default-jar) @ foxbot ---
[INFO] Building jar: /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ foxbot >>>
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ foxbot <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ foxbot ---
[INFO] Building jar: /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11-sources.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ foxbot ---
[ERROR] Error fetching link: /opt/jenkins/workspace/general/FoxBox/target/javadoc-bundle-options. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] Loading source files for package fi.natroutter.foxbot.configs...
[WARNING] Loading source files for package fi.natroutter.foxbot.utilities...
[WARNING] Loading source files for package fi.natroutter.foxbot.objects...
[WARNING] Loading source files for package fi.natroutter.foxbot.interfaces...
[WARNING] Loading source files for package fi.natroutter.foxbot...
[WARNING] Loading source files for package fi.natroutter.foxbot.database...
[WARNING] Loading source files for package fi.natroutter.foxbot.commands...
[WARNING] Loading source files for package fi.natroutter.foxbot.listeners...
[WARNING] Loading source files for package fi.natroutter.foxbot.handlers...
[WARNING] Loading source files for package fi.natroutter.foxbot.handlers.permissions...
[WARNING] Loading source files for package fi.natroutter.foxbot.data...
[WARNING] Constructing Javadoc information...
[WARNING] Building index for all the packages and classes...
[WARNING] Standard Doclet version 17.0.9+9-Debian-1deb12u1
[WARNING] Building tree for all the packages and classes...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/About.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/About.java:15: warning: no comment
[WARNING] public class About extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/About.java:17: warning: no comment
[WARNING] public About() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:223: warning: no comment
[WARNING] public abstract Object onCommand(Member member, User bot, Guild guild, MessageChannel channel, List<OptionMapping> args);
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Ask.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Ask.java:30: warning: no comment
[WARNING] public class Ask extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Ask.java:35: warning: no comment
[WARNING] public Ask() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/BaseButton.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseButton.java:9: warning: no comment
[WARNING] public class BaseButton {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/BaseCommand.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:26: warning: no comment
[WARNING] public abstract class BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:30: warning: no comment
[WARNING] public record removedCooldown(String userID, BaseCommand command){};
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:76: warning: no comment
[WARNING] public BaseCommand(String name) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:197: warning: no comment
[WARNING] public BaseCommand addArguments(OptionData... data) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:192: warning: no comment
[WARNING] public BaseCommand addButton(BaseButton... button) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:182: warning: no comment
[WARNING] public BaseCommand addModal(BaseModal... modal) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:187: warning: no comment
[WARNING] public BaseCommand addStringMenu(BaseStringMenu... menu) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:102: warning: no comment
[WARNING] public EmbedBuilder error(String msg) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:155: warning: no comment
[WARNING] public Button getButton(String id) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:130: warning: no comment
[WARNING] public long getCooldown(Member member) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:164: warning: no comment
[WARNING] public BaseModal getModal(String id) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:202: warning: no comment
[WARNING] public ModalMapping getModalArg(List<ModalMapping> args, String id) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:110: warning: no comment
[WARNING] public OptionMapping getOption(List<OptionMapping> options, String name) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:173: warning: no comment
[WARNING] public BaseStringMenu getStringMenu(String id) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:86: warning: no comment
[WARNING] public EmbedBuilder info(String msg) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:138: warning: no comment
[WARNING] public boolean isOnCooldown(Member member) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:211: warning: no comment
[WARNING] public Object onButtonPress(Member member, User Bot, Guild guild, MessageChannel channel, BaseButton button) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:215: warning: no comment
[WARNING] public Object onModalSubmit(Member member, User Bot, Guild guild, MessageChannel channel, BaseModal modal, List<ModalMapping> args) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:219: warning: no comment
[WARNING] public Object onStringMenuSelect(Member member, User Bot, Guild guild, MessageChannel channel, BaseStringMenu menu, List<SelectOption> args) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:151: warning: no comment
[WARNING] public void setCooldown(Member member) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/interfaces/BaseCommand.java:94: warning: no comment
[WARNING] public EmbedBuilder usage(String msg, String usage) {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/BaseCommand.removedCooldown.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/BaseModal.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseModal.java:10: warning: no comment
[WARNING] public class BaseModal {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/BaseReply.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseReply.java:6: warning: no comment
[WARNING] public class BaseReply {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseReply.java:22: warning: no comment
[WARNING] public BaseReply(Object object) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseReply.java:12: warning: no comment
[WARNING] public BaseReply setDeleteDelay(int delay) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseReply.java:17: warning: no comment
[WARNING] public BaseReply setHidden(boolean hidden) {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/BaseStringMenu.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/BaseStringMenu.java:11: warning: no comment
[WARNING] public class BaseStringMenu {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Batroutter.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Batroutter.java:12: warning: no comment
[WARNING] public class Batroutter extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Batroutter.java:14: warning: no comment
[WARNING] public Batroutter() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/BotHandler.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java:22: warning: no comment
[WARNING] public class BotHandler {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java:36: warning: no comment
[WARNING] public BotHandler() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java:79: warning: no comment
[WARNING] public void connect(Consumer<Boolean> consumer) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java:71: warning: no comment
[WARNING] public void registerCommand(BaseCommand command) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java:75: warning: no comment
[WARNING] public void registerListener(ListenerAdapter listener) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/BotHandler.java:94: warning: no comment
[WARNING] public void shutdown() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Catify.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Catify.java:22: warning: no comment
[WARNING] public class Catify extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Catify.java:26: warning: no comment
[WARNING] public Catify() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/CatifyProvider.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/CatifyProvider.java:12: warning: no comment
[WARNING] public class CatifyProvider {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/CatifyProvider.java:22: warning: no comment
[WARNING] public CatifyProvider() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/CoinFlip.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/CoinFlip.java:16: warning: no comment
[WARNING] public class CoinFlip extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/CoinFlip.java:18: warning: no comment
[WARNING] public CoinFlip() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/CommandHandler.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CommandHandler.java:29: warning: no comment
[WARNING] public class CommandHandler extends ListenerAdapter {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CommandHandler.java:38: warning: no comment
[WARNING] public CommandHandler(BotHandler bot) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CommandHandler.java:279: warning: no comment
[WARNING] public String commandArgs(List<OptionMapping> args) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CommandHandler.java:296: warning: no comment
[WARNING] public void commandReply(SlashCommandInteractionEvent e, BaseCommand cmd) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CommandHandler.java:42: warning: no comment
[WARNING] protected void registerAll() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/Config.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/Config.java:7: warning: no comment
[WARNING] public class Config {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/Config.java:34: warning: no comment
[WARNING] public static class ApiKeys {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/Config.java:39: warning: no comment
[WARNING] public static class channels {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/Config.java:49: warning: no comment
[WARNING] public static class general {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/Config.java:24: warning: no comment
[WARNING] public static class MongoDB {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/Config.java:17: warning: no comment
[WARNING] public static class ThemeColor {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/Config.ApiKeys.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/Config.channels.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/Config.general.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/Config.MongoDB.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/Config.ThemeColor.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/ConfigProvider.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/ConfigProvider.java:13: warning: no comment
[WARNING] public class ConfigProvider {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/ConfigProvider.java:22: warning: no comment
[WARNING] public ConfigProvider() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/configs/ConfigProvider.java:41: warning: no comment
[WARNING] public Config get() {return config;}
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/ConsoleClient.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/ConsoleClient.java:13: warning: no comment
[WARNING] public class ConsoleClient {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/ConsoleClient.java:24: warning: no comment
[WARNING] public ConsoleClient(BotHandler bot) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/ConsoleClient.java:29: warning: no comment
[WARNING] public void loop() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/CreditHandler.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CreditHandler.java:11: warning: no comment
[WARNING] public class CreditHandler {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CreditHandler.java:22: warning: no comment
[WARNING] public void add(User user, int amount) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CreditHandler.java:36: warning: no comment
[WARNING] public void get(User user, Consumer<Long> action) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CreditHandler.java:15: warning: no comment
[WARNING] public void set(User user, int amount) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CreditHandler.java:29: warning: no comment
[WARNING] public void take(User user, int amount) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/handlers/CreditHandler.java:42: warning: no comment
[WARNING] public void top10(User user, Consumer<List<UserEntry>> action) {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/DefineKick.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/listeners/DefineKick.java:15: warning: no comment
[WARNING] public class DefineKick {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/listeners/DefineKick.java:25: warning: no comment
[WARNING] public DefineKick(BotHandler bot) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/listeners/DefineKick.java:62: warning: no comment
[WARNING] public void loadDefined(Consumer<ConcurrentHashMap<String, DefineUser>> defined) {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Dice.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:17: warning: no comment
[WARNING] public class Dice extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:26: warning: no comment
[WARNING] public enum DiceSides {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:19: warning: no comment
[WARNING] public Dice() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Dice.DiceSides.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:45: warning: no comment
[WARNING] public static DiceSides random() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:27: warning: no comment
[WARNING] side1("https://i.imgur.com/klENaSt.png",1),
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:28: warning: no comment
[WARNING] side2("https://i.imgur.com/BLPeVCX.png",2),
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:29: warning: no comment
[WARNING] side3("https://i.imgur.com/AZsvRsE.png",3),
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:30: warning: no comment
[WARNING] side4("https://i.imgur.com/PYIC6xC.png",4),
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:31: warning: no comment
[WARNING] side5("https://i.imgur.com/Z8Nlhpn.png",5),
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Dice.java:32: warning: no comment
[WARNING] side6("https://i.imgur.com/EBPTJHE.png",6);
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/Embeds.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:13: warning: no comment
[WARNING] public class Embeds {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:60: warning: no comment
[WARNING] public static EmbedBuilder general(Guild guild) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:106: warning: no comment
[WARNING] public static EmbedBuilder links() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:94: warning: no comment
[WARNING] public static EmbedBuilder minecraft() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:137: warning: no comment
[WARNING] public static EmbedBuilder musicBotUsage() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:129: warning: no comment
[WARNING] public static EmbedBuilder roleSelector() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:17: warning: no comment
[WARNING] public static EmbedBuilder rules() {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/data/Embeds.java:162: warning: no comment
[WARNING] public static EmbedBuilder tradeBotUsage(String traderRole) {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/EventLogger.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/listeners/EventLogger.java:40: warning: no comment
[WARNING] public class EventLogger extends ListenerAdapter {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/listeners/EventLogger.java:49: warning: no comment
[WARNING] public EventLogger() {}
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Fox.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Fox.java:15: warning: no comment
[WARNING] public class Fox extends BaseCommand {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/commands/Fox.java:17: warning: no comment
[WARNING] public Fox() {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/FoxBot.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/FoxBot.java:28: warning: no comment
[WARNING] public class FoxBot extends FoxLib {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/FoxBot.java:130: warning: no comment
[WARNING] public static Role getTraderRole(Guild guild) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/FoxBot.java:125: warning: no comment
[WARNING] public static boolean hasTraderRole(Member member) {
[WARNING] ^
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/FoxBot.java:55: warning: no comment
[WARNING] public static void main(String[] args) {
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/GameRole.html...
[WARNING] /opt/jenkins/workspace/general/FoxBox/src/main/java/fi/natroutter/foxbot/objects/GameRole.java:5: warning: no comment
[WARNING] public record GameRole(String tag, String name, String description, EmojiUnion emoji, String roleIcon){};
[WARNING] ^
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/GameRoles.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/GIfData.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/GIfData.data.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/GIfData.Images.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/GIfData.Original.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/GroupEntry.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/GuildTime.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/HelpCommand.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Info.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Invites.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/InviteTracker.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/MessageLog.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/MinecraftData.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/ModalReply.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/Modals.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/MongoConnector.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/MongoHandler.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/Node.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Permission.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/Permissions.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Pick.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.Alternates.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.File.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.Original.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.Sample.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.Score.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Post.Tags.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/Posts.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Prune.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/SocialCredit.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/SocialListener.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/SpamListener.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Update.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/UserEntry.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/utilities/Utils.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/Validator.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Wakeup.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/Yiff.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/utilities/package-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/utilities/package-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/Config.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/Config.general.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/Config.channels.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/Config.ApiKeys.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/Config.MongoDB.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/Config.ThemeColor.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/CatifyProvider.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/class-use/ConfigProvider.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/utilities/class-use/Utils.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/HelpCommand.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/GameRole.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/BaseStringMenu.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/BaseButton.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.Score.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.Tags.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.File.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.Original.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.Alternates.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Post.Sample.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/GuildTime.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/Posts.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/MessageLog.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/MinecraftData.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/BaseReply.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/BaseModal.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/ModalReply.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/GIfData.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/GIfData.Original.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/GIfData.Images.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/class-use/GIfData.data.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/class-use/BaseCommand.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/class-use/BaseCommand.removedCooldown.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/class-use/FoxBot.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/class-use/MongoHandler.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/class-use/Validator.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/class-use/UserEntry.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/class-use/MongoConnector.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/class-use/GroupEntry.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Permission.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/SocialCredit.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Pick.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Prune.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Catify.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/About.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Batroutter.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Dice.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Dice.DiceSides.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/CoinFlip.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Info.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Wakeup.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Fox.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Yiff.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Invites.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Ask.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/class-use/Update.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/class-use/EventLogger.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/class-use/DefineKick.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/class-use/SocialListener.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/class-use/InviteTracker.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/class-use/SpamListener.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/class-use/CreditHandler.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/class-use/ConsoleClient.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/class-use/CommandHandler.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/class-use/BotHandler.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/class-use/GameRoles.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/class-use/Permissions.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/class-use/Node.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/class-use/Modals.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/class-use/Embeds.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/commands/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/configs/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/data/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/database/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/handlers/permissions/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/interfaces/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/listeners/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/objects/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/fi/natroutter/foxbot/utilities/package-use.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/overview-tree.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/index.html...
[WARNING] Building index for all classes...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/allclasses-index.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/allpackages-index.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/index-all.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/overview-summary.html...
[WARNING] Generating /opt/jenkins/workspace/general/FoxBox/target/apidocs/help-doc.html...
[WARNING] 100 warnings
[INFO] Building jar: /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11-javadoc.jar
[INFO] 
[INFO] --- shade:3.3.1-SNAPSHOT:shade (default) @ foxbot ---
[INFO] Including fi.natroutter:foxlib:jar:1.0.8 in the shaded jar.
[INFO] Including net.jodah:expiringmap:jar:0.5.11 in the shaded jar.
[INFO] Including org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:3.6.0 in the shaded jar.
[INFO] Including org.apache.maven.shared:maven-common-artifact-filters:jar:3.3.2 in the shaded jar.
[INFO] Including org.codehaus.plexus:plexus-interpolation:jar:1.26 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
[INFO] Including org.apache.maven.shared:maven-filtering:jar:3.3.1 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including org.sonatype.plexus:plexus-build-api:jar:0.0.7 in the shaded jar.
[INFO] Including org.codehaus.plexus:plexus-io:jar:3.4.1 in the shaded jar.
[INFO] Including org.codehaus.plexus:plexus-archiver:jar:4.7.1 in the shaded jar.
[INFO] Including org.apache.commons:commons-compress:jar:1.23.0 in the shaded jar.
[INFO] Including org.iq80.snappy:snappy:jar:0.4 in the shaded jar.
[INFO] Including org.tukaani:xz:jar:1.9 in the shaded jar.
[INFO] Including com.github.luben:zstd-jni:jar:1.5.5-2 in the shaded jar.
[INFO] Including org.apache.maven:maven-archiver:jar:3.6.0 in the shaded jar.
[INFO] Including org.codehaus.plexus:plexus-utils:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.6 in the shaded jar.
[INFO] Including org.slf4j:slf4j-simple:jar:2.0.6 in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar.
[INFO] Including org.jsoup:jsoup:jar:1.15.4 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-sync:jar:4.9.0 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.9.0 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.9.0 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.9.0 in the shaded jar.
[INFO] Including net.dv8tion:JDA:jar:5.0.0-beta.15 in the shaded jar.
[INFO] Including com.neovisionaries:nv-websocket-client:jar:2.14 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.10.0 in the shaded jar.
[INFO] Including com.squareup.okio:okio-jvm:jar:3.0.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.31 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.31 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.5.31 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.6.20 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including club.minnced:opus-java:jar:1.1.1 in the shaded jar.
[INFO] Including club.minnced:opus-java-api:jar:1.1.1 in the shaded jar.
[INFO] Including net.java.dev.jna:jna:jar:4.4.0 in the shaded jar.
[INFO] Including club.minnced:opus-java-natives:jar:1.1.1 in the shaded jar.
[INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar.
[INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:2.0 in the shaded jar.
[INFO] Including org.projectlombok:lombok:jar:1.18.26 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] maven-assembly-plugin-3.6.0.jar, maven-filtering-3.3.1.jar, plexus-archiver-4.7.1.jar, plexus-io-3.4.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/sisu/javax.inject.Named
[WARNING] jackson-annotations-2.14.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, jsoup-1.15.4.jar, maven-archiver-3.6.0.jar, maven-assembly-plugin-3.6.0.jar, maven-common-artifact-filters-3.3.2.jar, maven-filtering-3.3.1.jar, plexus-utils-3.5.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE
[WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, maven-archiver-3.6.0.jar, maven-assembly-plugin-3.6.0.jar, maven-common-artifact-filters-3.3.2.jar, maven-filtering-3.3.1.jar, plexus-utils-3.5.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE
[WARNING] bson-4.9.0.jar, mongodb-driver-core-4.9.0.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[WARNING] gson-2.10.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, kotlin-stdlib-1.6.20.jar, kotlin-stdlib-jdk7-1.5.31.jar, kotlin-stdlib-jdk8-1.5.31.jar, slf4j-api-2.0.6.jar, slf4j-simple-2.0.6.jar, snakeyaml-2.0.jar, xz-1.9.jar define 1 overlapping classes: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] JDA-5.0.0-beta.15.jar, annotations-13.0.jar, bson-4.9.0.jar, bson-record-codec-4.9.0.jar, commons-collections4-4.4.jar, commons-compress-1.23.0.jar, commons-io-2.11.0.jar, expiringmap-0.5.11.jar, foxbot-1.0.11.jar, foxlib-1.0.8.jar, gson-2.10.1.jar, jackson-annotations-2.14.1.jar, jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, jna-4.4.0.jar, jsoup-1.15.4.jar, kotlin-stdlib-1.6.20.jar, kotlin-stdlib-common-1.5.31.jar, kotlin-stdlib-jdk7-1.5.31.jar, kotlin-stdlib-jdk8-1.5.31.jar, lombok-1.18.26.jar, maven-archiver-3.6.0.jar, maven-assembly-plugin-3.6.0.jar, maven-common-artifact-filters-3.3.2.jar, maven-filtering-3.3.1.jar, mongodb-driver-core-4.9.0.jar, mongodb-driver-sync-4.9.0.jar, nv-websocket-client-2.14.jar, okhttp-4.10.0.jar, okio-jvm-3.0.0.jar, opus-java-1.1.1.jar, opus-java-api-1.1.1.jar, opus-java-natives-1.1.1.jar, plexus-archiver-4.7.1.jar, plexus-build-api-0.0.7.jar, plexus-interpolation-1.26.jar, plexus-io-3.4.1.jar, plexus-utils-3.5.1.jar, slf4j-api-2.0.6.jar, slf4j-simple-2.0.6.jar, snakeyaml-2.0.jar, snappy-0.4.jar, trove4j-3.0.3.jar, xz-1.9.jar, zstd-jni-1.5.5-2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-archiver-3.6.0.jar, maven-assembly-plugin-3.6.0.jar, maven-common-artifact-filters-3.3.2.jar, maven-filtering-3.3.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/DEPENDENCIES
[WARNING] commons-collections4-4.4.jar, commons-compress-1.23.0.jar, commons-io-2.11.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING]   - META-INF/NOTICE.txt
[WARNING] foxlib-1.0.8.jar, lombok-1.18.26.jar define 202 overlapping classes and resources: 
[WARNING]   - AUTHORS
[WARNING]   - LICENSE
[WARNING]   - META-INF/gradle/incremental.annotation.processors
[WARNING]   - META-INF/services/javax.annotation.processing.Processor
[WARNING]   - META-INF/services/lombok.core.LombokApp
[WARNING]   - META-INF/services/lombok.core.PostCompilerTransformation
[WARNING]   - META-INF/services/lombok.core.runtimeDependencies.RuntimeDependencyInfo
[WARNING]   - META-INF/services/lombok.eclipse.EclipseASTVisitor
[WARNING]   - META-INF/services/lombok.eclipse.EclipseAnnotationHandler
[WARNING]   - META-INF/services/lombok.eclipse.handlers.EclipseSingularsRecipes$EclipseSingularizer
[WARNING]   - 192 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11.jar with /opt/jenkins/workspace/general/FoxBox/target/foxbot-1.0.11-shaded.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.945 s
[INFO] Finished at: 2024-02-15T17:19:58+01:00
[INFO] ------------------------------------------------------------------------
[Pipeline] script
[Pipeline] {
[Pipeline] readMavenPom
[Pipeline] readMavenPom
[Pipeline] readMavenPom
[Pipeline] readMavenPom
[Pipeline] readMavenPom
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish javadoc)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] javadoc
Publishing Javadoc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish artifacts)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] nexusArtifactUploader
Uploading artifact foxbot-1.0.11.jar started....
GroupId: fi.natroutter
ArtifactId: foxbot
Classifier: 
Type: jar
Version: 1.0.11
File: foxbot-1.0.11.jar
Repository:NAT-Software
Uploading artifact foxbot-1.0.11-sources.jar started....
GroupId: fi.natroutter
ArtifactId: foxbot
Classifier: sources
Type: jar
Version: 1.0.11
File: foxbot-1.0.11-sources.jar
Repository:NAT-Software
Uploading artifact foxbot-1.0.11-javadoc.jar started....
GroupId: fi.natroutter
ArtifactId: foxbot
Classifier: javadoc
Type: jar
Version: 1.0.11
File: foxbot-1.0.11-javadoc.jar
Repository:NAT-Software
Uploading: https://hub.nat.gg/nexus/repository/NAT-Software/fi/natroutter/foxbot/1.0.11/foxbot-1.0.11.jar
10 % completed (3.2 MB / 30 MB).
20 % completed (6.2 MB / 30 MB).
30 % completed (9.1 MB / 30 MB).
40 % completed (12 MB / 30 MB).
50 % completed (15 MB / 30 MB).
60 % completed (18 MB / 30 MB).
70 % completed (21 MB / 30 MB).
80 % completed (24 MB / 30 MB).
90 % completed (27 MB / 30 MB).
100 % completed (30 MB / 30 MB).
Uploaded: https://hub.nat.gg/nexus/repository/NAT-Software/fi/natroutter/foxbot/1.0.11/foxbot-1.0.11.jar (30 MB at 29 MB/s)
Uploading: https://hub.nat.gg/nexus/repository/NAT-Software/fi/natroutter/foxbot/1.0.11/foxbot-1.0.11-sources.jar
Uploaded: https://hub.nat.gg/nexus/repository/NAT-Software/fi/natroutter/foxbot/1.0.11/foxbot-1.0.11-sources.jar (68 kB at 552 kB/s)
Uploading: https://hub.nat.gg/nexus/repository/NAT-Software/fi/natroutter/foxbot/1.0.11/foxbot-1.0.11-javadoc.jar
Uploaded: https://hub.nat.gg/nexus/repository/NAT-Software/fi/natroutter/foxbot/1.0.11/foxbot-1.0.11-javadoc.jar (435 kB at 3.5 MB/s)
Uploading artifact foxbot-1.0.11.jar completed.
Uploading artifact foxbot-1.0.11-sources.jar completed.
Uploading artifact foxbot-1.0.11-javadoc.jar completed.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Finishing)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] discordSend
Sending notification to Discord.
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS