Started by user PseudoKnight Running as SYSTEM Building in workspace /var/jenkins_home/workspace/MSXodus The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/MSXodus/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/LadyCailin/MSXodus # timeout=10 Fetching upstream changes from https://github.com/LadyCailin/MSXodus > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://github.com/LadyCailin/MSXodus +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision ff1f15df3d12bffdc1afcf005925492c0741fb6e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ff1f15df3d12bffdc1afcf005925492c0741fb6e # timeout=10 Commit message: "Update README.md" > git rev-list --no-walk ff1f15df3d12bffdc1afcf005925492c0741fb6e # timeout=10 Parsing POMs Established TCP socket on 37109 [MSXodus] $ /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-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 37109 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/jenkins_home/workspace/MSXodus/pom.xml clean package [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.methodscript:MSXodus:jar:1.0.0-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 283, column 32 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ----------------------< com.methodscript:MSXodus >---------------------- [INFO] Building MSXodus 1.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Could not transfer metadata org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [WARNING] org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ MSXodus --- [INFO] Deleting /var/jenkins_home/workspace/MSXodus/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MSXodus --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/MSXodus/src/main/resources [INFO] [INFO] --- compiler:3.8.0:compile (default-compile) @ MSXodus --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/jenkins_home/workspace/MSXodus/target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /var/jenkins_home/workspace/MSXodus/src/main/java/com/methodscript/msxodus/Xodus.java: /var/jenkins_home/workspace/MSXodus/src/main/java/com/methodscript/msxodus/Xodus.java uses unchecked or unsafe operations. [INFO] /var/jenkins_home/workspace/MSXodus/src/main/java/com/methodscript/msxodus/Xodus.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- processor:2.2.4:process (process) @ MSXodus --- Processing com.methodscript.msxodus.MSXodus Extension 'MSXodus' 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 @ MSXodus >>> [WARNING] Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo [INFO] [INFO] <<< exec:1.2.1:java (cache-annotations) < validate @ MSXodus <<< [INFO] [INFO] [INFO] --- exec:1.2.1:java (cache-annotations) @ MSXodus --- -- Caching annotations -- Scanning for classes in /var/jenkins_home/workspace/MSXodus/target/classes Outputting file to directory /var/jenkins_home/workspace/MSXodus/target/classes Done writing jarInfo.ser, which took 364 ms. -- Checking for custom compile errors -- -- Finished with custom compiler checks -- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MSXodus --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/MSXodus/src/test/resources [INFO] [INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ MSXodus --- [WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}. [INFO] No sources to compile [INFO] [INFO] --- surefire:2.9:test (default-test) @ MSXodus --- [INFO] No tests to run. [INFO] Surefire report directory: /var/jenkins_home/workspace/MSXodus/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jar:3.1.1:jar (default-jar) @ MSXodus --- [INFO] Building jar: /var/jenkins_home/workspace/MSXodus/target/MSXodus-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.1:shade (ShadedBundle) @ MSXodus --- [INFO] Including com.sk89q:commandhelper:jar:3.3.4-SNAPSHOT in the shaded jar. [INFO] Including org.spigotmc:spigot-api:jar:1.16.2-R0.1-SNAPSHOT in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including com.google.guava:guava:jar:21.0 in the shaded jar. [INFO] Including net.md-5:bungeecord-chat:jar:1.16-R0.3 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including junit:junit:jar:4.10 in the shaded jar. [INFO] Including org.hamcrest:hamcrest-core:jar:1.1 in the shaded jar. [INFO] Including org.mindrot:jBCrypt:jar:1.0 in the shaded jar. [INFO] Including org.perf4j:perf4j:jar:0.9.16 in the shaded jar. [INFO] Including org.xerial:sqlite-jdbc:jar:3.21.0.1 in the shaded jar. [INFO] Including redis.clients:jedis:jar:2.9.0 in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.4.2 in the shaded jar. [INFO] Including mysql:mysql-connector-java:jar:8.0.18 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:3.6.1 in the shaded jar. [INFO] Including postgresql:postgresql:jar:9.1-901-1.jdbc4 in the shaded jar. [INFO] Including com.microsoft.sqlserver:mssql-jdbc:jar:8.2.2.jre8 in the shaded jar. [INFO] Including org.yaml:snakeyaml:jar:1.26 in the shaded jar. [INFO] Including org.apache.commons:commons-io:jar:2.4 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.54 in the shaded jar. [INFO] Including net.sourceforge.jchardet:jchardet:jar:1.0 in the shaded jar. [INFO] Including org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:1.0.2 in the shaded jar. [INFO] Including org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:1.0.2 in the shaded jar. [INFO] Including org.json:json:jar:20140107 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.7 in the shaded jar. [INFO] Including org.brotli:dec:jar:0.1.2 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.13 in the shaded jar. [INFO] Including org.ow2.asm:asm-all:jar:6.0_BETA in the shaded jar. [INFO] Including jline:jline:jar:2.14.5 in the shaded jar. [INFO] Including javax.mail:mail:jar:1.5.0-b01 in the shaded jar. [INFO] Including javax.activation:activation:jar:1.1.1 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.8.0 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:0.8.0 in the shaded jar. [INFO] Including org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.18.0 in the shaded jar. [INFO] Including org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.18.0 in the shaded jar. [INFO] Including org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.18.0 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.8.0 in the shaded jar. [INFO] Including io.swagger.core.v3:swagger-annotations:jar:2.0.0 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including com.squareup.okhttp:logging-interceptor:jar:2.7.5 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.8.1 in the shaded jar. [INFO] Including io.gsonfire:gson-fire:jar:1.8.3 in the shaded jar. [INFO] Including org.threeten:threetenbp:jar:1.3.5 in the shaded jar. [INFO] Including org.jetbrains.xodus:xodus-openAPI:jar:1.3.124 in the shaded jar. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.10 in the shaded jar. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.3.10 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar. [INFO] Including io.github.microutils:kotlin-logging:jar:1.5.4 in the shaded jar. [INFO] Including org.jetbrains.xodus:xodus-utils:jar:1.3.124 in the shaded jar. [INFO] Including org.jetbrains.xodus:xodus-entity-store:jar:1.3.124 in the shaded jar. [INFO] Including org.jetbrains.xodus:xodus-vfs:jar:1.3.124 in the shaded jar. [INFO] Including org.jetbrains.xodus:xodus-environment:jar:1.3.124 in the shaded jar. [INFO] Including org.jetbrains.xodus:xodus-compress:jar:1.3.124 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.12 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] org.apache.oltu.oauth2.client-1.0.2.jar, org.apache.oltu.oauth2.common-1.0.2.jar define 39 overlapping classes: [WARNING] - org.apache.oltu.oauth2.common.exception.OAuthProblemException [WARNING] - org.apache.oltu.oauth2.common.message.OAuthResponse$OAuthErrorResponseBuilder [WARNING] - org.apache.oltu.oauth2.common.parameters.BodyURLEncodedParametersApplier [WARNING] - org.apache.oltu.oauth2.common.message.OAuthMessage [WARNING] - org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder [WARNING] - org.apache.oltu.oauth2.common.token.OAuthToken [WARNING] - org.apache.oltu.oauth2.common.OAuth [WARNING] - org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials [WARNING] - org.apache.oltu.oauth2.common.error.OAuthError$CodeResponse [WARNING] - org.apache.oltu.oauth2.common.domain.client.BasicClientInfo [WARNING] - 29 more... [WARNING] junit-4.10.jar, hamcrest-core-1.1.jar define 21 overlapping classes: [WARNING] - org.hamcrest.internal.SelfDescribingValue [WARNING] - org.hamcrest.Description [WARNING] - org.hamcrest.CoreMatchers [WARNING] - org.hamcrest.core.AllOf [WARNING] - org.hamcrest.SelfDescribing [WARNING] - org.hamcrest.core.IsSame [WARNING] - org.hamcrest.BaseDescription [WARNING] - org.hamcrest.core.DescribedAs [WARNING] - org.hamcrest.Factory [WARNING] - org.hamcrest.internal.ArrayIterator [WARNING] - 11 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Attaching shaded artifact. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 52.349 s [INFO] Finished at: 2024-02-29T02:57:56-07:00 [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/jenkins_home/workspace/MSXodus/pom.xml to com.methodscript/MSXodus/1.0.0-SNAPSHOT/MSXodus-1.0.0-SNAPSHOT.pom [JENKINS] Archiving /var/jenkins_home/workspace/MSXodus/target/MSXodus-1.0.0-SNAPSHOT.jar to com.methodscript/MSXodus/1.0.0-SNAPSHOT/MSXodus-1.0.0-SNAPSHOT.jar [JENKINS] Archiving /var/jenkins_home/workspace/MSXodus/target/MSXodus-1.0.0-SNAPSHOT-full.jar to com.methodscript/MSXodus/1.0.0-SNAPSHOT/MSXodus-1.0.0-SNAPSHOT-full.jar channel stopped Setting project description with contents of file [README.md] Archiving artifacts Finished: SUCCESS