renaissance-db-shootout_0
[2026-02-25T22:36:20.332Z] Running test renaissance-db-shootout_0 ...
[2026-02-25T22:36:20.332Z] ===============================================
[2026-02-25T22:36:20.332Z] renaissance-db-shootout_0 Start Time: Wed Feb 25 16:36:20 2026 Epoch Time (ms): 1772058980002
[2026-02-25T22:36:20.332Z] variation: NoOptions
[2026-02-25T22:36:20.332Z] JVM_OPTIONS:
[2026-02-25T22:36:20.332Z] { \
[2026-02-25T22:36:20.332Z] echo ""; echo "TEST SETUP:"; \
[2026-02-25T22:36:20.332Z] echo "Nothing to be done for setup."; \
[2026-02-25T22:36:20.332Z] mkdir -p "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17720580082828/renaissance-db-shootout_0"; \
[2026-02-25T22:36:20.332Z] cd "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17720580082828/renaissance-db-shootout_0"; \
[2026-02-25T22:36:20.332Z] echo ""; echo "TESTING:"; \
[2026-02-25T22:36:20.332Z] "/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_17720580082828/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2026-02-25T22:36:20.332Z] 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_17720580082828/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2026-02-25T22:36:20.332Z] echo ""; echo "TEST TEARDOWN:"; \
[2026-02-25T22:36:20.332Z] echo "Nothing to be done for teardown."; \
[2026-02-25T22:36:20.332Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk17_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17720580082828/TestTargetResult";
[2026-02-25T22:36:20.332Z]
[2026-02-25T22:36:20.332Z] TEST SETUP:
[2026-02-25T22:36:20.332Z] Nothing to be done for setup.
[2026-02-25T22:36:20.332Z]
[2026-02-25T22:36:20.332Z] TESTING:
[2026-02-25T22:36:35.717Z] [main] WARN net.openhft.affinity.AffinityLock - Unable to load /proc/cpuinfo
[2026-02-25T22:36:35.717Z] java.lang.ArithmeticException: / by zero
[2026-02-25T22:36:35.717Z] at net.openhft.affinity.impl.VanillaCpuLayout.<init>(VanillaCpuLayout.java:53)
[2026-02-25T22:36:35.717Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:143)
[2026-02-25T22:36:35.717Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:101)
[2026-02-25T22:36:35.717Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:96)
[2026-02-25T22:36:35.717Z] at net.openhft.affinity.AffinityLock.<clinit>(AffinityLock.java:56)
[2026-02-25T22:36:35.717Z] at net.openhft.chronicle.threads.Pauser.getBalanced(Pauser.java:45)
[2026-02-25T22:36:35.717Z] at net.openhft.chronicle.threads.Pauser.<clinit>(Pauser.java:40)
[2026-02-25T22:36:35.717Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1727)
[2026-02-25T22:36:35.717Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createPersistedTo(ChronicleMapBuilder.java:1618)
[2026-02-25T22:36:35.717Z] at org.lmdbjava.bench.Chronicle$CommonChronicleMap.setup(Chronicle.java:122)
[2026-02-25T22:36:35.717Z] at org.lmdbjava.bench.Chronicle$Reader.setup(Chronicle.java:204)
[2026-02-25T22:36:35.717Z] at org.renaissance.database.DbShootout.setUpBeforeAll(DbShootout.scala:96)
[2026-02-25T22:36:35.717Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2026-02-25T22:36:35.717Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2026-02-25T22:36:35.717Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2026-02-25T22:36:35.717Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2026-02-25T22:36:35.717Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2026-02-25T22:36:35.717Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2026-02-25T22:36:35.717Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2026-02-25T22:36:35.717Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2026-02-25T22:36:35.717Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2026-02-25T22:36:35.717Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[2026-02-25T22:36:35.717Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2026-02-25T22:36:35.717Z] at java.base/java.lang.reflect.Method.invoke(Method.java:569)
[2026-02-25T22:36:35.717Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2026-02-25T22:36:35.717Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2026-02-25T22:36:35.717Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2026-02-25T22:36:40.947Z] ====== db-shootout (database) [default], iteration 0 started ======
[2026-02-25T22:36:40.947Z] GC before operation: completed in 76.289 ms, heap usage 150.434 MB -> 38.980 MB.
[2026-02-25T22:36:56.375Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:36:56.375Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:36:56.375Z] ====== db-shootout (database) [default], iteration 0 completed (15019.000 ms) ======
[2026-02-25T22:36:56.375Z] ====== db-shootout (database) [default], iteration 1 started ======
[2026-02-25T22:36:56.375Z] GC before operation: completed in 93.183 ms, heap usage 293.815 MB -> 48.802 MB.
[2026-02-25T22:37:11.734Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:37:11.734Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:37:11.734Z] ====== db-shootout (database) [default], iteration 1 completed (15683.523 ms) ======
[2026-02-25T22:37:11.734Z] ====== db-shootout (database) [default], iteration 2 started ======
[2026-02-25T22:37:12.465Z] GC before operation: completed in 88.090 ms, heap usage 128.474 MB -> 48.711 MB.
[2026-02-25T22:37:26.427Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:37:26.427Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:37:26.427Z] ====== db-shootout (database) [default], iteration 2 completed (13876.723 ms) ======
[2026-02-25T22:37:26.427Z] ====== db-shootout (database) [default], iteration 3 started ======
[2026-02-25T22:37:26.427Z] GC before operation: completed in 81.489 ms, heap usage 369.498 MB -> 46.874 MB.
[2026-02-25T22:37:41.597Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:37:41.597Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:37:41.597Z] ====== db-shootout (database) [default], iteration 3 completed (13576.398 ms) ======
[2026-02-25T22:37:41.597Z] ====== db-shootout (database) [default], iteration 4 started ======
[2026-02-25T22:37:41.597Z] GC before operation: completed in 135.676 ms, heap usage 232.631 MB -> 45.959 MB.
[2026-02-25T22:37:54.607Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:37:54.607Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:37:54.607Z] ====== db-shootout (database) [default], iteration 4 completed (14364.906 ms) ======
[2026-02-25T22:37:54.607Z] ====== db-shootout (database) [default], iteration 5 started ======
[2026-02-25T22:37:54.607Z] GC before operation: completed in 84.423 ms, heap usage 285.049 MB -> 49.337 MB.
[2026-02-25T22:38:09.724Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:38:09.724Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:38:09.724Z] ====== db-shootout (database) [default], iteration 5 completed (14562.457 ms) ======
[2026-02-25T22:38:09.724Z] ====== db-shootout (database) [default], iteration 6 started ======
[2026-02-25T22:38:09.724Z] GC before operation: completed in 82.400 ms, heap usage 201.861 MB -> 46.055 MB.
[2026-02-25T22:38:23.577Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:38:23.577Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:38:23.577Z] ====== db-shootout (database) [default], iteration 6 completed (14112.767 ms) ======
[2026-02-25T22:38:23.577Z] ====== db-shootout (database) [default], iteration 7 started ======
[2026-02-25T22:38:23.577Z] GC before operation: completed in 56.281 ms, heap usage 104.613 MB -> 46.893 MB.
[2026-02-25T22:38:38.781Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:38:38.781Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:38:38.781Z] ====== db-shootout (database) [default], iteration 7 completed (14147.160 ms) ======
[2026-02-25T22:38:38.781Z] ====== db-shootout (database) [default], iteration 8 started ======
[2026-02-25T22:38:38.781Z] GC before operation: completed in 134.858 ms, heap usage 209.882 MB -> 49.705 MB.
[2026-02-25T22:38:54.277Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:38:54.277Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:38:54.277Z] ====== db-shootout (database) [default], iteration 8 completed (15092.750 ms) ======
[2026-02-25T22:38:54.277Z] ====== db-shootout (database) [default], iteration 9 started ======
[2026-02-25T22:38:54.277Z] GC before operation: completed in 101.425 ms, heap usage 398.219 MB -> 50.822 MB.
[2026-02-25T22:39:09.849Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:39:09.849Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:39:09.849Z] ====== db-shootout (database) [default], iteration 9 completed (16015.650 ms) ======
[2026-02-25T22:39:09.849Z] ====== db-shootout (database) [default], iteration 10 started ======
[2026-02-25T22:39:09.849Z] GC before operation: completed in 232.849 ms, heap usage 260.379 MB -> 49.138 MB.
[2026-02-25T22:39:28.168Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:39:28.168Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:39:28.168Z] ====== db-shootout (database) [default], iteration 10 completed (17240.561 ms) ======
[2026-02-25T22:39:28.168Z] ====== db-shootout (database) [default], iteration 11 started ======
[2026-02-25T22:39:28.168Z] GC before operation: completed in 198.606 ms, heap usage 192.303 MB -> 45.646 MB.
[2026-02-25T22:39:41.917Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:39:41.917Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:39:41.917Z] ====== db-shootout (database) [default], iteration 11 completed (14441.508 ms) ======
[2026-02-25T22:39:41.917Z] ====== db-shootout (database) [default], iteration 12 started ======
[2026-02-25T22:39:41.917Z] GC before operation: completed in 68.287 ms, heap usage 125.987 MB -> 48.130 MB.
[2026-02-25T22:39:57.228Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:39:57.228Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:39:57.229Z] ====== db-shootout (database) [default], iteration 12 completed (14973.775 ms) ======
[2026-02-25T22:39:57.229Z] ====== db-shootout (database) [default], iteration 13 started ======
[2026-02-25T22:39:57.229Z] GC before operation: completed in 104.006 ms, heap usage 96.644 MB -> 48.011 MB.
[2026-02-25T22:40:10.467Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:40:10.467Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:40:10.467Z] ====== db-shootout (database) [default], iteration 13 completed (14284.728 ms) ======
[2026-02-25T22:40:10.467Z] ====== db-shootout (database) [default], iteration 14 started ======
[2026-02-25T22:40:10.467Z] GC before operation: completed in 214.061 ms, heap usage 357.100 MB -> 50.290 MB.
[2026-02-25T22:40:25.842Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:40:25.842Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:40:25.842Z] ====== db-shootout (database) [default], iteration 14 completed (14056.976 ms) ======
[2026-02-25T22:40:25.842Z] ====== db-shootout (database) [default], iteration 15 started ======
[2026-02-25T22:40:25.842Z] GC before operation: completed in 162.758 ms, heap usage 429.179 MB -> 50.305 MB.
[2026-02-25T22:40:38.749Z] WARNING: This benchmark provides no result that can be validated.
[2026-02-25T22:40:38.749Z] There is no way to check that no silent failure occurred.
[2026-02-25T22:40:38.749Z] ====== db-shootout (database) [default], iteration 15 completed (13927.310 ms) ======
[2026-02-25T22:40:41.469Z] -----------------------------------
[2026-02-25T22:40:41.469Z] renaissance-db-shootout_0_PASSED
[2026-02-25T22:40:41.469Z] -----------------------------------
[2026-02-25T22:40:41.469Z]
[2026-02-25T22:40:41.469Z] TEST TEARDOWN:
[2026-02-25T22:40:41.469Z] Nothing to be done for teardown.
[2026-02-25T22:40:41.469Z] renaissance-db-shootout_0 Finish Time: Wed Feb 25 16:40:40 2026 Epoch Time (ms): 1772059240784