No Possible Issues Found via Git Search

dacapo-h2_0

[2026-01-10T04:15:00.346Z] Running test dacapo-h2_0 ... [2026-01-10T04:15:00.705Z] =============================================== [2026-01-10T04:15:00.706Z] dacapo-h2_0 Start Time: Sat Jan 10 04:15:00 2026 Epoch Time (ms): 1768018500481 [2026-01-10T04:15:00.706Z] variation: NoOptions [2026-01-10T04:15:01.043Z] JVM_OPTIONS: [2026-01-10T04:15:01.043Z] { \ [2026-01-10T04:15:01.043Z] echo ""; echo "TEST SETUP:"; \ [2026-01-10T04:15:01.043Z] echo "Nothing to be done for setup."; \ [2026-01-10T04:15:01.043Z] mkdir -p "C:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/aqa-tests/\\TKG\\output_17680183955203\\dacapo-h2_0"; \ [2026-01-10T04:15:01.043Z] cd "C:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/aqa-tests/\\TKG\\output_17680183955203\\dacapo-h2_0"; \ [2026-01-10T04:15:01.043Z] echo ""; echo "TESTING:"; \ [2026-01-10T04:15:01.043Z] "c:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/jdkbinary/j2sdk-image\\bin\\java" -jar "C:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/aqa-tests///..//jvmtest\\perf\\dacapo\\dacapo.jar" h2; \ [2026-01-10T04:15:01.043Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "dacapo-h2_0""_PASSED"; echo "-----------------------------------"; cd C:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/aqa-tests/; rm -f -r "C:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/aqa-tests/\\TKG\\output_17680183955203\\dacapo-h2_0"; else echo "-----------------------------------"; echo "dacapo-h2_0""_FAILED"; echo "-----------------------------------"; fi; \ [2026-01-10T04:15:01.043Z] echo ""; echo "TEST TEARDOWN:"; \ [2026-01-10T04:15:01.043Z] echo "Nothing to be done for teardown."; \ [2026-01-10T04:15:01.043Z] } 2>&1 | tee -a "C:/jenkins/workspace/Test_openjdk11_hs_sanity.perf_x86-32_windows/aqa-tests/\\TKG\\output_17680183955203\\TestTargetResult"; [2026-01-10T04:15:01.043Z] [2026-01-10T04:15:01.043Z] TEST SETUP: [2026-01-10T04:15:01.043Z] Nothing to be done for setup. [2026-01-10T04:15:01.043Z] [2026-01-10T04:15:01.043Z] TESTING: [2026-01-10T04:15:01.398Z] Using scaled threading model. 4 processors detected, 4 threads used to drive the workload, in a possible range of [1,1024] [2026-01-10T04:15:01.755Z] Version: h2 2.2.220 derby 10.15.2.0 (use -p to print nominal benchmark stats) [2026-01-10T04:15:01.755Z] Preparing the H2 database... [2026-01-10T04:15:01.755Z] TPCC configuration: scale: 16, terminals: 4, transactions: 100000 [2026-01-10T04:16:55.184Z] java.lang.reflect.InvocationTargetException [2026-01-10T04:16:55.184Z] java.lang.reflect.InvocationTargetException [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2026-01-10T04:16:55.184Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2026-01-10T04:16:55.184Z] at org.dacapo.harness.H2.preIteration(H2.java:95) [2026-01-10T04:16:55.184Z] at org.dacapo.harness.Benchmark.run(Benchmark.java:243) [2026-01-10T04:16:55.184Z] at org.dacapo.harness.TestHarness.runBenchmark(TestHarness.java:225) [2026-01-10T04:16:55.184Z] at org.dacapo.harness.TestHarness.main(TestHarness.java:170) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2026-01-10T04:16:55.184Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2026-01-10T04:16:55.184Z] at Harness.main(Harness.java:39) [2026-01-10T04:16:55.184Z] Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Out of memory.; SQL statement: [2026-01-10T04:16:55.184Z] [2026-01-10T04:16:55.184Z] [2026-01-10T04:16:55.184Z] ALTER TABLE ORDERLINE ADD CONSTRAINT [2026-01-10T04:16:55.184Z] ORDERLINE_PK PRIMARY KEY(OL_W_ID, OL_D_ID, OL_O_ID, OL_NUMBE [90108-220] [2026-01-10T04:16:55.184Z] at org.h2.message.DbException.getJdbcSQLException(DbException.java:690) [2026-01-10T04:16:55.184Z] at org.h2.message.DbException.getJdbcSQLException(DbException.java:489) [2026-01-10T04:16:55.184Z] at org.h2.message.DbException.get(DbException.java:212) [2026-01-10T04:16:55.184Z] at org.h2.message.DbException.convert(DbException.java:401) [2026-01-10T04:16:55.184Z] at org.h2.command.Command.executeUpdate(Command.java:262) [2026-01-10T04:16:55.184Z] at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:252) [2026-01-10T04:16:55.184Z] at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:223) [2026-01-10T04:16:55.184Z] at org.h2.tools.RunScript.execute(RunScript.java:169) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.runScript(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.runScript(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.runScript(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.createIndexes(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.preIterationMemoryDB(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.preIteration(Unknown Source) [2026-01-10T04:16:55.184Z] ... 13 more [2026-01-10T04:16:55.184Z] Caused by: java.lang.OutOfMemoryError: Java heap space [2026-01-10T04:16:55.184Z] at java.base/java.lang.Object.clone(Native Method) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.Page$NonLeaf.setChild(Page.java:1197) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.MVMap.replacePage(MVMap.java:1360) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.MVMap.operate(MVMap.java:1863) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.tx.TransactionMap.set(TransactionMap.java:363) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.tx.TransactionMap.set(TransactionMap.java:350) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.tx.TransactionMap.put(TransactionMap.java:265) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.db.MVSecondaryIndex.add(MVSecondaryIndex.java:188) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.db.MVTable.addRowsToIndex(MVTable.java:723) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.db.MVTable.rebuildIndexBuffered(MVTable.java:467) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.db.MVTable.rebuildIndex(MVTable.java:387) [2026-01-10T04:16:55.184Z] at org.h2.mvstore.db.MVTable.addIndex(MVTable.java:367) [2026-01-10T04:16:55.184Z] at org.h2.command.ddl.AlterTableAddConstraint.tryUpdate(AlterTableAddConstraint.java:149) [2026-01-10T04:16:55.184Z] at org.h2.command.ddl.AlterTableAddConstraint.update(AlterTableAddConstraint.java:74) [2026-01-10T04:16:55.184Z] at org.h2.command.ddl.AlterTable.update(AlterTable.java:46) [2026-01-10T04:16:55.184Z] at org.h2.command.CommandContainer.update(CommandContainer.java:169) [2026-01-10T04:16:55.184Z] at org.h2.command.Command.executeUpdate(Command.java:252) [2026-01-10T04:16:55.184Z] at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:252) [2026-01-10T04:16:55.184Z] at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:223) [2026-01-10T04:16:55.184Z] at org.h2.tools.RunScript.execute(RunScript.java:169) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.runScript(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.runScript(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.runScript(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.createIndexes(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.preIterationMemoryDB(Unknown Source) [2026-01-10T04:16:55.184Z] at org.dacapo.h2.TPCC.preIteration(Unknown Source) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2026-01-10T04:16:55.184Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2026-01-10T04:16:55.184Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2026-01-10T04:16:55.184Z] at org.dacapo.harness.H2.preIteration(H2.java:95) [2026-01-10T04:16:55.184Z] at org.dacapo.harness.Benchmark.run(Benchmark.java:243) [2026-01-10T04:16:55.184Z] ----------------------------------- [2026-01-10T04:16:55.184Z] dacapo-h2_0_FAILED [2026-01-10T04:16:55.184Z] ----------------------------------- [2026-01-10T04:16:55.184Z] [2026-01-10T04:16:55.184Z] TEST TEARDOWN: [2026-01-10T04:16:55.184Z] Nothing to be done for teardown. [2026-01-10T04:16:55.184Z] dacapo-h2_0 Finish Time: Sat Jan 10 04:16:42 2026 Epoch Time (ms): 1768018602474