13:55:26 Started by GitHub push by Geolykt 13:55:26 Running as SYSTEM 13:55:26 Building in workspace /var/lib/jenkins/workspace/stian-knn 13:55:26 The recommended git tool is: NONE 13:55:26 No credentials specified 13:55:26 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/stian-knn/.git # timeout=10 13:55:26 Fetching changes from the remote Git repository 13:55:26 > git config remote.origin.url https://github.com/stianloader/stian-knn.git # timeout=10 13:55:26 Fetching upstream changes from https://github.com/stianloader/stian-knn.git 13:55:26 > git --version # timeout=10 13:55:26 > git --version # 'git version 2.46.1' 13:55:26 > git fetch --tags --force --progress -- https://github.com/stianloader/stian-knn.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:55:26 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 13:55:26 Checking out Revision 31f46eb4508e531d9c0e1b9ec40ef7e6441d4417 (refs/remotes/origin/main) 13:55:26 > git config core.sparsecheckout # timeout=10 13:55:26 > git checkout -f 31f46eb4508e531d9c0e1b9ec40ef7e6441d4417 # timeout=10 13:55:26 Commit message: "Abstract index implementation via interfaces" 13:55:26 > git rev-list --no-walk 0ad15ec2f73f1764ed0d931d888364f6699e3eb1 # timeout=10 13:55:26 false 13:55:26 [stian-knn] $ /bin/sh -xe /tmp/jenkins5900922380561819298.sh 13:55:26 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 13:55:26 The following environment variables were reset to their system default value by 'Only Keep Specified Environment Variables': PATH 13:55:26 ++ alternatives --display java 13:55:26 ++ grep 'link currently points to' 13:55:26 ++ tr ' ' '\n' 13:55:26 ++ grep -o -P '[\/].+' 13:55:26 ++ sed -e 's/bin\/java//' 13:55:26 + export JAVA_HOME=/usr/lib/jvm/temurin-17-jdk/ 13:55:26 + JAVA_HOME=/usr/lib/jvm/temurin-17-jdk/ 13:55:26 [stian-knn] $ mvn -DaltDeploymentRepository=stianloader-deploy::default::http://localhost:25615/maven/ clean deploy 13:55:30 [INFO] Scanning for projects... 13:55:30 [INFO] 13:55:30 [INFO] ---------------------< org.stianloader:stian-knn >---------------------- 13:55:30 [INFO] Building StianKNN 0.0.1 13:55:30 [INFO] from pom.xml 13:55:30 [INFO] --------------------------------[ jar ]--------------------------------- 13:55:31 [INFO] 13:55:31 [INFO] --- clean:3.2.0:clean (default-clean) @ stian-knn --- 13:55:31 [INFO] Deleting /var/lib/jenkins/workspace/stian-knn/target 13:55:31 [INFO] 13:55:31 [INFO] --- resources:3.3.1:resources (default-resources) @ stian-knn --- 13:55:31 [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/stian-knn/src/main/resources 13:55:31 [INFO] Copying 1 resource from to target/classes/META-INF/LICENSES/stian-knn 13:55:31 [INFO] 13:55:31 [INFO] --- compiler:3.13.0:compile (default-compile) @ stian-knn --- 13:55:32 [INFO] Recompiling the module because of changed source code. 13:55:32 [INFO] Compiling 6 source files with javac [debug release 8] to target/classes 13:55:34 [INFO] /var/lib/jenkins/workspace/stian-knn/src/main/java/org/stianloader/stianknn/SpatialQueryArrayLegacy.java: /var/lib/jenkins/workspace/stian-knn/src/main/java/org/stianloader/stianknn/SpatialQueryArrayLegacy.java uses unchecked or unsafe operations. 13:55:34 [INFO] /var/lib/jenkins/workspace/stian-knn/src/main/java/org/stianloader/stianknn/SpatialQueryArrayLegacy.java: Recompile with -Xlint:unchecked for details. 13:55:34 [INFO] 13:55:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ stian-knn --- 13:55:34 [INFO] Copying 2 resources from src/test/resources to target/test-classes 13:55:34 [INFO] 13:55:34 [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ stian-knn --- 13:55:34 [INFO] Recompiling the module because of changed dependency. 13:55:34 [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes 13:55:35 [INFO] /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java: /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java uses or overrides a deprecated API. 13:55:35 [INFO] /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java: Recompile with -Xlint:deprecation for details. 13:55:35 [INFO] 13:55:35 [INFO] --- compiler:3.13.0:testCompile (jmh) @ stian-knn --- 13:55:35 [INFO] Recompiling the module because of changed dependency. 13:55:35 [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes 13:55:37 [INFO] /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java: /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java uses or overrides a deprecated API. 13:55:37 [INFO] /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java: Recompile with -Xlint:deprecation for details. 13:55:37 [INFO] 13:55:37 [INFO] --- surefire:3.2.2:test (default-test) @ stian-knn --- 13:55:37 [INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider 13:55:37 [INFO] 13:55:37 [INFO] ------------------------------------------------------- 13:55:37 [INFO] T E S T S 13:55:37 [INFO] ------------------------------------------------------- 13:55:38 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL40nn_jmhTest 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL40nn_jmhTest 13:55:38 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG40nn_jmhTest 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG40nn_jmhTest 13:55:38 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL1nn50_jmhTest 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL1nn50_jmhTest 13:55:38 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG1nn50_jmhTest 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG1nn50_jmhTest 13:55:38 [INFO] Running org.stianloader.stianknn.TestTest 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.stianloader.stianknn.TestTest 13:55:38 [INFO] Running org.stianloader.stianknn.TestStarGenerator 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.stianloader.stianknn.TestStarGenerator 13:55:38 [INFO] 13:55:38 [INFO] Results: 13:55:38 [INFO] 13:55:38 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 13:55:38 [INFO] 13:55:38 [INFO] 13:55:38 [INFO] --- jar:3.4.2:jar (default-jar) @ stian-knn --- 13:55:39 [INFO] Building jar: /var/lib/jenkins/workspace/stian-knn/target/stian-knn-0.0.1.jar 13:55:39 [INFO] 13:55:39 [INFO] --- install:3.1.1:install (default-install) @ stian-knn --- 13:55:39 [INFO] Installing /var/lib/jenkins/workspace/stian-knn/pom.xml to /var/lib/jenkins/.m2/repository/org/stianloader/stian-knn/0.0.1/stian-knn-0.0.1.pom 13:55:39 [INFO] Installing /var/lib/jenkins/workspace/stian-knn/target/stian-knn-0.0.1.jar to /var/lib/jenkins/.m2/repository/org/stianloader/stian-knn/0.0.1/stian-knn-0.0.1.jar 13:55:39 [INFO] 13:55:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ stian-knn --- 13:55:39 [INFO] Using alternate deployment repository stianloader-deploy::default::http://localhost:25615/maven/ 13:55:40 [WARNING] Using legacy syntax for alternative repository. Use "stianloader-deploy::http://localhost:25615/maven/" instead. 13:55:40 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1/stian-knn-0.0.1.pom 13:55:40 Progress (1): 5.3 kB 13:55:40 13:55:40 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1/stian-knn-0.0.1.pom (5.3 kB at 38 kB/s) 13:55:40 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1/stian-knn-0.0.1.jar 13:55:40 Progress (1): 16 kB 13:55:40 13:55:40 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1/stian-knn-0.0.1.jar (16 kB at 567 kB/s) 13:55:40 Downloading from stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml 13:55:40 Progress (1): 285 B 13:55:40 13:55:40 Downloaded from stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml (285 B at 7.0 kB/s) 13:55:40 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml 13:55:40 Progress (1): 345 B 13:55:41 13:55:41 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml (345 B at 19 kB/s) 13:55:41 [INFO] ------------------------------------------------------------------------ 13:55:41 [INFO] BUILD SUCCESS 13:55:41 [INFO] ------------------------------------------------------------------------ 13:55:41 [INFO] Total time: 10.425 s 13:55:41 [INFO] Finished at: 2024-09-30T13:55:40Z 13:55:41 [INFO] ------------------------------------------------------------------------ 13:55:41 [stian-knn] $ /bin/sh -xe /tmp/jenkins8334847159585810776.sh 13:55:41 + curl http://localhost:25615/maven/commit 13:55:42 % 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 4 0 --:--:-- --:--:-- --:--:-- 4 OK real 0m0.514s user 0m0.009s sys 0m0.011s Sending notification to Discord. Finished: SUCCESS