Skip to content
Success

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/MSSMS
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/LadyCailin/MSSMS
 > git init /var/jenkins_home/workspace/MSSMS # timeout=10
Fetching upstream changes from https://github.com/LadyCailin/MSSMS
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/LadyCailin/MSSMS +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/LadyCailin/MSSMS # 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 af02818cc7d0c346fad23c4879244ada23cef3ad (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af02818cc7d0c346fad23c4879244ada23cef3ad # timeout=10
Commit message: "Merge pull request #2 from PseudoKnight/patch-2"
First time build. Skipping changelog.
Parsing POMs
Discovered a new module com.methodscript:MSSMS MSSMS
Modules changed, recalculating dependency graph
Established TCP socket on 35219
[MSSMS] $ /usr/lib/jvm/temurin-8-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-3160.vd76b_9ddd10cc.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 35219
Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.findClassInternal(ClassRealm.java:313)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:432)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:136)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:66)
ERROR: ================================================================================
ERROR: Invalid project setup: Connection reset
ERROR: [JENKINS-18403][JENKINS-28294] JDK 'JDK-8' not supported to run Maven projects.
ERROR: Maven projects have to be launched with a Java version greater or equal to the minimum version required by the controller.
ERROR: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK.
ERROR: Retrying with agent Java and setting compile/test properties to point to /usr/lib/jvm/temurin-8-jdk-amd64.
ERROR: ================================================================================
Established TCP socket on 39833
[MSSMS] $ /opt/java/openjdk/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-3160.vd76b_9ddd10cc.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 39833
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/MSSMS/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< com.methodscript:MSSMS >-----------------------
[INFO] Building MSSMS 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 4.0 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 201 kB/s)
[INFO] Artifact junit:junit:pom:4.13.1 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 [enginehub-repo (https://maven.enginehub.org/repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact junit:junit:pom:4.13.1 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 [enginehub-repo (https://maven.enginehub.org/repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/junit/junit/4.13.1/junit-4.13.1.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/junit/junit/4.13.1/junit-4.13.1.pom (0 B at 0 B/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/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 3.5 kB/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] 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 5.3 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/twilio/sdk/twilio/7.44.0/twilio-7.44.0.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/twilio/sdk/twilio/7.44.0/twilio-7.44.0.pom (9.5 kB at 2.0 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/google/guava/guava/28.0-android/guava-28.0-android.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/google/guava/guava/28.0-android/guava-28.0-android.pom (8.7 kB at 63 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/google/guava/guava-parent/28.0-android/guava-parent-28.0-android.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/google/guava/guava-parent/28.0-android/guava-parent-28.0-android.pom (13 kB at 4.6 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 684 B/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 2.0 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/joda-time/joda-time/2.5/joda-time-2.5.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/joda-time/joda-time/2.5/joda-time-2.5.pom (27 kB at 7.9 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/io/jsonwebtoken/jjwt/0.4/jjwt-0.4.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/io/jsonwebtoken/jjwt/0.4/jjwt-0.4.pom (13 kB at 3.9 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom (2.7 kB at 1.0 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom (11 kB at 3.4 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-databind/2.4.2/jackson-databind-2.4.2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-databind/2.4.2/jackson-databind-2.4.2.pom (5.7 kB at 44 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-parent/2.4/jackson-parent-2.4.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-parent/2.4/jackson-parent-2.4.pom (6.4 kB at 48 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/oss-parent/16/oss-parent-16.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/oss-parent/16/oss-parent-16.pom (19 kB at 6.8 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.4.0/jackson-annotations-2.4.0.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.4.0/jackson-annotations-2.4.0.pom (1.2 kB at 476 B/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-core/2.4.2/jackson-core-2.4.2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-core/2.4.2/jackson-core-2.4.2.pom (4.8 kB at 40 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 51 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 4.1 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 12 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 1.8 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 5.3 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (3.9 kB at 30 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (5.5 kB at 2.1 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (12 kB at 5.3 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 67 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/oss-parent/34/oss-parent-34.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 167 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.pom (2.6 kB at 966 B/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.pom (6.3 kB at 54 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 14 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 58 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 155 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom (486 B at 4.2 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 359 B/s)
[INFO] Artifact junit:junit:jar:4.13.1 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 [enginehub-repo (https://maven.enginehub.org/repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact junit:junit:jar:4.13.1 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 [enginehub-repo (https://maven.enginehub.org/repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/junit/junit/4.13.1/junit-4.13.1.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/junit/junit/4.13.1/junit-4.13.1.jar (0 B at 0 B/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/twilio/sdk/twilio/7.44.0/twilio-7.44.0.jar
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/google/guava/guava/28.0-android/guava-28.0-android.jar
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/joda-time/joda-time/2.5/joda-time-2.5.jar
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/io/jsonwebtoken/jjwt/0.4/jjwt-0.4.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/io/jsonwebtoken/jjwt/0.4/jjwt-0.4.jar (82 kB at 21 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar (13 kB at 3.4 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/joda-time/joda-time/2.5/joda-time-2.5.jar (588 kB at 123 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/google/guava/guava/28.0-android/guava-28.0-android.jar (2.6 MB at 523 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/twilio/sdk/twilio/7.44.0/twilio-7.44.0.jar (3.6 MB at 678 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (326 kB at 46 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 104 kB/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 43 kB/s)
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.jar (67 kB at 8.5 kB/s)
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/jackson-databind-2.9.9.1.jar (1.3 MB at 156 kB/s)
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar (104 kB at 11 kB/s)
[INFO] Downloaded from enginehub-repo: https://maven.enginehub.org/repo/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 2.3 kB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ MSSMS ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MSSMS ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/MSSMS/src/main/resources
[INFO] 
[INFO] --- compiler:3.7.0:compile (default-compile) @ MSSMS ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/jenkins_home/workspace/MSSMS/target/classes
[INFO] 
[INFO] --- processor:2.2.4:process (process) @ MSSMS ---
Processing com.methodscript.mssms.MSSMS
Extension 'MSSMS' 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] >>> exec:1.2.1:java (cache-annotations) > validate @ MSSMS >>>
[WARNING] Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
[INFO] 
[INFO] <<< exec:1.2.1:java (cache-annotations) < validate @ MSSMS <<<
[INFO] 
[INFO] 
[INFO] --- exec:1.2.1:java (cache-annotations) @ MSSMS ---
-- Caching annotations --
Scanning for classes in /var/jenkins_home/workspace/MSSMS/target/classes
Outputting file to directory /var/jenkins_home/workspace/MSSMS/target/classes
Done writing jarInfo.ser, which took 517 ms.
-- Checking for custom compile errors --
-- Finished with custom compiler checks --
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MSSMS ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/MSSMS/src/test/resources
[INFO] 
[INFO] --- compiler:3.7.0:testCompile (default-testCompile) @ MSSMS ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ MSSMS ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.1.2:jar (default-jar) @ MSSMS ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 92 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 127 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 89 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 434 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 127 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 427 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 918 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 272 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 681 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.1 MB/s)
[INFO] Building jar: /var/jenkins_home/workspace/MSSMS/target/MSSMS-0.0.1.jar
[INFO] 
[INFO] --- shade:1.4:shade (ShadedBundle) @ MSSMS ---
[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 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 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.slf4j:slf4j-api:jar:1.7.7 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.11 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.okio:okio:jar:1.6.0 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] Including com.twilio.sdk:twilio:jar:7.44.0 in the shaded jar.
[INFO] Including com.google.guava:guava:jar:28.0-android in the shaded jar.
[INFO] Excluding com.google.guava:failureaccess:jar:1.0.1 from the shaded jar.
[INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar.
[INFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.2 from the shaded jar.
[INFO] Excluding org.checkerframework:checker-compat-qual:jar:2.5.5 from the shaded jar.
[INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.3.2 from the shaded jar.
[INFO] Excluding com.google.j2objc:j2objc-annotations:jar:1.3 from the shaded jar.
[INFO] Excluding org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 from the shaded jar.
[INFO] Including joda-time:joda-time:jar:2.5 in the shaded jar.
[INFO] Excluding io.jsonwebtoken:jjwt:jar:0.4 from the shaded jar.
[INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.6 in the shaded jar.
[INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
[INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.10 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.9.9 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.9.9 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.9.9.1 in the shaded jar.
[INFO] Including javax.xml.bind:jaxb-api:jar:2.2 in the shaded jar.
[INFO] Excluding javax.xml.stream:stax-api:jar:1.0-2 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/jenkins_home/workspace/MSSMS/target/MSSMS-0.0.1.jar with /var/jenkins_home/workspace/MSSMS/target/MSSMS-0.0.1-shaded.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:58 min
[INFO] Finished at: 2024-02-28T02:54:20-07:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/jenkins_home/workspace/MSSMS/dependency-reduced-pom.xml to com.methodscript/MSSMS/0.0.1/MSSMS-0.0.1.pom
[JENKINS] Archiving /var/jenkins_home/workspace/MSSMS/target/MSSMS-0.0.1.jar to com.methodscript/MSSMS/0.0.1/MSSMS-0.0.1.jar
channel stopped
Setting project description with contents of file [README.md]
Archiving artifacts
Finished: SUCCESS