You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Errors:
[ERROR] TaskReaderTest.testReadNegateWithSpillMap:259 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] TaskReaderTest.testReadWithSpillMap:100 » UnsatisfiedLink /private/var/folders/kg/hplq6w3n2mz69s42bnpl_lq40000gn/T/librocksdbjni6521898922061163736.jnilib: dlopen(/private/var/folders/kg/hplq6w3n2mz69s42bnpl_lq40000gn/T/librocksdbjni6521898922061163736.jnilib, 0x0001): tried: '/private/var/folders/kg/hplq6w3n2mz69s42bnpl_lq40000gn/T/librocksdbjni6521898922061163736.jnilib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/kg/hplq6w3n2mz69s42bnpl_lq40000gn/T/librocksdbjni6521898922061163736.jnilib' (no such file), '/private/var/folders/kg/hplq6w3n2mz69s42bnpl_lq40000gn/T/librocksdbjni6521898922061163736.jnilib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
[ERROR] TestRocksDBBackend.testAddAndDropColumnFamily:25 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] TestRocksDBBackend.testClose:90 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] TestRocksDBBackend.testIterator:62 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] TestRocksDBBackend.testPutGetDelete:35 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] TestSimpleSpillableMap.testSpillableMap:44->testMap:58 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] TestSimpleSpillableMap.testSpilledMap:37->testMap:58 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] com.netease.arctic.utils.map.TestSimpleSpilledMap.testPutGetRemove
[ERROR] Run 1: TestSimpleSpilledMap.createMap:21 » NoClassDefFound Could not initialize class org.rocksdb.DBOptions
[ERROR] Run 2: TestSimpleSpilledMap.disposeMap:26 NullPointer
Anything else
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Cannot run rocksdb map locally on M1 chip(arm64)
Affects Versions
master
What engines are you seeing the problem on?
Core, AMS
How to reproduce
mvn test
Relevant log output
Anything else
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: