Started by user PseudoKnight Running as SYSTEM Building in workspace /var/jenkins_home/workspace/CHPython The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/LadyCailin/CHPython > git init /var/jenkins_home/workspace/CHPython # timeout=10 Fetching upstream changes from https://github.com/LadyCailin/CHPython > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://github.com/LadyCailin/CHPython +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/LadyCailin/CHPython # 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 a39a61a4d83355725c2c6ff1a9fb0862eb6e5750 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a39a61a4d83355725c2c6ff1a9fb0862eb6e5750 # timeout=10 Commit message: "Update maven-compiler-plugin" First time build. Skipping changelog. Parsing POMs Discovered a new module com.chpython:chpython CHPython Modules changed, recalculating dependency graph Established TCP socket on 42227 [CHPython] $ /usr/lib/jvm/temurin-11-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 42227 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/jenkins_home/workspace/CHPython/pom.xml clean package [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.chpython:chpython:jar:1.0.3-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 248, column 20 [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.chpython:chpython >------------------------ [INFO] Building CHPython 1.0.3-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: [sk89q-repo (http://maven.sk89q.com/repo, default, releases+snapshots), 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: [sk89q-repo (http://maven.sk89q.com/repo, default, releases+snapshots), maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.pom (1.4 kB at 945 B/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/python/jython-standalone/2.7.0/jython-standalone-2.7.0.jar (37 MB at 6.7 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ chpython --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ chpython --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHPython/src/main/resources [INFO] [INFO] --- compiler:3.8.0:compile (default-compile) @ chpython --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/jenkins_home/workspace/CHPython/target/classes [INFO] /var/jenkins_home/workspace/CHPython/src/main/java/com/chpython/core/Functions.java: /var/jenkins_home/workspace/CHPython/src/main/java/com/chpython/core/Functions.java uses or overrides a deprecated API. [INFO] /var/jenkins_home/workspace/CHPython/src/main/java/com/chpython/core/Functions.java: Recompile with -Xlint:deprecation for details. [INFO] /var/jenkins_home/workspace/CHPython/src/main/java/com/chpython/core/Functions.java: /var/jenkins_home/workspace/CHPython/src/main/java/com/chpython/core/Functions.java uses unchecked or unsafe operations. [INFO] /var/jenkins_home/workspace/CHPython/src/main/java/com/chpython/core/Functions.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- processor:2.2.4:process (process) @ chpython --- [WARNING] diagnostic: warning: Supported source version 'RELEASE_8' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '11' [INFO] [INFO] >>> exec:1.2.1:java (cache-annotations) > validate @ chpython >>> [WARNING] Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo [INFO] [INFO] <<< exec:1.2.1:java (cache-annotations) < validate @ chpython <<< [INFO] [INFO] [INFO] --- exec:1.2.1:java (cache-annotations) @ chpython --- -- Caching annotations -- Scanning for classes in /var/jenkins_home/workspace/CHPython/target/classes Outputting file to directory /var/jenkins_home/workspace/CHPython/target/classes Done writing jarInfo.ser, which took 349 ms. -- Checking for custom compile errors -- -- Finished with custom compiler checks -- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ chpython --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHPython/src/test/resources [INFO] [INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ chpython --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.9:test (default-test) @ chpython --- [INFO] No tests to run. [INFO] Surefire report directory: /var/jenkins_home/workspace/CHPython/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:2.3.1:jar (default-jar) @ chpython --- [INFO] Building jar: /var/jenkins_home/workspace/CHPython/target/chpython-1.0.3-SNAPSHOT.jar [INFO] [INFO] --- shade:1.4:shade (ShadedBundle) @ chpython --- [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.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.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.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 org.python:jython-standalone:jar:2.7.0 in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/jenkins_home/workspace/CHPython/target/chpython-1.0.3-SNAPSHOT.jar with /var/jenkins_home/workspace/CHPython/target/chpython-1.0.3-SNAPSHOT-Bundle.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:15 min [INFO] Finished at: 2024-02-29T03:07:09-07:00 [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/jenkins_home/workspace/CHPython/dependency-reduced-pom.xml to com.chpython/chpython/1.0.3-SNAPSHOT/chpython-1.0.3-SNAPSHOT.pom [JENKINS] Archiving /var/jenkins_home/workspace/CHPython/target/chpython-1.0.3-SNAPSHOT.jar to com.chpython/chpython/1.0.3-SNAPSHOT/chpython-1.0.3-SNAPSHOT.jar channel stopped Setting project description with contents of file [README.md] Archiving artifacts Finished: SUCCESS