Started by user PseudoKnight Running as SYSTEM Building in workspace /var/jenkins_home/workspace/CHDiscord The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/CHDiscord/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/PseudoKnight/CHDiscord # timeout=10 Fetching upstream changes from https://github.com/PseudoKnight/CHDiscord > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://github.com/PseudoKnight/CHDiscord +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 838507825fabd613bb12000cc2b0218637c6ae5a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 838507825fabd613bb12000cc2b0218637c6ae5a # timeout=10 Commit message: "Add discord_get_permissions()" > git rev-list --no-walk bd49431d80107809b25b067cd04413b75e46d8d3 # timeout=10 Parsing POMs Established TCP socket on 33129 [CHDiscord] $ /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/jenkins_home/war/WEB-INF/lib/remoting-3206.vb_15dcf73f6a_9.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 33129 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/jenkins_home/workspace/CHDiscord/pom.xml clean package [INFO] Scanning for projects... [INFO] [INFO] ---------------------< me.pseudoknight:CHDiscord >---------------------- [INFO] Building CHDiscord 2.15.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/sk89q/commandhelper/3.3.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/groups/public/com/sk89q/commandhelper/3.3.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from dv8tion: https://m2.dv8tion.net/releases/com/sk89q/commandhelper/3.3.4-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/sk89q/commandhelper/3.3.4-SNAPSHOT/maven-metadata.xml (989 B at 505 B/s) [INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from dv8tion: https://m2.dv8tion.net/releases/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from enginehub-maven: https://maven.enginehub.org/repo/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml (1.5 kB at 7.9 kB/s) [INFO] Downloaded from spigot-repo: https://hub.spigotmc.org/nexus/content/groups/public/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml (1.5 kB at 8.7 kB/s) [INFO] Downloading from maven-central: https://repo.maven.apache.org/maven2/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from enginehub-maven: https://maven.enginehub.org/repo/org/spigotmc/spigot-api/1.16.2-R0.1-SNAPSHOT/maven-metadata.xml (1.5 kB at 4.4 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ CHDiscord --- [INFO] Deleting /var/jenkins_home/workspace/CHDiscord/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ CHDiscord --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ CHDiscord --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /var/jenkins_home/workspace/CHDiscord/target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /var/jenkins_home/workspace/CHDiscord/src/main/java/me/pseudoknight/chdiscord/GuildFunctions.java: Some input files use unchecked or unsafe operations. [INFO] /var/jenkins_home/workspace/CHDiscord/src/main/java/me/pseudoknight/chdiscord/GuildFunctions.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- exec:1.6.0:java (cache-annotations) @ CHDiscord --- -- Caching annotations -- Scanning for classes in /var/jenkins_home/workspace/CHDiscord/target/classes Outputting file to directory /var/jenkins_home/workspace/CHDiscord/target/classes Done writing jarInfo.ser, which took 820 ms. -- Checking for custom compile errors -- -- Finished with custom compiler checks -- [INFO] [INFO] --- processor:2.2.4:process (process) @ CHDiscord --- Processing me.pseudoknight.chdiscord.Extension Extension 'CHDiscord' checks out ok! [WARNING] diagnostic: warning: Supported source version 'RELEASE_8' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '17' [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ CHDiscord --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHDiscord/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ CHDiscord --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.2:test (default-test) @ CHDiscord --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ CHDiscord --- [INFO] Building jar: /var/jenkins_home/workspace/CHDiscord/target/CHDiscord-2.15.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.4:shade (shaded) @ CHDiscord --- [INFO] Including net.dv8tion:JDA:jar:5.0.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:2.0.13 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.12.0 in the shaded jar. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.8.21 in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar. [INFO] Including net.sf.trove4j:core:jar:3.1.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.17.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.17.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.17.0 in the shaded jar. [INFO] Including ch.qos.logback:logback-classic:jar:1.3.14 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.3.14 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:3.6.0 in the shaded jar. [INFO] Including com.squareup.okio:okio-jvm:jar:3.6.0 in the shaded jar. [INFO] Excluding org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.8.21 from the shaded jar. [INFO] Excluding org.jetbrains:annotations:jar:13.0 from the shaded jar. [INFO] Excluding org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.21 from the shaded jar. [INFO] Excluding net.bytebuddy:byte-buddy:jar:1.14.9 from the shaded jar. [INFO] Excluding com.sk89q:commandhelper:jar:3.3.4-SNAPSHOT from the shaded jar. [INFO] Excluding org.spigotmc:spigot-api:jar:1.16.2-R0.1-SNAPSHOT from the shaded jar. [INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:21.0 from the shaded jar. [INFO] Excluding net.md-5:bungeecord-chat:jar:1.16-R0.3 from the shaded jar. [INFO] Excluding com.googlecode.json-simple:json-simple:jar:1.1.1 from the shaded jar. [INFO] Excluding junit:junit:jar:4.10 from the shaded jar. [INFO] Excluding org.hamcrest:hamcrest-core:jar:1.1 from the shaded jar. [INFO] Excluding org.mindrot:jBCrypt:jar:1.0 from the shaded jar. [INFO] Excluding org.perf4j:perf4j:jar:0.9.16 from the shaded jar. [INFO] Excluding org.xerial:sqlite-jdbc:jar:3.21.0.1 from the shaded jar. [INFO] Excluding redis.clients:jedis:jar:2.9.0 from the shaded jar. [INFO] Excluding org.apache.commons:commons-pool2:jar:2.4.2 from the shaded jar. [INFO] Excluding mysql:mysql-connector-java:jar:8.0.18 from the shaded jar. [INFO] Excluding com.google.protobuf:protobuf-java:jar:3.6.1 from the shaded jar. [INFO] Excluding postgresql:postgresql:jar:9.1-901-1.jdbc4 from the shaded jar. [INFO] Excluding com.microsoft.sqlserver:mssql-jdbc:jar:8.2.2.jre8 from the shaded jar. [INFO] Excluding org.yaml:snakeyaml:jar:1.26 from the shaded jar. [INFO] Excluding org.apache.commons:commons-io:jar:2.4 from the shaded jar. [INFO] Excluding com.jcraft:jsch:jar:0.1.54 from the shaded jar. [INFO] Excluding net.sourceforge.jchardet:jchardet:jar:1.0 from the shaded jar. [INFO] Excluding org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:1.0.2 from the shaded jar. [INFO] Excluding org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:1.0.2 from the shaded jar. [INFO] Excluding org.json:json:jar:20140107 from the shaded jar. [INFO] Excluding org.brotli:dec:jar:0.1.2 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.13 from the shaded jar. [INFO] Excluding org.ow2.asm:asm-all:jar:6.0_BETA from the shaded jar. [INFO] Excluding jline:jline:jar:2.14.5 from the shaded jar. [INFO] Excluding javax.mail:mail:jar:1.5.0-b01 from the shaded jar. [INFO] Excluding javax.activation:activation:jar:1.1.1 from the shaded jar. [INFO] Excluding org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.8.0 from the shaded jar. [INFO] Excluding org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:0.8.0 from the shaded jar. [INFO] Excluding org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.18.0 from the shaded jar. [INFO] Excluding org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.18.0 from the shaded jar. [INFO] Excluding org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.18.0 from the shaded jar. [INFO] Excluding org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.8.0 from the shaded jar. [INFO] Excluding io.swagger.core.v3:swagger-annotations:jar:2.0.0 from the shaded jar. [INFO] Excluding com.squareup.okhttp:okhttp:jar:2.7.5 from the shaded jar. [INFO] Excluding com.squareup.okhttp:logging-interceptor:jar:2.7.5 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.8.1 from the shaded jar. [INFO] Excluding io.gsonfire:gson-fire:jar:1.8.3 from the shaded jar. [INFO] Excluding org.threeten:threetenbp:jar:1.3.5 from the shaded jar. [INFO] Excluding org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10 from the shaded jar. [INFO] Minimizing jar me.pseudoknight:CHDiscord:jar:2.15.0-SNAPSHOT [WARNING] /var/jenkins_home/workspace/CHDiscord/target/classes (Is a directory) [WARNING] /var/jenkins_home/workspace/CHDiscord/target/classes (Is a directory) [INFO] Minimized 6574 -> 3912 (59%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/jenkins_home/workspace/CHDiscord/target/CHDiscord-2.15.0-SNAPSHOT.jar with /var/jenkins_home/workspace/CHDiscord/target/CHDiscord-2.15.0-SNAPSHOT-shaded.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:52 min [INFO] Finished at: 2024-07-21T01:38:37-06:00 [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/jenkins_home/workspace/CHDiscord/pom.xml to me.pseudoknight/CHDiscord/2.15.0-SNAPSHOT/CHDiscord-2.15.0-SNAPSHOT.pom [JENKINS] Archiving /var/jenkins_home/workspace/CHDiscord/target/CHDiscord-2.15.0-SNAPSHOT.jar to me.pseudoknight/CHDiscord/2.15.0-SNAPSHOT/CHDiscord-2.15.0-SNAPSHOT.jar channel stopped Setting project description with contents of file [README.md] Archiving artifacts Finished: SUCCESS