deps: Update dependency org.agrona:agrona to v2 (main) #2464
87 errors, 47 pass in 9s
Annotations
Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest
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
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
Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.InMemoryZeebeDbColumnFamilyTest
github-actions / Test Results
All 3 runs with error: shouldDeleteKeyIfExists (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
github-actions / Test Results
All 3 runs with error: shouldCheckForExistence (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
github-actions / Test Results
All 3 runs with error: shouldReturnNullIfNotExist (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
github-actions / Test Results
All 3 runs with error: shouldThrowExceptionWhenInsertingDuplicateKey (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
github-actions / Test Results
All 3 runs with error: shouldDeleteExisting (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
github-actions / Test Results
All 3 runs with error: shouldUseForeachValue (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
github-actions / Test Results
All 3 runs with error: shouldCheckIfEmpty (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
github-actions / Test Results
All 3 runs with error: shouldDeleteKeyIfNotExists (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
github-actions / Test Results
All 3 runs with error: shouldDeleteExistingWhileTrue (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
github-actions / Test Results
All 3 runs with error: shouldUpsertNonExistingKey (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
github-actions / Test Results
All 3 runs with error: shouldUpdateValue (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
github-actions / Test Results
All 3 runs with error: shouldDeleteExistingOnForeachPair (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
github-actions / Test Results
All 3 runs with error: shouldInsertValue (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
github-actions / Test Results
All 3 runs with error: shouldNotExist (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
github-actions / Test Results
All 3 runs with error: shouldInsertMultipleValues (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
github-actions / Test Results
All 3 runs with error: shouldUseWhileTrue (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
github-actions / Test Results
All 3 runs with error: shouldInsertAndGetMultipleValues (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
github-actions / Test Results
All 3 runs with error: shouldUpsertExistingKey (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
github-actions / Test Results
All 3 runs with error: shouldThrowExceptionWhenUpdatingNonExistingValue (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.BytesTest
github-actions / Test Results
All 3 runs with error: shouldCompareLaterDateAsPositiveNumber (io.camunda.zeebe.process.test.engine.db.BytesTest)
artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
Raw output
class org.agrona.UnsafeApi (in unnamed module @0x64cd705f) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x64cd705f
java.lang.IllegalAccessError: class org.agrona.UnsafeApi (in unnamed module @0x64cd705f) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x64cd705f
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.BytesTest.shouldCompareLaterDateAsPositiveNumber(BytesTest.java:87)
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.BytesTest
github-actions / Test Results
All 3 runs with error: shouldCompareEqualArraysAsZero (io.camunda.zeebe.process.test.engine.db.BytesTest)
artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.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.BytesTest.shouldCompareEqualArraysAsZero(BytesTest.java:57)
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 @0x64cd705f) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x64cd705f [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.BytesTest.shouldCompareLaterDateAsPositiveNumber(BytesTest.java:87)
... 3 more
Check failure on line 0 in io.camunda.zeebe.process.test.engine.db.BytesTest
github-actions / Test Results
All 3 runs with error: shouldCompareEarlierDateAsNegativeNumber (io.camunda.zeebe.process.test.engine.db.BytesTest)
artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.db.BytesTest.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.BytesTest.shouldCompareEarlierDateAsNegativeNumber(BytesTest.java:121)
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 @0x64cd705f) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @0x64cd705f [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.BytesTest.shouldCompareLaterDateAsPositiveNumber(BytesTest.java:87)
... 3 more
Check failure on line 0 in io.camunda.zeebe.process.test.engine.EngineClientTest
github-actions / Test Results
All 3 runs with error: shouldCreateProcessInstanceWithResult (io.camunda.zeebe.process.test.engine.EngineClientTest)
artifacts/Unit Test Results macos-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineClientTest.xml [took 0s]
artifacts/Unit Test Results ubuntu-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineClientTest.xml [took 0s]
artifacts/Unit Test Results windows-latest/engine/target/surefire-reports/TEST-io.camunda.zeebe.process.test.engine.EngineClientTest.xml [took 0s]
Raw output
org/agrona/UnsafeAccess
java.lang.NoClassDefFoundError: org/agrona/UnsafeAccess
at io.camunda.zeebe.scheduler.ActorTaskQueuePadding1.<clinit>(ActorTaskQueue.java:176)
at io.camunda.zeebe.scheduler.WorkStealingGroup.<init>(WorkStealingGroup.java:23)
at io.camunda.zeebe.scheduler.ActorThreadGroup.<init>(ActorThreadGroup.java:35)
at io.camunda.zeebe.scheduler.CpuThreadGroup.<init>(CpuThreadGroup.java:16)
at io.camunda.zeebe.scheduler.ActorScheduler$ActorSchedulerBuilder.initCpuBoundActorThreadGroup(ActorScheduler.java:245)
at io.camunda.zeebe.scheduler.ActorScheduler$ActorSchedulerBuilder.build(ActorScheduler.java:257)
at io.camunda.zeebe.process.test.engine.EngineFactory.createAndStartActorScheduler(EngineFactory.java:122)
at io.camunda.zeebe.process.test.engine.EngineFactory.create(EngineFactory.java:68)
at io.camunda.zeebe.process.test.engine.EngineFactory.create(EngineFactory.java:60)
at io.camunda.zeebe.process.test.engine.EngineFactory.create(EngineFactory.java:42)
at io.camunda.zeebe.process.test.engine.EngineClientTest.setupGrpcServer(EngineClientTest.java:77)
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)
Suppressed: java.lang.NullPointerException: Cannot invoke "io.camunda.zeebe.process.test.api.ZeebeTestEngine.stop()" because "this.zeebeEngine" is null
at io.camunda.zeebe.process.test.engine.EngineClientTest.tearDown(EngineClientTest.java:84)
... 3 more
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)
... 14 more
===== Test failed! Printing records from the stream:
java.lang.NullPointerException: Cannot invoke "io.camunda.zeebe.process.test.api.ZeebeTestEngine.getRecordStreamSource()" because "zeebeEngine" is null
at io.camunda.zeebe.process.test.engine.PrintRecordStreamExtension.testFailed(PrintRecordStreamExtension.java:28)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$nodeFinished$16(TestMethodTestDescriptor.java:306)
at org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.lambda$invokeTestWatchers$3(MethodBasedTestDescriptor.java:130)
at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:240)
at org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.invokeTestWatchers(MethodBasedTestDescriptor.java:144)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.nodeFinished(TestMethodTestDescriptor.java:297)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.nodeFinished(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.reportCompletion(NodeTestTask.java:193)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:105)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)