Giter Club home page Giter Club logo

auticuro's People

Contributors

devops-airwallex avatar feyman2009airwallex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

auticuro's Issues

Error when running `cargo build --release` on MacOS

When following the quick start guide and run cargo build --release, I see the following error.
I am running it on a macOS Apple M1 Pro, OS version: 13.3.1 (a) (22E772610a)

error: failed to run custom build command for `librocksdb_sys v0.1.0 (https://github.com/tikv/rust-rocksdb.git?rev=c616c676823e48b050a41a07eb8eb9676a259b52#c616c676)`

Caused by:
  process didn't exit successfully: `/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-5ace556945327955/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-env-changed=UPDATE_BIND
  CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None
  CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None
  HOST_CMAKE_TOOLCHAIN_FILE = None
  CMAKE_TOOLCHAIN_FILE = None
  CMAKE_GENERATOR_aarch64-apple-darwin = None
  CMAKE_GENERATOR_aarch64_apple_darwin = None
  HOST_CMAKE_GENERATOR = None
  CMAKE_GENERATOR = None
  CMAKE_PREFIX_PATH_aarch64-apple-darwin = None
  CMAKE_PREFIX_PATH_aarch64_apple_darwin = None
  HOST_CMAKE_PREFIX_PATH = None
  CMAKE_PREFIX_PATH = Some("/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/build")
  CMAKE_aarch64-apple-darwin = None
  CMAKE_aarch64_apple_darwin = None
  HOST_CMAKE = None
  CMAKE = None
  running: cd "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build" && CMAKE_PREFIX_PATH="/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out:/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out:/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out:/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out:/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build:/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/build" "cmake" "-Wdev" "--debug-output" "/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb" "-DPORTABLE=ON" "-DWITH_GFLAGS=OFF" "-DWITH_ZLIB=ON" "-DWITH_BZ2=ON" "-DWITH_LZ4=ON" "-DWITH_ZSTD=ON" "-DWITH_SNAPPY=ON" "-DWITH_TESTS=OFF" "-DWITH_TOOLS=OFF" "-DCMAKE_INSTALL_PREFIX=/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -arch arm64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON"
  Running with debug output on.
  --  HAS_ARMV8_CRC yes
     Called from: [1]	/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/CMakeLists.txt
  -- Enabling RTTI in Debug builds only (default)
     Called from: [1]	/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/CMakeLists.txt
  -- JNI library is disabled
     Called from: [1]	/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/CMakeLists.txt
  -- Configuring done (0.1s)
  -- Generating /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build
     Called from: [1]	/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/CMakeLists.txt
  -- Generating done (0.1s)
  -- Build files have been written to: /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build
  running: cd "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build" && MAKEFLAGS="-j --jobserver-fds=10,11 --jobserver-auth=10,11" "cmake" "--build" "." "--target" "rocksdb" "--config" "Release" "--parallel" "8"
  /opt/homebrew/Cellar/cmake/3.26.4/bin/cmake -S/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -B/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build --check-build-system CMakeFiles/Makefile.cmake 0
  /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 rocksdb
  /opt/homebrew/Cellar/cmake/3.26.4/bin/cmake -S/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -B/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build --check-build-system CMakeFiles/Makefile.cmake 0
  /opt/homebrew/Cellar/cmake/3.26.4/bin/cmake -E cmake_progress_start /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles 50
  /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 CMakeFiles/rocksdb.dir/all
  /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_version.dir/build.make CMakeFiles/build_version.dir/depend
  cd /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build && /opt/homebrew/Cellar/cmake/3.26.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/build_version.dir/DependInfo.cmake --color=
  Dependencies file "CMakeFiles/build_version.dir/build_version.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/build_version.dir/compiler_depend.internal".
  Consolidate compiler generated dependencies of target build_version
  /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_version.dir/build.make CMakeFiles/build_version.dir/build
  [  0%] Building CXX object CMakeFiles/build_version.dir/build_version.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/util -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/build_version.dir/build_version.cc.o -MF CMakeFiles/build_version.dir/build_version.cc.o.d -o CMakeFiles/build_version.dir/build_version.cc.o -c /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/build_version.cc
  [  0%] Built target build_version
  /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/rocksdb.dir/build.make CMakeFiles/rocksdb.dir/depend
  cd /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build && /opt/homebrew/Cellar/cmake/3.26.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build /Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/DependInfo.cmake --color=
  Dependencies file "CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/builder.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/c.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/column_family.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction_iterator.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction_job.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction_picker.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction_picker_fifo.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction_picker_level.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/compaction_picker_universal.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/compaction/sst_partitioner.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/convenience.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_compaction_flush.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_debug.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_experimental.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_files.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_open.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_readonly.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_secondary.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_impl/db_impl_write.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/db_iter.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/dbformat.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/error_handler.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/event_helpers.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/experimental.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/file_indexer.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/flush_job.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/import_column_family_job.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/internal_stats.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/log_reader.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/log_writer.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/logs_with_prep_tracker.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/memtable.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/memtable_list.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Dependencies file "CMakeFiles/rocksdb.dir/db/merge_helper.cc.o.d" is newer than depends file "/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/librocksdb_sys-aa2264937d0735d1/out/build/CMakeFiles/rocksdb.dir/compiler_depend.internal".
  Consolidate compiler generated dependencies of target rocksdb
  /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/rocksdb.dir/build.make CMakeFiles/rocksdb.dir/build
  [  0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o -MF CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o.d -o CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/cache/lru_cache.cc
  [  2%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_operator.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/merge_operator.cc.o -MF CMakeFiles/rocksdb.dir/db/merge_operator.cc.o.d -o CMakeFiles/rocksdb.dir/db/merge_operator.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/merge_operator.cc
  [  2%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o -MF CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o.d -o CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/range_del_aggregator.cc
  [  2%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/repair.cc.o -MF CMakeFiles/rocksdb.dir/db/repair.cc.o.d -o CMakeFiles/rocksdb.dir/db/repair.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/repair.cc
  [  2%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/table_cache.cc.o -MF CMakeFiles/rocksdb.dir/db/table_cache.cc.o.d -o CMakeFiles/rocksdb.dir/db/table_cache.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/table_cache.cc
  [  4%] Building CXX object CMakeFiles/rocksdb.dir/db/snapshot_impl.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/snapshot_impl.cc.o -MF CMakeFiles/rocksdb.dir/db/snapshot_impl.cc.o.d -o CMakeFiles/rocksdb.dir/db/snapshot_impl.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/snapshot_impl.cc
  [  4%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o -MF CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o.d -o CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/table_properties_collector.cc
  [  4%] Building CXX object CMakeFiles/rocksdb.dir/db/range_tombstone_fragmenter.cc.o
  /usr/bin/c++ -DBZIP2 -DLZ4 -DOS_MACOSX -DROCKSDB_LIB_IO_POSIX -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_SUPPORT_THREAD_LOCAL -DSNAPPY -DZLIB -DZSTD -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/snappy-sys-d77a5a32c6460c96/out/build -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/libz-sys-ab1c1831427edf64/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/bzip2-sys-b0481b724e055954/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/lz4-sys-e28a2e2b1ab51d6c/out/include -I/Users/my_user_name/work-dir/experimental/Auticuro/target/release/build/zstd-sys-a6f74acb6fe1b6da/out/include -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb -I/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/include -isystem /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/third-party/gtest-1.7.0/fused-src -ffunction-sections -fdata-sections -fPIC -arch arm64 -W -Wextra -Wall -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -std=c++11 -fno-omit-frame-pointer -momit-leaf-frame-pointer -march=armv8-a+crc -Wno-unused-function -Werror -O3 -DNDEBUG -fno-rtti -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk -MD -MT CMakeFiles/rocksdb.dir/db/range_tombstone_fragmenter.cc.o -MF CMakeFiles/rocksdb.dir/db/range_tombstone_fragmenter.cc.o.d -o CMakeFiles/rocksdb.dir/db/range_tombstone_fragmenter.cc.o -c /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/db/range_tombstone_fragmenter.cc

  --- stderr
  CMake Warning (dev) at CMakeLists.txt:36 (project):
    Policy CMP0025 is not set: Compiler id for Apple Clang is now AppleClang.
    Run "cmake --help-policy CMP0025" for policy details.  Use the cmake_policy
    command to set the policy and suppress this warning.

    Converting C compiler id "AppleClang" to "Clang" for compatibility.
  This warning is for project developers.  Use -Wno-dev to suppress it.

     Called from: [1]	/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/CMakeLists.txt
  CMake Warning (dev) at CMakeLists.txt:36 (project):
    Policy CMP0025 is not set: Compiler id for Apple Clang is now AppleClang.
    Run "cmake --help-policy CMP0025" for policy details.  Use the cmake_policy
    command to set the policy and suppress this warning.

    Converting CXX compiler id "AppleClang" to "Clang" for compatibility.
  This warning is for project developers.  Use -Wno-dev to suppress it.

     Called from: [1]	/Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/CMakeLists.txt
  make: warning: -jN forced in submake: disabling jobserver mode.
  /Users/my_user_name/.cargo/git/checkouts/rust-rocksdb-a9a28e74c6ead8ef/c616c67/librocksdb_sys/rocksdb/cache/lru_cache.cc:79:12: error: variable 'count' set but not used [-Werror,-Wunused-but-set-variable]
    uint32_t count = 0;
             ^
  1 error generated.
  make[3]: *** [CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o] Error 1
  make[3]: *** Waiting for unfinished jobs....
  make[2]: *** [CMakeFiles/rocksdb.dir/all] Error 2
  make[1]: *** [CMakeFiles/rocksdb.dir/rule] Error 2
  make: *** [rocksdb] Error 2
  thread 'main' panicked at '
  command did not execute successfully, got: exit status: 2

  build script failed, must exit now', /Users/my_user_name/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.48/src/lib.rs:975:5
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

How can I debug this problem? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.