17:21:32 Started by GitHub push by Geolykt
17:21:32 Running as SYSTEM
17:21:32 Building in workspace /var/lib/jenkins/workspace/stianloader-remapper
17:21:32 The recommended git tool is: NONE
17:21:32 No credentials specified
17:21:32 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/stianloader-remapper/.git # timeout=10
17:21:32 Fetching changes from the remote Git repository
17:21:32 > git config remote.origin.url https://github.com/stianloader/stianloader-remapper.git # timeout=10
17:21:32 Fetching upstream changes from https://github.com/stianloader/stianloader-remapper.git
17:21:32 > git --version # timeout=10
17:21:32 > git --version # 'git version 2.53.0'
17:21:32 > git fetch --tags --force --progress -- https://github.com/stianloader/stianloader-remapper.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:21:33 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
17:21:33 Checking out Revision 3256e1f96b5a07309a02b03d943516e66849af2e (refs/remotes/origin/main)
17:21:33 > git config core.sparsecheckout # timeout=10
17:21:33 > git checkout -f 3256e1f96b5a07309a02b03d943516e66849af2e # timeout=10
17:21:33 Commit message: "Fix javadocs"
17:21:33 > git rev-list --no-walk 21c26fb3c8bf7961384571a0d17ab1c33241cf17 # timeout=10
17:21:33 false
17:21:33 [stianloader-remapper] $ /bin/sh -xe /tmp/jenkins12252871575882972749.sh
17:21:33 The following environment variables were removed by 'Only Keep Specified Environment Variables': BUILD_DISPLAY_NAME, BUILD_URL, CI, EXECUTOR_NUMBER, GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL, HUDSON_HOME, HUDSON_URL, JENKINS_URL, JOB_DISPLAY_URL, JOB_URL, NODE_LABELS, NODE_NAME, RUN_ARTIFACTS_DISPLAY_URL, RUN_CHANGES_DISPLAY_URL, RUN_DISPLAY_URL, RUN_TESTS_DISPLAY_URL, WORKSPACE, WORKSPACE_TMP
17:21:33 The following environment variables were reset to their system default value by 'Only Keep Specified Environment Variables': PATH
17:21:33 ++ alternatives --display java
17:21:33 ++ grep -o -P '[\/].+'
17:21:33 ++ grep 'link currently points to'
17:21:33 ++ tr ' ' '\n'
17:21:33 ++ sed -e 's/bin\/java//'
17:21:33 + export JAVA_HOME=/usr/lib/jvm/java-21-temurin-jdk/
17:21:33 + JAVA_HOME=/usr/lib/jvm/java-21-temurin-jdk/
17:21:33 [stianloader-remapper] $ mvn -DaltDeploymentRepository=stianloader-deploy::default::http://localhost:25615/maven/ clean deploy
17:21:36 [INFO] Scanning for projects...
17:21:37 [INFO]
17:21:37 [INFO] ----------------< org.stianloader:stianloader-remapper >----------------
17:21:37 [INFO] Building stianloader-remapper 0.3.0
17:21:37 [INFO] from pom.xml
17:21:37 [INFO] --------------------------------[ jar ]---------------------------------
17:21:37 [INFO]
17:21:37 [INFO] --- clean:3.2.0:clean (default-clean) @ stianloader-remapper ---
17:21:38 [INFO] Deleting /var/lib/jenkins/workspace/stianloader-remapper/target
17:21:38 [INFO]
17:21:38 [INFO] --- resources:3.3.1:resources (default-resources) @ stianloader-remapper ---
17:21:38 [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/stianloader-remapper/src/main/resources
17:21:38 [INFO] Copying 1 resource from to target/classes/META-INF/LICENSES/stianloader-remapper
17:21:38 [INFO]
17:21:38 [INFO] --- compiler:3.14.1:compile (default-compile) @ stianloader-remapper ---
17:21:38 [INFO] Recompiling the module because of changed source code.
17:21:38 [INFO] Compiling 9 source files with javac [debug release 8] to target/classes
17:21:40 [INFO]
17:21:40 [INFO] --- compiler:3.14.1:compile (compile-java-8) @ stianloader-remapper ---
17:21:40 [INFO] Recompiling the module because of added or removed source files.
17:21:40 [INFO] Compiling 9 source files with javac [debug release 8] to target/classes
17:21:41 [INFO]
17:21:41 [INFO] --- compiler:3.14.1:compile (compile-java-9) @ stianloader-remapper ---
17:21:41 [INFO] Recompiling the module because of changed dependency.
17:21:41 [INFO] Compiling 1 source file with javac [debug release 9 module-path] to target/classes/META-INF/versions/9
17:21:41 [INFO]
17:21:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ stianloader-remapper ---
17:21:41 [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/stianloader-remapper/src/test/resources
17:21:41 [INFO]
17:21:41 [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ stianloader-remapper ---
17:21:41 [INFO] Recompiling the module because of changed dependency.
17:21:41 [INFO] Compiling 1 source file with javac [debug release 8] to target/test-classes
17:21:42 [INFO] /var/lib/jenkins/workspace/stianloader-remapper/src/test/java/org/stianloader/remapper/RealmTest.java: /var/lib/jenkins/workspace/stianloader-remapper/src/test/java/org/stianloader/remapper/RealmTest.java uses or overrides a deprecated API.
17:21:42 [INFO] /var/lib/jenkins/workspace/stianloader-remapper/src/test/java/org/stianloader/remapper/RealmTest.java: Recompile with -Xlint:deprecation for details.
17:21:42 [INFO]
17:21:42 [INFO] --- surefire:3.5.4:test (default-test) @ stianloader-remapper ---
17:21:42 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
17:21:43 [INFO]
17:21:43 [INFO] -------------------------------------------------------
17:21:43 [INFO] T E S T S
17:21:43 [INFO] -------------------------------------------------------
17:21:44 [INFO] Running org.stianloader.remapper.RealmTest
17:21:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.stianloader.remapper.RealmTest
17:21:44 [INFO]
17:21:44 [INFO] Results:
17:21:44 [INFO]
17:21:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
17:21:44 [INFO]
17:21:44 [INFO]
17:21:44 [INFO] --- jar:3.5.0:jar (default-jar) @ stianloader-remapper ---
17:21:44 [INFO] Building jar: /var/lib/jenkins/workspace/stianloader-remapper/target/stianloader-remapper-0.3.0.jar
17:21:45 [INFO]
17:21:45 [INFO] --- source:3.4.0:jar-no-fork (attach-sources) @ stianloader-remapper ---
17:21:45 [INFO] Building jar: /var/lib/jenkins/workspace/stianloader-remapper/target/stianloader-remapper-0.3.0-sources.jar
17:21:45 [INFO]
17:21:45 [INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ stianloader-remapper ---
17:21:49 [INFO] Building jar: /var/lib/jenkins/workspace/stianloader-remapper/target/stianloader-remapper-0.3.0-javadoc.jar
17:21:49 [INFO]
17:21:49 [INFO] --- gpg:3.2.8:sign (sign-artifacts) @ stianloader-remapper ---
17:21:50 Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
17:21:50 Progress (1): 758 B
17:21:50
17:21:50 Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml (758 B at 1.6 kB/s)
17:21:50 Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/maven-metadata.xml
17:21:50 Progress (1): 758 B
17:21:50
17:21:50 Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/maven-metadata.xml (758 B at 27 kB/s)
17:21:50 [INFO]
17:21:50 [INFO] --- install:3.1.2:install (default-install) @ stianloader-remapper ---
17:21:50 [INFO] Installing /var/lib/jenkins/workspace/stianloader-remapper/pom.xml to /var/lib/jenkins/.m2/repository/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0.pom
17:21:50 [INFO] Installing /var/lib/jenkins/workspace/stianloader-remapper/target/stianloader-remapper-0.3.0.jar to /var/lib/jenkins/.m2/repository/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0.jar
17:21:50 [INFO] Installing /var/lib/jenkins/workspace/stianloader-remapper/target/stianloader-remapper-0.3.0-sources.jar to /var/lib/jenkins/.m2/repository/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0-sources.jar
17:21:50 [INFO] Installing /var/lib/jenkins/workspace/stianloader-remapper/target/stianloader-remapper-0.3.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0-javadoc.jar
17:21:50 [INFO]
17:21:50 [INFO] --- deploy:3.1.2:deploy (default-deploy) @ stianloader-remapper ---
17:21:50 [INFO] Using alternate deployment repository stianloader-deploy::default::http://localhost:25615/maven/
17:21:50 [WARNING] Using legacy syntax for alternative repository. Use "stianloader-deploy::http://localhost:25615/maven/" instead.
17:21:50 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0.pom
17:21:50 Progress (1): 7.9 kB
17:21:50
17:21:50 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0.pom (7.9 kB at 212 kB/s)
17:21:50 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0.jar
17:21:50 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0-sources.jar
17:21:50 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0-javadoc.jar
17:21:50 Progress (1): 30 kB
17:21:50 Progress (2): 30 kB | 33/33 kB
17:21:50 Progress (2): 30 kB | 33 kB
17:21:50 Progress (3): 30 kB | 33 kB | 33/159 kB
17:21:50 Progress (3): 30 kB | 33 kB | 66/159 kB
17:21:50 Progress (3): 30 kB | 33 kB | 98/159 kB
17:21:50 Progress (3): 30 kB | 33 kB | 131/159 kB
17:21:50 Progress (3): 30 kB | 33 kB | 159 kB
17:21:51
17:21:51 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0.jar (30 kB at 994 kB/s)
17:21:51 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0-sources.jar (33 kB at 1.0 MB/s)
17:21:51 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/0.3.0/stianloader-remapper-0.3.0-javadoc.jar (159 kB at 3.7 MB/s)
17:21:51 Downloading from stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/maven-metadata.xml
17:21:51 Progress (1): 667 B
17:21:51
17:21:51 Downloaded from stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/maven-metadata.xml (667 B at 48 kB/s)
17:21:51 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/maven-metadata.xml
17:21:52 Progress (1): 727 B
Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stianloader-remapper/maven-metadata.xml (727 B at 48 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.995 s
[INFO] Finished at: 2026-03-26T17:21:50Z
[INFO] ------------------------------------------------------------------------
[stianloader-remapper] $ /bin/sh -xe /tmp/jenkins14351665275991618155.sh
+ curl http://localhost:25615/maven/commit
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2 100 2 0 0 2 0 0:00:01 --:--:-- 0:00:01 2
100 2 100 2 0 0 2 0 0:00:01 --:--:-- 0:00:01 2
OK
real 0m0.804s
user 0m0.006s
sys 0m0.008s
Sending notification to Discord.
Finished: SUCCESS