renaissance-db-shootout_0
[2025-10-01T22:02:40.055Z] Running test renaissance-db-shootout_0 ...
[2025-10-01T22:02:40.055Z] ===============================================
[2025-10-01T22:02:40.055Z] renaissance-db-shootout_0 Start Time: Wed Oct 1 17:02:39 2025 Epoch Time (ms): 1759356159899
[2025-10-01T22:02:40.055Z] variation: NoOptions
[2025-10-01T22:02:40.055Z] JVM_OPTIONS:
[2025-10-01T22:02:40.055Z] { \
[2025-10-01T22:02:40.055Z] echo ""; echo "TEST SETUP:"; \
[2025-10-01T22:02:40.055Z] echo "Nothing to be done for setup."; \
[2025-10-01T22:02:40.055Z] mkdir -p "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17593552308779/renaissance-db-shootout_0"; \
[2025-10-01T22:02:40.055Z] cd "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17593552308779/renaissance-db-shootout_0"; \
[2025-10-01T22:02:40.055Z] echo ""; echo "TESTING:"; \
[2025-10-01T22:02:40.055Z] "/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_17593552308779/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2025-10-01T22:02:40.055Z] 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_17593552308779/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-10-01T22:02:40.055Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-10-01T22:02:40.055Z] echo "Nothing to be done for teardown."; \
[2025-10-01T22:02:40.055Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17593552308779/TestTargetResult";
[2025-10-01T22:02:40.055Z]
[2025-10-01T22:02:40.055Z] TEST SETUP:
[2025-10-01T22:02:40.055Z] Nothing to be done for setup.
[2025-10-01T22:02:40.055Z]
[2025-10-01T22:02:40.055Z] TESTING:
[2025-10-01T22:02:55.728Z] [main] WARN net.openhft.affinity.AffinityLock - Unable to load /proc/cpuinfo
[2025-10-01T22:02:55.728Z] java.lang.ArithmeticException: / by zero
[2025-10-01T22:02:55.728Z] at net.openhft.affinity.impl.VanillaCpuLayout.<init>(VanillaCpuLayout.java:53)
[2025-10-01T22:02:55.728Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:143)
[2025-10-01T22:02:55.728Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:101)
[2025-10-01T22:02:55.728Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:96)
[2025-10-01T22:02:55.728Z] at net.openhft.affinity.AffinityLock.<clinit>(AffinityLock.java:56)
[2025-10-01T22:02:55.728Z] at net.openhft.chronicle.threads.Pauser.getBalanced(Pauser.java:45)
[2025-10-01T22:02:55.728Z] at net.openhft.chronicle.threads.Pauser.<clinit>(Pauser.java:40)
[2025-10-01T22:02:55.728Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1727)
[2025-10-01T22:02:55.728Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createPersistedTo(ChronicleMapBuilder.java:1618)
[2025-10-01T22:02:55.728Z] at org.lmdbjava.bench.Chronicle$CommonChronicleMap.setup(Chronicle.java:122)
[2025-10-01T22:02:55.728Z] at org.lmdbjava.bench.Chronicle$Reader.setup(Chronicle.java:204)
[2025-10-01T22:02:55.728Z] at org.renaissance.database.DbShootout.setUpBeforeAll(DbShootout.scala:96)
[2025-10-01T22:02:55.728Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2025-10-01T22:02:55.728Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2025-10-01T22:02:55.728Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2025-10-01T22:02:55.728Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2025-10-01T22:02:55.728Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2025-10-01T22:02:55.728Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2025-10-01T22:02:55.728Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2025-10-01T22:02:55.728Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2025-10-01T22:02:55.728Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-10-01T22:02:55.728Z] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-10-01T22:02:55.728Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2025-10-01T22:02:55.728Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2025-10-01T22:02:55.728Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2025-10-01T22:03:00.452Z] ====== db-shootout (database) [default], iteration 0 started ======
[2025-10-01T22:03:00.453Z] GC before operation: completed in 168.789 ms, heap usage 229.256 MB -> 39.609 MB.
[2025-10-01T22:03:17.658Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:03:17.658Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:03:17.658Z] ====== db-shootout (database) [default], iteration 0 completed (15356.474 ms) ======
[2025-10-01T22:03:17.658Z] ====== db-shootout (database) [default], iteration 1 started ======
[2025-10-01T22:03:17.658Z] GC before operation: completed in 312.963 ms, heap usage 286.787 MB -> 49.429 MB.
[2025-10-01T22:03:32.428Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:03:32.428Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:03:32.428Z] ====== db-shootout (database) [default], iteration 1 completed (16162.967 ms) ======
[2025-10-01T22:03:32.428Z] ====== db-shootout (database) [default], iteration 2 started ======
[2025-10-01T22:03:32.428Z] GC before operation: completed in 106.998 ms, heap usage 188.847 MB -> 48.931 MB.
[2025-10-01T22:03:47.125Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:03:47.125Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:03:47.125Z] ====== db-shootout (database) [default], iteration 2 completed (13411.207 ms) ======
[2025-10-01T22:03:47.125Z] ====== db-shootout (database) [default], iteration 3 started ======
[2025-10-01T22:03:47.125Z] GC before operation: completed in 80.853 ms, heap usage 265.967 MB -> 49.504 MB.
[2025-10-01T22:03:59.300Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:03:59.300Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:03:59.300Z] ====== db-shootout (database) [default], iteration 3 completed (13013.505 ms) ======
[2025-10-01T22:03:59.300Z] ====== db-shootout (database) [default], iteration 4 started ======
[2025-10-01T22:03:59.300Z] GC before operation: completed in 69.261 ms, heap usage 351.413 MB -> 49.793 MB.
[2025-10-01T22:04:11.484Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:04:11.484Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:04:11.484Z] ====== db-shootout (database) [default], iteration 4 completed (12104.973 ms) ======
[2025-10-01T22:04:11.484Z] ====== db-shootout (database) [default], iteration 5 started ======
[2025-10-01T22:04:11.484Z] GC before operation: completed in 90.923 ms, heap usage 193.328 MB -> 50.239 MB.
[2025-10-01T22:04:25.875Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:04:25.875Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:04:25.876Z] ====== db-shootout (database) [default], iteration 5 completed (13397.439 ms) ======
[2025-10-01T22:04:25.876Z] ====== db-shootout (database) [default], iteration 6 started ======
[2025-10-01T22:04:25.876Z] GC before operation: completed in 109.666 ms, heap usage 261.039 MB -> 48.653 MB.
[2025-10-01T22:04:40.461Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:04:40.461Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:04:40.461Z] ====== db-shootout (database) [default], iteration 6 completed (15565.985 ms) ======
[2025-10-01T22:04:40.461Z] ====== db-shootout (database) [default], iteration 7 started ======
[2025-10-01T22:04:40.461Z] GC before operation: completed in 159.973 ms, heap usage 310.447 MB -> 47.395 MB.
[2025-10-01T22:04:55.069Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:04:55.069Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:04:55.069Z] ====== db-shootout (database) [default], iteration 7 completed (14398.340 ms) ======
[2025-10-01T22:04:55.069Z] ====== db-shootout (database) [default], iteration 8 started ======
[2025-10-01T22:04:55.069Z] GC before operation: completed in 303.971 ms, heap usage 271.633 MB -> 47.368 MB.
[2025-10-01T22:05:09.242Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:05:09.242Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:05:09.242Z] ====== db-shootout (database) [default], iteration 8 completed (13275.775 ms) ======
[2025-10-01T22:05:09.242Z] ====== db-shootout (database) [default], iteration 9 started ======
[2025-10-01T22:05:09.242Z] GC before operation: completed in 104.945 ms, heap usage 217.917 MB -> 50.550 MB.
[2025-10-01T22:05:23.785Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:05:23.785Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:05:23.785Z] ====== db-shootout (database) [default], iteration 9 completed (14138.615 ms) ======
[2025-10-01T22:05:23.785Z] ====== db-shootout (database) [default], iteration 10 started ======
[2025-10-01T22:05:23.785Z] GC before operation: completed in 172.316 ms, heap usage 348.567 MB -> 51.500 MB.
[2025-10-01T22:05:36.150Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:05:36.150Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:05:36.150Z] ====== db-shootout (database) [default], iteration 10 completed (13554.657 ms) ======
[2025-10-01T22:05:36.150Z] ====== db-shootout (database) [default], iteration 11 started ======
[2025-10-01T22:05:36.755Z] GC before operation: completed in 95.421 ms, heap usage 250.259 MB -> 46.685 MB.
[2025-10-01T22:05:51.370Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:05:51.370Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:05:51.370Z] ====== db-shootout (database) [default], iteration 11 completed (14047.832 ms) ======
[2025-10-01T22:05:51.370Z] ====== db-shootout (database) [default], iteration 12 started ======
[2025-10-01T22:05:51.370Z] GC before operation: completed in 109.841 ms, heap usage 268.191 MB -> 47.076 MB.
[2025-10-01T22:06:09.415Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:06:09.415Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:06:09.415Z] ====== db-shootout (database) [default], iteration 12 completed (17245.592 ms) ======
[2025-10-01T22:06:09.415Z] ====== db-shootout (database) [default], iteration 13 started ======
[2025-10-01T22:06:09.415Z] GC before operation: completed in 168.650 ms, heap usage 215.342 MB -> 49.421 MB.
[2025-10-01T22:06:26.896Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:06:26.896Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:06:26.896Z] ====== db-shootout (database) [default], iteration 13 completed (17486.013 ms) ======
[2025-10-01T22:06:26.896Z] ====== db-shootout (database) [default], iteration 14 started ======
[2025-10-01T22:06:26.896Z] GC before operation: completed in 228.493 ms, heap usage 222.276 MB -> 50.272 MB.
[2025-10-01T22:06:44.445Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:06:44.445Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:06:44.445Z] ====== db-shootout (database) [default], iteration 14 completed (17952.212 ms) ======
[2025-10-01T22:06:44.445Z] ====== db-shootout (database) [default], iteration 15 started ======
[2025-10-01T22:06:44.445Z] GC before operation: completed in 157.708 ms, heap usage 343.284 MB -> 50.944 MB.
[2025-10-01T22:07:05.021Z] WARNING: This benchmark provides no result that can be validated.
[2025-10-01T22:07:05.021Z] There is no way to check that no silent failure occurred.
[2025-10-01T22:07:05.021Z] ====== db-shootout (database) [default], iteration 15 completed (18894.515 ms) ======
[2025-10-01T22:07:05.021Z] -----------------------------------
[2025-10-01T22:07:05.021Z] renaissance-db-shootout_0_PASSED
[2025-10-01T22:07:05.021Z] -----------------------------------
[2025-10-01T22:07:05.021Z]
[2025-10-01T22:07:05.021Z] TEST TEARDOWN:
[2025-10-01T22:07:05.021Z] Nothing to be done for teardown.
[2025-10-01T22:07:05.021Z] renaissance-db-shootout_0 Finish Time: Wed Oct 1 17:07:04 2025 Epoch Time (ms): 1759356424345