renaissance-db-shootout_0
[2025-07-30T20:04:19.271Z] Running test renaissance-db-shootout_0 ...
[2025-07-30T20:04:19.271Z] ===============================================
[2025-07-30T20:04:19.271Z] renaissance-db-shootout_0 Start Time: Wed Jul 30 15:04:18 2025 Epoch Time (ms): 1753905858816
[2025-07-30T20:04:19.271Z] variation: NoOptions
[2025-07-30T20:04:19.271Z] JVM_OPTIONS:
[2025-07-30T20:04:19.271Z] { \
[2025-07-30T20:04:19.271Z] echo ""; echo "TEST SETUP:"; \
[2025-07-30T20:04:19.271Z] echo "Nothing to be done for setup."; \
[2025-07-30T20:04:19.271Z] mkdir -p "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17539053688225/renaissance-db-shootout_0"; \
[2025-07-30T20:04:19.271Z] cd "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17539053688225/renaissance-db-shootout_0"; \
[2025-07-30T20:04:19.271Z] echo ""; echo "TESTING:"; \
[2025-07-30T20:04:19.271Z] "/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_17539053688225/renaissance-db-shootout_0"/db-shootout.json" db-shootout; \
[2025-07-30T20:04:19.271Z] 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_17539053688225/renaissance-db-shootout_0"; else echo "-----------------------------------"; echo "renaissance-db-shootout_0""_FAILED"; echo "-----------------------------------"; fi; \
[2025-07-30T20:04:19.271Z] echo ""; echo "TEST TEARDOWN:"; \
[2025-07-30T20:04:19.271Z] echo "Nothing to be done for teardown."; \
[2025-07-30T20:04:19.271Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk21_hs_extended.perf_s390x_linux/aqa-tests/TKG/../TKG/output_17539053688225/TestTargetResult";
[2025-07-30T20:04:19.271Z]
[2025-07-30T20:04:19.271Z] TEST SETUP:
[2025-07-30T20:04:19.271Z] Nothing to be done for setup.
[2025-07-30T20:04:19.271Z]
[2025-07-30T20:04:19.271Z] TESTING:
[2025-07-30T20:04:29.317Z] [main] WARN net.openhft.affinity.AffinityLock - Unable to load /proc/cpuinfo
[2025-07-30T20:04:29.317Z] java.lang.ArithmeticException: / by zero
[2025-07-30T20:04:29.317Z] at net.openhft.affinity.impl.VanillaCpuLayout.<init>(VanillaCpuLayout.java:53)
[2025-07-30T20:04:29.317Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:143)
[2025-07-30T20:04:29.317Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:101)
[2025-07-30T20:04:29.317Z] at net.openhft.affinity.impl.VanillaCpuLayout.fromCpuInfo(VanillaCpuLayout.java:96)
[2025-07-30T20:04:29.317Z] at net.openhft.affinity.AffinityLock.<clinit>(AffinityLock.java:56)
[2025-07-30T20:04:29.317Z] at net.openhft.chronicle.threads.Pauser.getBalanced(Pauser.java:45)
[2025-07-30T20:04:29.317Z] at net.openhft.chronicle.threads.Pauser.<clinit>(Pauser.java:40)
[2025-07-30T20:04:29.317Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createWithFile(ChronicleMapBuilder.java:1727)
[2025-07-30T20:04:29.317Z] at net.openhft.chronicle.map.ChronicleMapBuilder.createPersistedTo(ChronicleMapBuilder.java:1618)
[2025-07-30T20:04:29.317Z] at org.lmdbjava.bench.Chronicle$CommonChronicleMap.setup(Chronicle.java:122)
[2025-07-30T20:04:29.317Z] at org.lmdbjava.bench.Chronicle$Reader.setup(Chronicle.java:204)
[2025-07-30T20:04:29.317Z] at org.renaissance.database.DbShootout.setUpBeforeAll(DbShootout.scala:96)
[2025-07-30T20:04:29.317Z] at org.renaissance.harness.ExecutionDriver.executeBenchmark(ExecutionDriver.java:82)
[2025-07-30T20:04:29.317Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks$$anonfun$1(RenaissanceSuite.scala:172)
[2025-07-30T20:04:29.317Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[2025-07-30T20:04:29.317Z] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[2025-07-30T20:04:29.317Z] at scala.collection.immutable.List.foreach(List.scala:334)
[2025-07-30T20:04:29.317Z] at org.renaissance.harness.RenaissanceSuite$.runBenchmarks(RenaissanceSuite.scala:161)
[2025-07-30T20:04:29.317Z] at org.renaissance.harness.RenaissanceSuite$.main(RenaissanceSuite.scala:130)
[2025-07-30T20:04:29.317Z] at org.renaissance.harness.RenaissanceSuite.main(RenaissanceSuite.scala)
[2025-07-30T20:04:29.317Z] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[2025-07-30T20:04:29.317Z] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[2025-07-30T20:04:29.317Z] at org.renaissance.core.Launcher.loadAndInvokeHarnessClass(Launcher.java:129)
[2025-07-30T20:04:29.317Z] at org.renaissance.core.Launcher.launchHarnessClass(Launcher.java:78)
[2025-07-30T20:04:29.317Z] at org.renaissance.core.Launcher.main(Launcher.java:43)
[2025-07-30T20:04:32.903Z] ====== db-shootout (database) [default], iteration 0 started ======
[2025-07-30T20:04:32.903Z] GC before operation: completed in 47.611 ms, heap usage 303.170 MB -> 40.041 MB.
[2025-07-30T20:04:42.864Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:04:42.864Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:04:42.864Z] ====== db-shootout (database) [default], iteration 0 completed (9169.797 ms) ======
[2025-07-30T20:04:42.864Z] ====== db-shootout (database) [default], iteration 1 started ======
[2025-07-30T20:04:42.864Z] GC before operation: completed in 71.911 ms, heap usage 142.041 MB -> 48.693 MB.
[2025-07-30T20:04:52.792Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:04:52.792Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:04:52.792Z] ====== db-shootout (database) [default], iteration 1 completed (9493.801 ms) ======
[2025-07-30T20:04:52.792Z] ====== db-shootout (database) [default], iteration 2 started ======
[2025-07-30T20:04:52.792Z] GC before operation: completed in 74.988 ms, heap usage 315.265 MB -> 47.386 MB.
[2025-07-30T20:05:01.108Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:05:01.108Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:05:01.108Z] ====== db-shootout (database) [default], iteration 2 completed (9444.357 ms) ======
[2025-07-30T20:05:01.108Z] ====== db-shootout (database) [default], iteration 3 started ======
[2025-07-30T20:05:01.108Z] GC before operation: completed in 38.471 ms, heap usage 101.366 MB -> 49.040 MB.
[2025-07-30T20:05:10.492Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:05:10.492Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:05:10.492Z] ====== db-shootout (database) [default], iteration 3 completed (8547.993 ms) ======
[2025-07-30T20:05:10.492Z] ====== db-shootout (database) [default], iteration 4 started ======
[2025-07-30T20:05:10.492Z] GC before operation: completed in 65.693 ms, heap usage 177.943 MB -> 46.633 MB.
[2025-07-30T20:05:20.607Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:05:20.607Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:05:20.607Z] ====== db-shootout (database) [default], iteration 4 completed (10004.283 ms) ======
[2025-07-30T20:05:20.607Z] ====== db-shootout (database) [default], iteration 5 started ======
[2025-07-30T20:05:20.607Z] GC before operation: completed in 75.527 ms, heap usage 353.342 MB -> 50.529 MB.
[2025-07-30T20:05:30.716Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:05:30.716Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:05:30.716Z] ====== db-shootout (database) [default], iteration 5 completed (10580.811 ms) ======
[2025-07-30T20:05:30.716Z] ====== db-shootout (database) [default], iteration 6 started ======
[2025-07-30T20:05:30.716Z] GC before operation: completed in 78.128 ms, heap usage 143.690 MB -> 48.988 MB.
[2025-07-30T20:05:42.714Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:05:42.714Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:05:42.714Z] ====== db-shootout (database) [default], iteration 6 completed (11288.309 ms) ======
[2025-07-30T20:05:42.714Z] ====== db-shootout (database) [default], iteration 7 started ======
[2025-07-30T20:05:42.714Z] GC before operation: completed in 70.543 ms, heap usage 335.478 MB -> 50.299 MB.
[2025-07-30T20:05:52.778Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:05:52.778Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:05:52.778Z] ====== db-shootout (database) [default], iteration 7 completed (10383.445 ms) ======
[2025-07-30T20:05:52.778Z] ====== db-shootout (database) [default], iteration 8 started ======
[2025-07-30T20:05:52.778Z] GC before operation: completed in 79.922 ms, heap usage 188.805 MB -> 49.354 MB.
[2025-07-30T20:06:04.769Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:06:04.769Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:06:04.769Z] ====== db-shootout (database) [default], iteration 8 completed (12098.891 ms) ======
[2025-07-30T20:06:04.769Z] ====== db-shootout (database) [default], iteration 9 started ======
[2025-07-30T20:06:04.769Z] GC before operation: completed in 84.723 ms, heap usage 312.872 MB -> 51.343 MB.
[2025-07-30T20:06:19.133Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:06:19.133Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:06:19.133Z] ====== db-shootout (database) [default], iteration 9 completed (13771.039 ms) ======
[2025-07-30T20:06:19.133Z] ====== db-shootout (database) [default], iteration 10 started ======
[2025-07-30T20:06:19.133Z] GC before operation: completed in 81.414 ms, heap usage 95.857 MB -> 49.058 MB.
[2025-07-30T20:06:32.105Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:06:32.105Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:06:32.105Z] ====== db-shootout (database) [default], iteration 10 completed (12204.974 ms) ======
[2025-07-30T20:06:32.105Z] ====== db-shootout (database) [default], iteration 11 started ======
[2025-07-30T20:06:32.105Z] GC before operation: completed in 112.500 ms, heap usage 338.050 MB -> 51.893 MB.
[2025-07-30T20:06:42.223Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:06:42.223Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:06:42.223Z] ====== db-shootout (database) [default], iteration 11 completed (11283.793 ms) ======
[2025-07-30T20:06:42.223Z] ====== db-shootout (database) [default], iteration 12 started ======
[2025-07-30T20:06:42.223Z] GC before operation: completed in 65.906 ms, heap usage 250.760 MB -> 51.204 MB.
[2025-07-30T20:06:52.306Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:06:52.307Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:06:52.307Z] ====== db-shootout (database) [default], iteration 12 completed (9241.761 ms) ======
[2025-07-30T20:06:52.307Z] ====== db-shootout (database) [default], iteration 13 started ======
[2025-07-30T20:06:52.307Z] GC before operation: completed in 54.165 ms, heap usage 107.900 MB -> 50.157 MB.
[2025-07-30T20:07:00.786Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:07:00.786Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:07:00.786Z] ====== db-shootout (database) [default], iteration 13 completed (8601.627 ms) ======
[2025-07-30T20:07:00.786Z] ====== db-shootout (database) [default], iteration 14 started ======
[2025-07-30T20:07:00.786Z] GC before operation: completed in 54.118 ms, heap usage 223.338 MB -> 49.964 MB.
[2025-07-30T20:07:10.865Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:07:10.865Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:07:10.865Z] ====== db-shootout (database) [default], iteration 14 completed (9928.944 ms) ======
[2025-07-30T20:07:10.865Z] ====== db-shootout (database) [default], iteration 15 started ======
[2025-07-30T20:07:10.865Z] GC before operation: completed in 72.258 ms, heap usage 335.470 MB -> 51.542 MB.
[2025-07-30T20:07:22.806Z] WARNING: This benchmark provides no result that can be validated.
[2025-07-30T20:07:22.806Z] There is no way to check that no silent failure occurred.
[2025-07-30T20:07:22.806Z] ====== db-shootout (database) [default], iteration 15 completed (11199.304 ms) ======
[2025-07-30T20:07:22.806Z] -----------------------------------
[2025-07-30T20:07:22.806Z] renaissance-db-shootout_0_PASSED
[2025-07-30T20:07:22.806Z] -----------------------------------
[2025-07-30T20:07:22.806Z]
[2025-07-30T20:07:22.806Z] TEST TEARDOWN:
[2025-07-30T20:07:22.806Z] Nothing to be done for teardown.
[2025-07-30T20:07:22.806Z] renaissance-db-shootout_0 Finish Time: Wed Jul 30 15:07:21 2025 Epoch Time (ms): 1753906041834