renaissance-db-shootout_0
[2025-06-29T20:27:10.671Z] Running test renaissance-db-shootout_0 ...
[2025-06-29T20:27:10.671Z] ===============================================
[2025-06-29T20:27:10.671Z] renaissance-db-shootout_0 Start Time: Sun Jun 29 15:27:10 2025 Epoch Time (ms): 1751228830193
[2025-06-29T20:27:10.671Z] variation: NoOptions
[2025-06-29T20:27:10.671Z] JVM_OPTIONS:
[2025-06-29T20:27:10.671Z] { \
[2025-06-29T20:27:10.671Z] echo ""; echo "TEST SETUP:"; \
[2025-06-29T20:27:10.671Z] echo "Nothing to be done for setup."; \
[2025-06-29T20:27:10.671Z] mkdir -p "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_175122815728/renaissance-db-shootout_0"; \
[2025-06-29T20:27:10.671Z] cd "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_175122815728/renaissance-db-shootout_0"; \
[2025-06-29T20:27:10.671Z] echo ""; echo "TESTING:"; \
[2025-06-29T20:27:10.671Z] "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/jdkbinary/j2sdk-image/bin/java" --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED -jar "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_175122815728/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2025-06-29T20:27:10.671Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-db-shootout_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_175122815728/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-06-29T20:27:10.671Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-06-29T20:27:10.671Z] echo "Nothing to be done for teardown."; \
[2025-06-29T20:27:10.671Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_175122815728/TestTargetResult";
[2025-06-29T20:27:10.671Z]
[2025-06-29T20:27:10.671Z] TEST SETUP:
[2025-06-29T20:27:10.671Z] Nothing to be done for setup.
[2025-06-29T20:27:10.671Z]
[2025-06-29T20:27:10.671Z] TESTING:
[2025-06-29T20:27:23.420Z] [main] WARN net.openhft.affinity.AffinityLock - Unable to load /proc/cpuinfo
[2025-06-29T20:27:23.420Z] java.lang.ArithmeticException: / by zero
[2025-06-29T20:27:23.420Z] at net.openhft.affinity.impl.VanillaCpuLayout.<init>(VanillaCpuLayout.java:53)
[2025-06-29T20:27:23.420Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:143)
[2025-06-29T20:27:23.420Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:101)
[2025-06-29T20:27:23.420Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:96)
[2025-06-29T20:27:23.420Z] at net.openhft.affinity.AffinityLock.<clinit>(AffinityLock.java:56)
[2025-06-29T20:27:23.420Z] at net.openhft.chronicle.threads.Pauser.getBalanced(Pauser.java:45)
[2025-06-29T20:27:23.420Z] at net.openhft.chronicle.threads.Pauser.<clinit>(Pauser.java:40)
[2025-06-29T20:27:23.420Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1727)
[2025-06-29T20:27:23.420Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createPersistedTo(ChronicleMapBuilder.java:1618)
[2025-06-29T20:27:23.420Z] at org.lmdbjava.bench.Chronicle$CommonChronicleMap.setup(Chronicle.java:122)
[2025-06-29T20:27:23.420Z] at org.lmdbjava.bench.Chronicle$Reader.setup(Chronicle.java:204)
[2025-06-29T20:27:23.420Z] at org.renaissance.database.DbShootout.setUpBeforeAll(DbShootout.scala:96)
[2025-06-29T20:27:23.420Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2025-06-29T20:27:23.420Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2025-06-29T20:27:23.420Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2025-06-29T20:27:23.420Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2025-06-29T20:27:23.420Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2025-06-29T20:27:23.420Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2025-06-29T20:27:23.420Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2025-06-29T20:27:23.420Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2025-06-29T20:27:23.420Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-06-29T20:27:23.420Z] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-06-29T20:27:23.420Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2025-06-29T20:27:23.420Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2025-06-29T20:27:23.420Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2025-06-29T20:27:23.420Z] Client id file not present: /home/jenkins/.chronicle.analytics.client.id java.nio.file.NoSuchFileException: /home/jenkins/.chronicle.analytics.client.id
[2025-06-29T20:27:29.347Z] ====== db-shootout (database) [default], iteration 0 started ======
[2025-06-29T20:27:29.347Z] GC before operation: completed in 40.514 ms, heap usage 166.502 MB -> 40.046 MB.
[2025-06-29T20:27:46.388Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:27:46.388Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:27:46.388Z] ====== db-shootout (database) [default], iteration 0 completed (15688.163 ms) ======
[2025-06-29T20:27:46.388Z] ====== db-shootout (database) [default], iteration 1 started ======
[2025-06-29T20:27:46.388Z] GC before operation: completed in 58.938 ms, heap usage 123.230 MB -> 46.174 MB.
[2025-06-29T20:28:00.764Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:28:00.764Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:28:00.765Z] ====== db-shootout (database) [default], iteration 1 completed (15921.600 ms) ======
[2025-06-29T20:28:00.765Z] ====== db-shootout (database) [default], iteration 2 started ======
[2025-06-29T20:28:00.765Z] GC before operation: completed in 54.788 ms, heap usage 225.240 MB -> 50.843 MB.
[2025-06-29T20:28:18.014Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:28:18.014Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:28:18.014Z] ====== db-shootout (database) [default], iteration 2 completed (15667.009 ms) ======
[2025-06-29T20:28:18.014Z] ====== db-shootout (database) [default], iteration 3 started ======
[2025-06-29T20:28:18.014Z] GC before operation: completed in 79.560 ms, heap usage 329.658 MB -> 50.235 MB.
[2025-06-29T20:28:32.452Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:28:32.452Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:28:32.452Z] ====== db-shootout (database) [default], iteration 3 completed (14455.164 ms) ======
[2025-06-29T20:28:32.452Z] ====== db-shootout (database) [default], iteration 4 started ======
[2025-06-29T20:28:32.452Z] GC before operation: completed in 75.332 ms, heap usage 294.851 MB -> 47.449 MB.
[2025-06-29T20:28:43.155Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:28:43.155Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:28:43.155Z] ====== db-shootout (database) [default], iteration 4 completed (12677.917 ms) ======
[2025-06-29T20:28:43.155Z] ====== db-shootout (database) [default], iteration 5 started ======
[2025-06-29T20:28:43.770Z] GC before operation: completed in 54.341 ms, heap usage 237.620 MB -> 51.163 MB.
[2025-06-29T20:28:58.126Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:28:58.126Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:28:58.126Z] ====== db-shootout (database) [default], iteration 5 completed (14495.653 ms) ======
[2025-06-29T20:28:58.126Z] ====== db-shootout (database) [default], iteration 6 started ======
[2025-06-29T20:28:58.126Z] GC before operation: completed in 76.608 ms, heap usage 215.977 MB -> 47.039 MB.
[2025-06-29T20:29:12.456Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:29:12.456Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:29:12.456Z] ====== db-shootout (database) [default], iteration 6 completed (14018.110 ms) ======
[2025-06-29T20:29:12.456Z] ====== db-shootout (database) [default], iteration 7 started ======
[2025-06-29T20:29:12.456Z] GC before operation: completed in 83.888 ms, heap usage 203.349 MB -> 49.858 MB.
[2025-06-29T20:29:26.799Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:29:26.799Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:29:26.799Z] ====== db-shootout (database) [default], iteration 7 completed (13560.049 ms) ======
[2025-06-29T20:29:26.799Z] ====== db-shootout (database) [default], iteration 8 started ======
[2025-06-29T20:29:26.799Z] GC before operation: completed in 77.399 ms, heap usage 339.645 MB -> 47.818 MB.
[2025-06-29T20:29:39.081Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:29:39.081Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:29:39.081Z] ====== db-shootout (database) [default], iteration 8 completed (12272.028 ms) ======
[2025-06-29T20:29:39.081Z] ====== db-shootout (database) [default], iteration 9 started ======
[2025-06-29T20:29:39.081Z] GC before operation: completed in 79.826 ms, heap usage 339.452 MB -> 49.141 MB.
[2025-06-29T20:29:51.283Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:29:51.283Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:29:51.283Z] ====== db-shootout (database) [default], iteration 9 completed (13183.800 ms) ======
[2025-06-29T20:29:51.283Z] ====== db-shootout (database) [default], iteration 10 started ======
[2025-06-29T20:29:51.283Z] GC before operation: completed in 77.468 ms, heap usage 210.870 MB -> 49.157 MB.
[2025-06-29T20:30:04.305Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:30:04.305Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:30:04.305Z] ====== db-shootout (database) [default], iteration 10 completed (11685.663 ms) ======
[2025-06-29T20:30:04.305Z] ====== db-shootout (database) [default], iteration 11 started ======
[2025-06-29T20:30:04.305Z] GC before operation: completed in 69.840 ms, heap usage 210.870 MB -> 48.324 MB.
[2025-06-29T20:30:16.909Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:30:16.909Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:30:16.909Z] ====== db-shootout (database) [default], iteration 11 completed (12865.360 ms) ======
[2025-06-29T20:30:16.909Z] ====== db-shootout (database) [default], iteration 12 started ======
[2025-06-29T20:30:16.909Z] GC before operation: completed in 71.259 ms, heap usage 95.549 MB -> 50.270 MB.
[2025-06-29T20:30:29.424Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:30:29.424Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:30:29.424Z] ====== db-shootout (database) [default], iteration 12 completed (13559.169 ms) ======
[2025-06-29T20:30:29.424Z] ====== db-shootout (database) [default], iteration 13 started ======
[2025-06-29T20:30:30.043Z] GC before operation: completed in 61.009 ms, heap usage 104.323 MB -> 49.093 MB.
[2025-06-29T20:30:44.501Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:30:44.501Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:30:44.501Z] ====== db-shootout (database) [default], iteration 13 completed (13789.553 ms) ======
[2025-06-29T20:30:44.501Z] ====== db-shootout (database) [default], iteration 14 started ======
[2025-06-29T20:30:44.501Z] GC before operation: completed in 76.879 ms, heap usage 352.186 MB -> 51.551 MB.
[2025-06-29T20:30:58.985Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:30:58.985Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:30:58.985Z] ====== db-shootout (database) [default], iteration 14 completed (14206.498 ms) ======
[2025-06-29T20:30:58.985Z] ====== db-shootout (database) [default], iteration 15 started ======
[2025-06-29T20:30:58.985Z] GC before operation: completed in 71.460 ms, heap usage 217.977 MB -> 48.565 MB.
[2025-06-29T20:31:09.384Z] WARNING: This benchmark provides no result that can be validated.
[2025-06-29T20:31:09.384Z] There is no way to check that no silent failure occurred.
[2025-06-29T20:31:09.384Z] ====== db-shootout (database) [default], iteration 15 completed (11489.172 ms) ======
[2025-06-29T20:31:10.714Z] -----------------------------------
[2025-06-29T20:31:10.714Z] renaissance-db-shootout_0_PASSED
[2025-06-29T20:31:10.714Z] -----------------------------------
[2025-06-29T20:31:10.714Z]
[2025-06-29T20:31:10.714Z] TEST TEARDOWN:
[2025-06-29T20:31:10.714Z] Nothing to be done for teardown.
[2025-06-29T20:31:10.714Z] renaissance-db-shootout_0 Finish Time: Sun Jun 29 15:31:10 2025 Epoch Time (ms): 1751229070147