renaissance-db-shootout_0
[2025-11-27T02:31:42.525Z] Running test renaissance-db-shootout_0 ...
[2025-11-27T02:31:42.525Z] ===============================================
[2025-11-27T02:31:42.525Z] renaissance-db-shootout_0 Start Time: Wed Nov 26 20:31:42 2025 Epoch Time (ms): 1764210702263
[2025-11-27T02:31:42.525Z] variation: NoOptions
[2025-11-27T02:31:42.525Z] JVM_OPTIONS:
[2025-11-27T02:31:42.525Z] { \
[2025-11-27T02:31:42.525Z] echo ""; echo "TEST SETUP:"; \
[2025-11-27T02:31:42.525Z] echo "Nothing to be done for setup."; \
[2025-11-27T02:31:42.525Z] mkdir -p "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17642099417789/renaissance-db-shootout_0"; \
[2025-11-27T02:31:42.525Z] cd "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17642099417789/renaissance-db-shootout_0"; \
[2025-11-27T02:31:42.525Z] echo ""; echo "TESTING:"; \
[2025-11-27T02:31:42.525Z] "/home/jenkins/workspace/Test_openjdk17_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_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../../jvmtest/perf/renaissance/renaissance.jar" --json ""/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17642099417789/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2025-11-27T02:31:42.525Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "renaissance-db-shootout_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17642099417789/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-11-27T02:31:42.525Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-11-27T02:31:42.525Z] echo "Nothing to be done for teardown."; \
[2025-11-27T02:31:42.525Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17642099417789/TestTargetResult";
[2025-11-27T02:31:42.525Z]
[2025-11-27T02:31:42.525Z] TEST SETUP:
[2025-11-27T02:31:42.525Z] Nothing to be done for setup.
[2025-11-27T02:31:42.525Z]
[2025-11-27T02:31:42.525Z] TESTING:
[2025-11-27T02:31:59.834Z] [main] WARN net.openhft.affinity.AffinityLock - Unable to load /proc/cpuinfo
[2025-11-27T02:31:59.834Z] java.lang.ArithmeticException: / by zero
[2025-11-27T02:31:59.834Z] at net.openhft.affinity.impl.VanillaCpuLayout.<init>(VanillaCpuLayout.java:53)
[2025-11-27T02:31:59.834Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:143)
[2025-11-27T02:31:59.835Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:101)
[2025-11-27T02:31:59.835Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:96)
[2025-11-27T02:31:59.835Z] at net.openhft.affinity.AffinityLock.<clinit>(AffinityLock.java:56)
[2025-11-27T02:31:59.835Z] at net.openhft.chronicle.threads.Pauser.getBalanced(Pauser.java:45)
[2025-11-27T02:31:59.835Z] at net.openhft.chronicle.threads.Pauser.<clinit>(Pauser.java:40)
[2025-11-27T02:31:59.835Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1727)
[2025-11-27T02:31:59.835Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createPersistedTo(ChronicleMapBuilder.java:1618)
[2025-11-27T02:31:59.835Z] at org.lmdbjava.bench.Chronicle$CommonChronicleMap.setup(Chronicle.java:122)
[2025-11-27T02:31:59.835Z] at org.lmdbjava.bench.Chronicle$Reader.setup(Chronicle.java:204)
[2025-11-27T02:31:59.835Z] at org.renaissance.database.DbShootout.setUpBeforeAll(DbShootout.scala:96)
[2025-11-27T02:31:59.835Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2025-11-27T02:31:59.835Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2025-11-27T02:31:59.835Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2025-11-27T02:31:59.835Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2025-11-27T02:31:59.835Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2025-11-27T02:31:59.835Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2025-11-27T02:31:59.835Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2025-11-27T02:31:59.835Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2025-11-27T02:31:59.835Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2025-11-27T02:31:59.835Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[2025-11-27T02:31:59.835Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2025-11-27T02:31:59.835Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2025-11-27T02:31:59.835Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2025-11-27T02:31:59.835Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2025-11-27T02:31:59.835Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2025-11-27T02:32:03.863Z] ====== db-shootout (database) [default], iteration 0 started ======
[2025-11-27T02:32:03.863Z] GC before operation: completed in 82.340 ms, heap usage 255.918 MB -> 39.506 MB.
[2025-11-27T02:32:18.753Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:32:18.753Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:32:18.753Z] ====== db-shootout (database) [default], iteration 0 completed (14801.912 ms) ======
[2025-11-27T02:32:18.753Z] ====== db-shootout (database) [default], iteration 1 started ======
[2025-11-27T02:32:18.753Z] GC before operation: completed in 65.817 ms, heap usage 272.887 MB -> 50.475 MB.
[2025-11-27T02:32:36.472Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:32:36.472Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:32:36.472Z] ====== db-shootout (database) [default], iteration 1 completed (16390.589 ms) ======
[2025-11-27T02:32:36.472Z] ====== db-shootout (database) [default], iteration 2 started ======
[2025-11-27T02:32:36.472Z] GC before operation: completed in 63.836 ms, heap usage 181.236 MB -> 49.779 MB.
[2025-11-27T02:32:49.013Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:32:49.013Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:32:49.013Z] ====== db-shootout (database) [default], iteration 2 completed (13347.789 ms) ======
[2025-11-27T02:32:49.013Z] ====== db-shootout (database) [default], iteration 3 started ======
[2025-11-27T02:32:49.013Z] GC before operation: completed in 49.717 ms, heap usage 147.905 MB -> 48.838 MB.
[2025-11-27T02:33:03.803Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:33:03.803Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:33:03.803Z] ====== db-shootout (database) [default], iteration 3 completed (15087.629 ms) ======
[2025-11-27T02:33:03.803Z] ====== db-shootout (database) [default], iteration 4 started ======
[2025-11-27T02:33:03.803Z] GC before operation: completed in 74.799 ms, heap usage 232.244 MB -> 50.214 MB.
[2025-11-27T02:33:16.235Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:33:16.235Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:33:16.235Z] ====== db-shootout (database) [default], iteration 4 completed (11984.434 ms) ======
[2025-11-27T02:33:16.235Z] ====== db-shootout (database) [default], iteration 5 started ======
[2025-11-27T02:33:16.235Z] GC before operation: completed in 66.106 ms, heap usage 207.733 MB -> 47.986 MB.
[2025-11-27T02:33:29.413Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:33:29.413Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:33:29.413Z] ====== db-shootout (database) [default], iteration 5 completed (13759.127 ms) ======
[2025-11-27T02:33:29.413Z] ====== db-shootout (database) [default], iteration 6 started ======
[2025-11-27T02:33:29.413Z] GC before operation: completed in 73.805 ms, heap usage 281.992 MB -> 50.715 MB.
[2025-11-27T02:33:41.874Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:33:41.874Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:33:41.874Z] ====== db-shootout (database) [default], iteration 6 completed (12438.876 ms) ======
[2025-11-27T02:33:41.874Z] ====== db-shootout (database) [default], iteration 7 started ======
[2025-11-27T02:33:41.874Z] GC before operation: completed in 54.778 ms, heap usage 309.807 MB -> 49.819 MB.
[2025-11-27T02:33:56.550Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:33:56.550Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:33:56.550Z] ====== db-shootout (database) [default], iteration 7 completed (13302.782 ms) ======
[2025-11-27T02:33:56.550Z] ====== db-shootout (database) [default], iteration 8 started ======
[2025-11-27T02:33:56.550Z] GC before operation: completed in 46.945 ms, heap usage 118.736 MB -> 45.951 MB.
[2025-11-27T02:34:09.065Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:34:09.065Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:34:09.065Z] ====== db-shootout (database) [default], iteration 8 completed (12503.691 ms) ======
[2025-11-27T02:34:09.065Z] ====== db-shootout (database) [default], iteration 9 started ======
[2025-11-27T02:34:09.065Z] GC before operation: completed in 63.607 ms, heap usage 262.729 MB -> 49.664 MB.
[2025-11-27T02:34:23.701Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:34:23.701Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:34:23.701Z] ====== db-shootout (database) [default], iteration 9 completed (15425.062 ms) ======
[2025-11-27T02:34:23.701Z] ====== db-shootout (database) [default], iteration 10 started ======
[2025-11-27T02:34:23.701Z] GC before operation: completed in 112.911 ms, heap usage 350.294 MB -> 51.175 MB.
[2025-11-27T02:34:38.473Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:34:38.473Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:34:38.473Z] ====== db-shootout (database) [default], iteration 10 completed (14357.166 ms) ======
[2025-11-27T02:34:38.473Z] ====== db-shootout (database) [default], iteration 11 started ======
[2025-11-27T02:34:38.473Z] GC before operation: completed in 89.378 ms, heap usage 87.878 MB -> 48.397 MB.
[2025-11-27T02:34:53.141Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:34:53.141Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:34:53.141Z] ====== db-shootout (database) [default], iteration 11 completed (13814.746 ms) ======
[2025-11-27T02:34:53.141Z] ====== db-shootout (database) [default], iteration 12 started ======
[2025-11-27T02:34:53.141Z] GC before operation: completed in 67.623 ms, heap usage 182.704 MB -> 50.004 MB.
[2025-11-27T02:35:05.547Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:35:05.547Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:35:05.547Z] ====== db-shootout (database) [default], iteration 12 completed (13250.031 ms) ======
[2025-11-27T02:35:05.547Z] ====== db-shootout (database) [default], iteration 13 started ======
[2025-11-27T02:35:05.547Z] GC before operation: completed in 78.168 ms, heap usage 268.941 MB -> 49.670 MB.
[2025-11-27T02:35:18.665Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:35:18.665Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:35:18.665Z] ====== db-shootout (database) [default], iteration 13 completed (13449.860 ms) ======
[2025-11-27T02:35:18.665Z] ====== db-shootout (database) [default], iteration 14 started ======
[2025-11-27T02:35:18.665Z] GC before operation: completed in 92.252 ms, heap usage 118.764 MB -> 45.647 MB.
[2025-11-27T02:35:33.404Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:35:33.404Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:35:33.404Z] ====== db-shootout (database) [default], iteration 14 completed (14654.718 ms) ======
[2025-11-27T02:35:33.404Z] ====== db-shootout (database) [default], iteration 15 started ======
[2025-11-27T02:35:33.404Z] GC before operation: completed in 98.204 ms, heap usage 175.947 MB -> 50.196 MB.
[2025-11-27T02:35:48.175Z] WARNING: This benchmark provides no result that can be validated.
[2025-11-27T02:35:48.175Z] There is no way to check that no silent failure occurred.
[2025-11-27T02:35:48.175Z] ====== db-shootout (database) [default], iteration 15 completed (13790.683 ms) ======
[2025-11-27T02:35:48.822Z] -----------------------------------
[2025-11-27T02:35:48.822Z] renaissance-db-shootout_0_PASSED
[2025-11-27T02:35:48.822Z] -----------------------------------
[2025-11-27T02:35:48.822Z]
[2025-11-27T02:35:48.822Z] TEST TEARDOWN:
[2025-11-27T02:35:48.822Z] Nothing to be done for teardown.
[2025-11-27T02:35:48.822Z] renaissance-db-shootout_0 Finish Time: Wed Nov 26 20:35:48 2025 Epoch Time (ms): 1764210948329