renaissance-db-shootout_0
[2026-02-11T22:47:05.890Z] Running test renaissance-db-shootout_0 ...
[2026-02-11T22:47:05.890Z] ===============================================
[2026-02-11T22:47:05.890Z] renaissance-db-shootout_0 Start Time: Wed Feb 11 16:47:05 2026 Epoch Time (ms): 1770850025232
[2026-02-11T22:47:05.890Z] variation: NoOptions
[2026-02-11T22:47:05.890Z] JVM_OPTIONS:
[2026-02-11T22:47:05.890Z] { \
[2026-02-11T22:47:05.890Z] echo ""; echo "TEST SETUP:"; \
[2026-02-11T22:47:05.890Z] echo "Nothing to be done for setup."; \
[2026-02-11T22:47:05.890Z] mkdir -p "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17708492712181/renaissance-db-shootout_0"; \
[2026-02-11T22:47:05.890Z] cd "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17708492712181/renaissance-db-shootout_0"; \
[2026-02-11T22:47:05.890Z] echo ""; echo "TESTING:"; \
[2026-02-11T22:47:05.890Z] "/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_17708492712181/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2026-02-11T22:47:05.890Z] 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_17708492712181/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2026-02-11T22:47:05.890Z] echo ""; echo "TEST TEARDOWN:"; \
[2026-02-11T22:47:05.890Z] echo "Nothing to be done for teardown."; \
[2026-02-11T22:47:05.890Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17708492712181/TestTargetResult";
[2026-02-11T22:47:05.890Z]
[2026-02-11T22:47:05.890Z] TEST SETUP:
[2026-02-11T22:47:05.890Z] Nothing to be done for setup.
[2026-02-11T22:47:05.890Z]
[2026-02-11T22:47:05.890Z] TESTING:
[2026-02-11T22:47:16.352Z] [main] WARN net.openhft.affinity.AffinityLock - Unable to load /proc/cpuinfo
[2026-02-11T22:47:16.352Z] java.lang.ArithmeticException: / by zero
[2026-02-11T22:47:16.352Z] at net.openhft.affinity.impl.VanillaCpuLayout.<init>(VanillaCpuLayout.java:53)
[2026-02-11T22:47:16.352Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:143)
[2026-02-11T22:47:16.352Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:101)
[2026-02-11T22:47:16.352Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:96)
[2026-02-11T22:47:16.352Z] at net.openhft.affinity.AffinityLock.<clinit>(AffinityLock.java:56)
[2026-02-11T22:47:16.352Z] at net.openhft.chronicle.threads.Pauser.getBalanced(Pauser.java:45)
[2026-02-11T22:47:16.352Z] at net.openhft.chronicle.threads.Pauser.<clinit>(Pauser.java:40)
[2026-02-11T22:47:16.352Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1727)
[2026-02-11T22:47:16.352Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createPersistedTo(ChronicleMapBuilder.java:1618)
[2026-02-11T22:47:16.352Z] at org.lmdbjava.bench.Chronicle$CommonChronicleMap.setup(Chronicle.java:122)
[2026-02-11T22:47:16.352Z] at org.lmdbjava.bench.Chronicle$Reader.setup(Chronicle.java:204)
[2026-02-11T22:47:16.352Z] at org.renaissance.database.DbShootout.setUpBeforeAll(DbShootout.scala:96)
[2026-02-11T22:47:16.352Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2026-02-11T22:47:16.352Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2026-02-11T22:47:16.352Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2026-02-11T22:47:16.352Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2026-02-11T22:47:16.352Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2026-02-11T22:47:16.352Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2026-02-11T22:47:16.352Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2026-02-11T22:47:16.352Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2026-02-11T22:47:16.352Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2026-02-11T22:47:16.352Z] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2026-02-11T22:47:16.352Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2026-02-11T22:47:16.352Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2026-02-11T22:47:16.352Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2026-02-11T22:47:20.173Z] ====== db-shootout (database) [default], iteration 0 started ======
[2026-02-11T22:47:20.173Z] GC before operation: completed in 88.874 ms, heap usage 230.666 MB -> 39.600 MB.
[2026-02-11T22:47:32.314Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:47:32.314Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:47:32.314Z] ====== db-shootout (database) [default], iteration 0 completed (11231.037 ms) ======
[2026-02-11T22:47:32.314Z] ====== db-shootout (database) [default], iteration 1 started ======
[2026-02-11T22:47:32.314Z] GC before operation: completed in 110.898 ms, heap usage 145.100 MB -> 45.699 MB.
[2026-02-11T22:47:44.391Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:47:44.391Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:47:44.391Z] ====== db-shootout (database) [default], iteration 1 completed (11871.942 ms) ======
[2026-02-11T22:47:44.391Z] ====== db-shootout (database) [default], iteration 2 started ======
[2026-02-11T22:47:44.391Z] GC before operation: completed in 57.254 ms, heap usage 204.111 MB -> 49.118 MB.
[2026-02-11T22:47:54.629Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:47:54.629Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:47:54.629Z] ====== db-shootout (database) [default], iteration 2 completed (10036.073 ms) ======
[2026-02-11T22:47:54.629Z] ====== db-shootout (database) [default], iteration 3 started ======
[2026-02-11T22:47:54.629Z] GC before operation: completed in 75.075 ms, heap usage 259.966 MB -> 46.863 MB.
[2026-02-11T22:48:04.594Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:48:04.594Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:48:04.594Z] ====== db-shootout (database) [default], iteration 3 completed (10139.264 ms) ======
[2026-02-11T22:48:04.594Z] ====== db-shootout (database) [default], iteration 4 started ======
[2026-02-11T22:48:04.594Z] GC before operation: completed in 68.408 ms, heap usage 286.705 MB -> 49.726 MB.
[2026-02-11T22:48:13.474Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:48:13.474Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:48:13.474Z] ====== db-shootout (database) [default], iteration 4 completed (9817.036 ms) ======
[2026-02-11T22:48:13.474Z] ====== db-shootout (database) [default], iteration 5 started ======
[2026-02-11T22:48:14.109Z] GC before operation: completed in 57.352 ms, heap usage 85.292 MB -> 50.754 MB.
[2026-02-11T22:48:24.458Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:48:24.458Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:48:24.458Z] ====== db-shootout (database) [default], iteration 5 completed (9941.042 ms) ======
[2026-02-11T22:48:24.458Z] ====== db-shootout (database) [default], iteration 6 started ======
[2026-02-11T22:48:24.458Z] GC before operation: completed in 103.905 ms, heap usage 309.898 MB -> 49.801 MB.
[2026-02-11T22:48:33.032Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:48:33.032Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:48:33.032Z] ====== db-shootout (database) [default], iteration 6 completed (9205.197 ms) ======
[2026-02-11T22:48:33.032Z] ====== db-shootout (database) [default], iteration 7 started ======
[2026-02-11T22:48:33.032Z] GC before operation: completed in 66.725 ms, heap usage 282.463 MB -> 49.817 MB.
[2026-02-11T22:48:43.284Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:48:43.284Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:48:43.284Z] ====== db-shootout (database) [default], iteration 7 completed (9689.310 ms) ======
[2026-02-11T22:48:43.284Z] ====== db-shootout (database) [default], iteration 8 started ======
[2026-02-11T22:48:43.284Z] GC before operation: completed in 51.651 ms, heap usage 137.445 MB -> 49.857 MB.
[2026-02-11T22:48:55.368Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:48:55.368Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:48:55.368Z] ====== db-shootout (database) [default], iteration 8 completed (11481.696 ms) ======
[2026-02-11T22:48:55.368Z] ====== db-shootout (database) [default], iteration 9 started ======
[2026-02-11T22:48:55.368Z] GC before operation: completed in 68.667 ms, heap usage 171.561 MB -> 48.976 MB.
[2026-02-11T22:49:05.537Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:49:05.537Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:49:05.537Z] ====== db-shootout (database) [default], iteration 9 completed (11034.537 ms) ======
[2026-02-11T22:49:05.537Z] ====== db-shootout (database) [default], iteration 10 started ======
[2026-02-11T22:49:05.537Z] GC before operation: completed in 60.323 ms, heap usage 280.492 MB -> 51.228 MB.
[2026-02-11T22:49:16.792Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:49:16.792Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:49:16.792Z] ====== db-shootout (database) [default], iteration 10 completed (11440.815 ms) ======
[2026-02-11T22:49:16.792Z] ====== db-shootout (database) [default], iteration 11 started ======
[2026-02-11T22:49:16.792Z] GC before operation: completed in 54.535 ms, heap usage 394.268 MB -> 47.463 MB.
[2026-02-11T22:49:29.024Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:49:29.024Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:49:29.024Z] ====== db-shootout (database) [default], iteration 11 completed (11756.587 ms) ======
[2026-02-11T22:49:29.024Z] ====== db-shootout (database) [default], iteration 12 started ======
[2026-02-11T22:49:29.024Z] GC before operation: completed in 59.934 ms, heap usage 281.736 MB -> 47.272 MB.
[2026-02-11T22:49:39.277Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:49:39.277Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:49:39.277Z] ====== db-shootout (database) [default], iteration 12 completed (10092.201 ms) ======
[2026-02-11T22:49:39.277Z] ====== db-shootout (database) [default], iteration 13 started ======
[2026-02-11T22:49:39.277Z] GC before operation: completed in 73.965 ms, heap usage 213.325 MB -> 49.434 MB.
[2026-02-11T22:49:49.386Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:49:49.386Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:49:49.386Z] ====== db-shootout (database) [default], iteration 13 completed (10097.422 ms) ======
[2026-02-11T22:49:49.386Z] ====== db-shootout (database) [default], iteration 14 started ======
[2026-02-11T22:49:49.386Z] GC before operation: completed in 59.498 ms, heap usage 317.025 MB -> 50.061 MB.
[2026-02-11T22:50:01.511Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:50:01.511Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:50:01.511Z] ====== db-shootout (database) [default], iteration 14 completed (11533.066 ms) ======
[2026-02-11T22:50:01.511Z] ====== db-shootout (database) [default], iteration 15 started ======
[2026-02-11T22:50:01.511Z] GC before operation: completed in 48.856 ms, heap usage 224.384 MB -> 49.416 MB.
[2026-02-11T22:50:11.691Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-11T22:50:11.691Z] There is no way to check that no silent failure occurred.
[2026-02-11T22:50:11.691Z] ====== db-shootout (database) [default], iteration 15 completed (11182.326 ms) ======
[2026-02-11T22:50:12.990Z] -----------------------------------
[2026-02-11T22:50:12.990Z] renaissance-db-shootout_0_PASSED
[2026-02-11T22:50:12.990Z] -----------------------------------
[2026-02-11T22:50:12.990Z]
[2026-02-11T22:50:12.990Z] TEST TEARDOWN:
[2026-02-11T22:50:12.990Z] Nothing to be done for teardown.
[2026-02-11T22:50:12.990Z] renaissance-db-shootout_0 Finish Time: Wed Feb 11 16:50:12 2026 Epoch Time (ms): 1770850212681