09:55:45 Started by user Geolykt 09:55:45 Running as SYSTEM 09:55:45 Building in workspace /var/lib/jenkins/workspace/stian-knn 09:55:45 The recommended git tool is: NONE 09:55:45 No credentials specified 09:55:45 Cloning the remote Git repository 09:55:45 Cloning repository https://github.com/stianloader/stian-knn.git 09:55:45 > git init /var/lib/jenkins/workspace/stian-knn # timeout=10 09:55:45 Fetching upstream changes from https://github.com/stianloader/stian-knn.git 09:55:45 > git --version # timeout=10 09:55:45 > git --version # 'git version 2.46.1' 09:55:45 > git fetch --tags --force --progress -- https://github.com/stianloader/stian-knn.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:55:46 > git config remote.origin.url https://github.com/stianloader/stian-knn.git # timeout=10 09:55:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:55:46 Avoid second fetch 09:55:46 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 09:55:46 Checking out Revision 48767ceb718c4037aac4f87de7f6b74b38f18216 (refs/remotes/origin/main) 09:55:46 > git config core.sparsecheckout # timeout=10 09:55:46 > git checkout -f 48767ceb718c4037aac4f87de7f6b74b38f18216 # timeout=10 09:55:46 Commit message: "Parametrize the collection" 09:55:46 First time build. Skipping changelog. 09:55:46 false 09:55:46 [stian-knn] $ /bin/sh -xe /tmp/jenkins13353522364492403460.sh 09:55:46 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_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 09:55:46 The following environment variables were reset to their system default value by 'Only Keep Specified Environment Variables': PATH 09:55:46 ++ alternatives --display java 09:55:46 ++ grep 'link currently points to' 09:55:46 ++ sed -e 's/bin\/java//' 09:55:46 ++ tr ' ' '\n' 09:55:46 ++ grep -o -P '[\/].+' 09:55:46 + export JAVA_HOME=/usr/lib/jvm/temurin-17-jdk/ 09:55:46 + JAVA_HOME=/usr/lib/jvm/temurin-17-jdk/ 09:55:46 [stian-knn] $ mvn -DaltDeploymentRepository=stianloader-deploy::default::http://localhost:25615/maven/ clean deploy 09:55:50 [INFO] Scanning for projects... 09:55:50 [INFO] 09:55:50 [INFO] ---------------------< org.stianloader:stian-knn >---------------------- 09:55:50 [INFO] Building StianKNN 0.0.1-SNAPSHOT 09:55:50 [INFO] from pom.xml 09:55:50 [INFO] --------------------------------[ jar ]--------------------------------- 09:55:50 [INFO] 09:55:50 [INFO] --- clean:3.2.0:clean (default-clean) @ stian-knn --- 09:55:50 [INFO] 09:55:50 [INFO] --- resources:3.3.1:resources (default-resources) @ stian-knn --- 09:55:51 [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/stian-knn/src/main/resources 09:55:51 [INFO] Copying 1 resource from to target/classes/META-INF/LICENSES/stian-knn 09:55:51 [INFO] 09:55:51 [INFO] --- compiler:3.13.0:compile (default-compile) @ stian-knn --- 09:55:51 [INFO] Recompiling the module because of changed source code. 09:55:51 [INFO] Compiling 3 source files with javac [debug release 8] to target/classes 09:55:52 [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. 09:55:52 [INFO] /var/lib/jenkins/workspace/stian-knn/src/main/java/org/stianloader/stianknn/SpatialQueryArrayLegacy.java: Recompile with -Xlint:unchecked for details. 09:55:52 [INFO] 09:55:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ stian-knn --- 09:55:52 [INFO] Copying 2 resources from src/test/resources to target/test-classes 09:55:52 [INFO] 09:55:52 [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ stian-knn --- 09:55:52 [INFO] Recompiling the module because of changed dependency. 09:55:52 [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes 09:55:53 [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. 09:55:53 [INFO] /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java: Recompile with -Xlint:deprecation for details. 09:55:53 [INFO] 09:55:53 [INFO] --- compiler:3.13.0:testCompile (jmh) @ stian-knn --- 09:55:53 [INFO] Recompiling the module because of changed dependency. 09:55:53 [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes 09:55:54 [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. 09:55:54 [INFO] /var/lib/jenkins/workspace/stian-knn/src/test/java/org/stianloader/stianknn/Benchmarks.java: Recompile with -Xlint:deprecation for details. 09:55:54 [INFO] 09:55:54 [INFO] --- surefire:3.2.2:test (default-test) @ stian-knn --- 09:55:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider 09:55:54 [INFO] 09:55:54 [INFO] ------------------------------------------------------- 09:55:54 [INFO] T E S T S 09:55:54 [INFO] ------------------------------------------------------- 09:55:55 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL40nn_jmhTest 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL40nn_jmhTest 09:55:55 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG40nn_jmhTest 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG40nn_jmhTest 09:55:55 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL1nn50_jmhTest 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAL1nn50_jmhTest 09:55:55 [INFO] Running org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG1nn50_jmhTest 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.stianloader.stianknn.jmh_generated.Benchmarks_benchmarkSQAG1nn50_jmhTest 09:55:55 [INFO] Running org.stianloader.stianknn.TestTest 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.stianloader.stianknn.TestTest 09:55:55 [INFO] Running org.stianloader.stianknn.TestStarGenerator 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.stianloader.stianknn.TestStarGenerator 09:55:55 [INFO] 09:55:55 [INFO] Results: 09:55:55 [INFO] 09:55:55 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 09:55:55 [INFO] 09:55:55 [INFO] 09:55:55 [INFO] --- jar:3.4.2:jar (default-jar) @ stian-knn --- 09:55:56 [INFO] Building jar: /var/lib/jenkins/workspace/stian-knn/target/stian-knn-0.0.1-SNAPSHOT.jar 09:55:56 [INFO] 09:55:56 [INFO] --- install:3.1.1:install (default-install) @ stian-knn --- 09:55:56 [INFO] Installing /var/lib/jenkins/workspace/stian-knn/pom.xml to /var/lib/jenkins/.m2/repository/org/stianloader/stian-knn/0.0.1-SNAPSHOT/stian-knn-0.0.1-SNAPSHOT.pom 09:55:56 [INFO] Installing /var/lib/jenkins/workspace/stian-knn/target/stian-knn-0.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/stianloader/stian-knn/0.0.1-SNAPSHOT/stian-knn-0.0.1-SNAPSHOT.jar 09:55:56 [INFO] 09:55:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ stian-knn --- 09:55:56 [INFO] Using alternate deployment repository stianloader-deploy::default::http://localhost:25615/maven/ 09:55:56 [WARNING] Using legacy syntax for alternative repository. Use "stianloader-deploy::http://localhost:25615/maven/" instead. 09:55:56 Downloading from stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/maven-metadata.xml 09:55:56 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/stian-knn-0.0.1-20240924.095550-1.pom 09:55:56 Progress (1): 5.3 kB 09:55:56 09:55:56 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/stian-knn-0.0.1-20240924.095550-1.pom (5.3 kB at 196 kB/s) 09:55:56 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/stian-knn-0.0.1-20240924.095550-1.jar 09:55:56 Progress (1): 14 kB 09:55:56 09:55:56 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/stian-knn-0.0.1-20240924.095550-1.jar (14 kB at 1.2 MB/s) 09:55:56 Downloading from stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml 09:55:56 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/maven-metadata.xml 09:55:56 Progress (1): 774 B 09:55:56 09:55:56 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/0.0.1-SNAPSHOT/maven-metadata.xml (774 B at 97 kB/s) 09:55:56 Uploading to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml 09:55:56 Progress (1): 284 B 09:55:56 09:55:57 Uploaded to stianloader-deploy: http://localhost:25615/maven/org/stianloader/stian-knn/maven-metadata.xml (284 B at 41 kB/s) 09:55:57 [INFO] ------------------------------------------------------------------------ 09:55:57 [INFO] BUILD SUCCESS 09:55:57 [INFO] ------------------------------------------------------------------------ 09:55:57 [INFO] Total time: 6.871 s 09:55:57 [INFO] Finished at: 2024-09-24T09:55:56Z 09:55:57 [INFO] ------------------------------------------------------------------------ 09:55:57 [stian-knn] $ /bin/sh -xe /tmp/jenkins4780352987631845588.sh 09:55:57 + curl http://localhost:25615/maven/commit 09:55:58 % 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 8 0 --:--:-- --:--:-- --:--:-- 8 OK real 0m0.250s user 0m0.004s sys 0m0.010s Sending notification to Discord. Finished: SUCCESS