Skip to content

deps: Update dependency org.agrona:agrona to v2 (main) #2490

deps: Update dependency org.agrona:agrona to v2 (main)

deps: Update dependency org.agrona:agrona to v2 (main) #2490

GitHub Actions / Test Results failed Jan 6, 2025 in 0s

87 errors, 47 pass in 17s

 41 files  ±0   41 suites  ±0   17s ⏱️ ±0s
134 tests ±0   47 ✅ ±0  0 💤 ±0  0 ❌ ±0   87 🔥 ±0 
420 runs  ±0  159 ✅ ±0  0 💤 ±0  0 ❌ ±0  261 🔥 ±0 

Results for commit 1c4ed27. ± Comparison against earlier commit 6453a3e.

Annotations

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldWriteKeyAfterDeletion (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotCommitOnError (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldAccessOnOpenTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotReopenTransactionWithOperations (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldRollbackTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotIterateOverDeletionsInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldFindValueInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotGetByKeyIfDeletedInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldWriteAndDeleteInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldUseTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldGetValueInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldStartNewTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldEndInSameTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldIterateAndDeleteInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotReopenTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldWriteAndDeleteSameKeyValuePairInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotGetPreviousValue (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldIterateAndFindValuesInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldAllowDeleteAndInsertInTransaction (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbTransactionTest.setup(InMemoryZeebeDbTransactionTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x3aa078fd) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x3aa078fd [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.EngineStateMonitorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testOnIdleCallbackIsCalledWhenEngineIsAlreadyIdle (io.camunda.zeebe.process.test.engine.EngineStateMonitorTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 1s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 1s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 1s]
Raw output
org/agrona/UnsafeAccess
java.lang.NoClassDefFoundError: org/agrona/UnsafeAccess
	at io.camunda.zeebe.scheduler.future.CompletableActorFuture.<clinit>(CompletableActorFuture.java:43)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToIdleState(EngineStateMonitorTest.java:103)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.testOnIdleCallbackIsCalledWhenEngineIsAlreadyIdle(EngineStateMonitorTest.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ClassNotFoundException: org.agrona.UnsafeAccess
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	... 6 more
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (C:\Users\runneradmin\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release

Check failure on line 0 in io.camunda.zeebe.process.test.engine.EngineStateMonitorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testOnProcessingCallbackIsCalledWhenBusyStateIsReached (io.camunda.zeebe.process.test.engine.EngineStateMonitorTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
Raw output
Unfinished stubbing detected here:
-> at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToIdleState(EngineStateMonitorTest.java:102)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
    doThrow(exception).when(mock).someVoidMethod();
Hints:
 1. missing thenReturn()
 2. you are trying to stub a final method, which is not supported
 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
org.mockito.exceptions.misusing.UnfinishedStubbingException: 

Unfinished stubbing detected here:
-> at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToIdleState(EngineStateMonitorTest.java:102)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
    doThrow(exception).when(mock).someVoidMethod();
Hints:
 1. missing thenReturn()
 2. you are trying to stub a final method, which is not supported
 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed

	at io.camunda.zeebe.process.test.engine.InMemoryLogStorage.addCommitListener(InMemoryLogStorage.java:65)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitor.<init>(EngineStateMonitor.java:41)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.beforeEach(EngineStateMonitorTest.java:32)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Check failure on line 0 in io.camunda.zeebe.process.test.engine.EngineStateMonitorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testOnProcessingCallbackIsCalledWhenEngineIsAlreadyBusy (io.camunda.zeebe.process.test.engine.EngineStateMonitorTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
Raw output
Could not initialize class io.camunda.zeebe.scheduler.future.CompletableActorFuture
java.lang.NoClassDefFoundError: Could not initialize class io.camunda.zeebe.scheduler.future.CompletableActorFuture
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToBusyState(EngineStateMonitorTest.java:109)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.testOnProcessingCallbackIsCalledWhenEngineIsAlreadyBusy(EngineStateMonitorTest.java:76)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: org/agrona/UnsafeAccess [in thread "main"]
	at io.camunda.zeebe.scheduler.future.CompletableActorFuture.<clinit>(CompletableActorFuture.java:43)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToIdleState(EngineStateMonitorTest.java:103)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.testOnIdleCallbackIsCalledWhenEngineIsAlreadyIdle(EngineStateMonitorTest.java:43)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.EngineStateMonitorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: testOnIdleCallbackIsCalledWhenIdleStateIsReached (io.camunda.zeebe.process.test.engine.EngineStateMonitorTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.xml [took 0s]
Raw output
Unfinished stubbing detected here:
-> at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToBusyState(EngineStateMonitorTest.java:108)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
    doThrow(exception).when(mock).someVoidMethod();
Hints:
 1. missing thenReturn()
 2. you are trying to stub a final method, which is not supported
 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
org.mockito.exceptions.misusing.UnfinishedStubbingException: 

Unfinished stubbing detected here:
-> at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.changeToBusyState(EngineStateMonitorTest.java:108)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
    doThrow(exception).when(mock).someVoidMethod();
Hints:
 1. missing thenReturn()
 2. you are trying to stub a final method, which is not supported
 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed

	at io.camunda.zeebe.process.test.engine.InMemoryLogStorage.addCommitListener(InMemoryLogStorage.java:65)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitor.<init>(EngineStateMonitor.java:41)
	at io.camunda.zeebe.process.test.engine.EngineStateMonitorTest.beforeEach(EngineStateMonitorTest.java:32)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldUseForeachPair (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x55cb6996) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x55cb6996 [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.DbStringColumnFamilyTest.setup(DbStringColumnFamilyTest.java:37)
	... 3 more

Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: shouldNotDeleteExistingDifferentKey (io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest)

artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.xml [took 0s]
Raw output
Could not initialize class org.agrona.BufferUtil
java.lang.NoClassDefFoundError: Could not initialize class org.agrona.BufferUtil
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest.setup(InMemoryZeebeDbColumnFamilyTest.java:38)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x55cb6996) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x55cb6996 [in thread "main"]
	at org.agrona.UnsafeApi.getUnsafe(UnsafeApi.java)
	at org.agrona.UnsafeApi.<clinit>(UnsafeApi.java)
	at org.agrona.BufferUtil.<clinit>(BufferUtil.java:43)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:62)
	at org.agrona.ExpandableArrayBuffer.<init>(ExpandableArrayBuffer.java:50)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamilyIterationContext.<init>(InMemoryDbColumnFamilyIterationContext.java:29)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDbColumnFamily.<init>(InMemoryDbColumnFamily.java:51)
	at io.camunda.zeebe.process.test.engine.db.InMemoryDb.createColumnFamily(InMemoryDb.java:44)
	at io.camunda.zeebe.process.test.engine.db.DbStringColumnFamilyTest.setup(DbStringColumnFamilyTest.java:37)
	... 3 more