Guest User

unstable-branch-error

a guest
Sep 8th, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.34 KB | None | 0 0
  1.    ~/Development/kvrocks-dev/kvrocks    feat/tdigest.cdf-command  cd  ✔
  2.    ~  cd kv-test  ✔
  3.    ~/kv-test  rm -rf kvrocks  ✔
  4.    ~/kv-test  git clone https://github.com/apache/kvrocks  ✔
  5. Cloning into 'kvrocks'...
  6. remote: Enumerating objects: 23913, done.
  7. remote: Counting objects: 100% (1279/1279), done.
  8. remote: Compressing objects: 100% (190/190), done.
  9. remote: Total 23913 (delta 1180), reused 1095 (delta 1088), pack-reused 22634 (from 3)
  10. Receiving objects: 100% (23913/23913), 12.68 MiB | 1.16 MiB/s, done.
  11. Resolving deltas: 100% (17768/17768), done.
  12.    ~/kv-test  cd kvrocks  ✔  13s 
  13.    ~/kv-test/kvrocks    unstable  ./x.py build --ninja -j$(nproc)  ✔
  14. $ /usr/bin/cmake /home/jasper/kv-test/kvrocks -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja
  15. -- The C compiler identification is GNU 15.2.1
  16. -- The CXX compiler identification is GNU 15.2.1
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Check for working C compiler: /usr/bin/cc - skipped
  20. -- Detecting C compile features
  21. -- Detecting C compile features - done
  22. -- Detecting CXX compiler ABI info
  23. -- Detecting CXX compiler ABI info - done
  24. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  25. -- Detecting CXX compile features
  26. -- Detecting CXX compile features - done
  27. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  28. Calling FetchContent_Populate(jemalloc) is deprecated, call
  29. FetchContent_MakeAvailable(jemalloc) instead. Policy CMP0169 can be set to
  30. OLD to allow FetchContent_Populate(jemalloc) to be called directly for now,
  31. but the ability to call it with declared details will be removed completely
  32. in a future version.
  33. Call Stack (most recent call first):
  34. cmake/jemalloc.cmake:41 (FetchContent_Populate)
  35. CMakeLists.txt:147 (include)
  36. This warning is for project developers. Use -Wno-dev to suppress it.
  37.  
  38. configure: creating cache config.cache
  39. checking for xsltproc... /usr/bin/xsltproc
  40. checking for gcc... /usr/bin/cc
  41. checking whether the C compiler works... yes
  42. checking for C compiler default output file name... a.out
  43. checking for suffix of executables...
  44. checking whether we are cross compiling... no
  45. checking for suffix of object files... o
  46. checking whether the compiler supports GNU C... yes
  47. checking whether /usr/bin/cc accepts -g... yes
  48. checking for /usr/bin/cc option to enable C11 features... none needed
  49. checking whether compiler is cray... no
  50. checking whether compiler supports -std=gnu11... yes
  51. checking whether compiler supports -Werror=unknown-warning-option... no
  52. checking whether compiler supports -Wall... yes
  53. checking whether compiler supports -Wextra... yes
  54. checking whether compiler supports -Wshorten-64-to-32... no
  55. checking whether compiler supports -Wsign-compare... yes
  56. checking whether compiler supports -Wundef... yes
  57. checking whether compiler supports -Wno-format-zero-length... yes
  58. checking whether compiler supports -Wpointer-arith... yes
  59. checking whether compiler supports -Wno-missing-braces... yes
  60. checking whether compiler supports -Wno-missing-field-initializers... yes
  61. checking whether compiler supports -Wno-missing-attributes... yes
  62. checking whether compiler supports -pipe... yes
  63. checking whether compiler supports -g3... yes
  64. checking how to run the C preprocessor... /usr/bin/cc -E
  65. checking whether the compiler supports GNU C++... yes
  66. checking whether /usr/bin/c++ accepts -g... yes
  67. checking for /usr/bin/c++ option to enable C++11 features... none needed
  68. checking whether /usr/bin/c++ supports C++17 features with -std=c++17... yes
  69. checking whether compiler supports -Wall... yes
  70. checking whether compiler supports -Wextra... yes
  71. checking whether compiler supports -g3... yes
  72. checking whether libstdc++ linkage is compilable... yes
  73. checking for stdio.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for inttypes.h... yes
  77. checking for stdint.h... yes
  78. checking for strings.h... yes
  79. checking for sys/stat.h... yes
  80. checking for sys/types.h... yes
  81. checking for unistd.h... yes
  82. checking whether byte ordering is bigendian... no
  83. checking size of void *... 8
  84. checking size of int... 4
  85. checking size of long... 8
  86. checking size of long long... 8
  87. checking size of intmax_t... 8
  88. checking build system type... x86_64-pc-linux-gnu
  89. checking host system type... x86_64-pc-linux-gnu
  90. checking whether pause instruction is compilable... yes
  91. checking number of significant virtual address bits... 48
  92. checking for ar... ar
  93. checking for nm... nm
  94. checking for gawk... gawk
  95. Missing VERSION file, and unable to generate it; creating bogus VERSION
  96. checking for malloc.h... yes
  97. checking whether malloc_usable_size definition can use const argument... no
  98. checking for library containing log... -lm
  99. checking whether __attribute__ syntax is compilable... yes
  100. checking whether compiler supports -fvisibility=hidden... yes
  101. checking whether compiler supports -fvisibility=hidden... yes
  102. checking whether compiler supports -Werror... yes
  103. checking whether compiler supports -herror_on_warning... no
  104. checking whether tls_model attribute is compilable... yes
  105. checking whether compiler supports -Werror... yes
  106. checking whether compiler supports -herror_on_warning... no
  107. checking whether alloc_size attribute is compilable... yes
  108. checking whether compiler supports -Werror... yes
  109. checking whether compiler supports -herror_on_warning... no
  110. checking whether format(gnu_printf, ...) attribute is compilable... yes
  111. checking whether compiler supports -Werror... yes
  112. checking whether compiler supports -herror_on_warning... no
  113. checking whether format(printf, ...) attribute is compilable... yes
  114. checking whether compiler supports -Werror... yes
  115. checking whether compiler supports -herror_on_warning... no
  116. checking whether format(printf, ...) attribute is compilable... yes
  117. checking whether compiler supports -Wimplicit-fallthrough... yes
  118. checking whether fallthrough attribute is compilable... yes
  119. checking whether compiler supports -Wimplicit-fallthrough... yes
  120. checking whether compiler supports -Wimplicit-fallthrough... yes
  121. checking whether compiler supports -Werror... yes
  122. checking whether compiler supports -herror_on_warning... no
  123. checking whether cold attribute is compilable... yes
  124. checking whether vm_make_tag is compilable... no
  125. checking for a BSD-compatible install... /usr/bin/install -c
  126. checking for ranlib... ranlib
  127. checking for ld... /usr/bin/ld
  128. checking for autoconf... /usr/bin/autoconf
  129. checking for memalign... yes
  130. checking for valloc... yes
  131. checking for malloc_size... no
  132. checking whether compiler supports -O3... yes
  133. checking whether compiler supports -O3... yes
  134. checking whether compiler supports -funroll-loops... yes
  135. checking for unwind.h... yes
  136. checking for _Unwind_Backtrace in -lgcc... yes
  137. checking configured backtracing method... libgcc
  138. checking for sbrk... yes
  139. checking whether utrace(2) is compilable... no
  140. checking whether utrace(2) with label is compilable... no
  141. checking whether a program using __builtin_unreachable is compilable... yes
  142. checking whether a program using __builtin_ffsl is compilable... yes
  143. checking whether a program using __builtin_popcountl is compilable... yes
  144. checking LG_PAGE... 12
  145. checking for pthread.h... yes
  146. checking for pthread_create in -lpthread... yes
  147. checking whether pthread_atfork(3) is compilable... yes
  148. checking whether pthread_setname_np(3) is compilable... yes
  149. checking whether pthread_getname_np(3) is compilable... yes
  150. checking whether pthread_get_name_np(3) is compilable... no
  151. checking for library containing clock_gettime... none required
  152. checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
  153. checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
  154. checking whether mach_absolute_time() is compilable... no
  155. checking whether clock_gettime(CLOCK_REALTIME, ...) is compilable... yes
  156. checking whether compiler supports -Werror... yes
  157. checking whether syscall(2) is compilable... yes
  158. checking for secure_getenv... yes
  159. checking for sched_getcpu... yes
  160. checking for sched_setaffinity... yes
  161. checking for issetugid... no
  162. checking for _malloc_thread_cleanup... no
  163. checking for _pthread_mutex_init_calloc_cb... no
  164. checking for memcntl... no
  165. checking for TLS... yes
  166. checking whether C11 atomics is compilable... yes
  167. checking whether GCC __atomic atomics is compilable... yes
  168. checking whether GCC 8-bit __atomic atomics is compilable... yes
  169. checking whether GCC __sync atomics is compilable... yes
  170. checking whether GCC 8-bit __sync atomics is compilable... yes
  171. checking whether Darwin OSAtomic*() is compilable... no
  172. checking whether madvise(2) is compilable... yes
  173. checking whether madvise(..., MADV_FREE) is compilable... yes
  174. checking whether madvise(..., MADV_DONTNEED) is compilable... yes
  175. checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes
  176. checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes
  177. checking whether madvise(..., MADV_[NO]CORE) is compilable... no
  178. checking whether mprotect(2) is compilable... yes
  179. checking for __builtin_clz... yes
  180. checking whether Darwin os_unfair_lock_*() is compilable... no
  181. checking whether glibc malloc hook is compilable... no
  182. checking whether glibc memalign hook is compilable... no
  183. checking whether pthreads adaptive mutexes is compilable... yes
  184. checking whether compiler supports -D_GNU_SOURCE... yes
  185. checking whether compiler supports -Werror... yes
  186. checking whether compiler supports -herror_on_warning... no
  187. checking whether strerror_r returns char with gnu source is compilable... yes
  188. checking for _Bool... yes
  189. checking for stdbool.h that conforms to C99 or later... yes
  190. configure: updating cache config.cache
  191. configure: creating ./config.status
  192. config.status: creating Makefile
  193. config.status: creating jemalloc.pc
  194. config.status: creating doc/html.xsl
  195. config.status: creating doc/manpages.xsl
  196. config.status: creating doc/jemalloc.xml
  197. config.status: creating include/jemalloc/jemalloc_macros.h
  198. config.status: creating include/jemalloc/jemalloc_protos.h
  199. config.status: creating include/jemalloc/jemalloc_typedefs.h
  200. config.status: creating include/jemalloc/internal/jemalloc_preamble.h
  201. config.status: creating test/test.sh
  202. config.status: creating test/include/test/jemalloc_test.h
  203. config.status: creating config.stamp
  204. config.status: creating bin/jemalloc-config
  205. config.status: creating bin/jemalloc.sh
  206. config.status: creating bin/jeprof
  207. config.status: creating include/jemalloc/jemalloc_defs.h
  208. config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
  209. config.status: creating test/include/test/jemalloc_test_defs.h
  210. config.status: executing include/jemalloc/internal/public_symbols.txt commands
  211. config.status: executing include/jemalloc/internal/private_symbols.awk commands
  212. config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands
  213. config.status: executing include/jemalloc/internal/public_namespace.h commands
  214. config.status: executing include/jemalloc/internal/public_unnamespace.h commands
  215. config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
  216. config.status: executing include/jemalloc/jemalloc_rename.h commands
  217. config.status: executing include/jemalloc/jemalloc_mangle.h commands
  218. config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
  219. config.status: executing include/jemalloc/jemalloc.h commands
  220. ===============================================================================
  221. jemalloc version : 0.0.0-0-g000000missing_version_try_git_fetch_tags
  222. library revision : 2
  223.  
  224. CONFIG : CC=/usr/bin/cc -C --enable-autogen --disable-shared --disable-libdl --enable-prof --with-jemalloc-prefix="" CXX=/usr/bin/c++
  225. CC : /usr/bin/cc
  226. CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops
  227. SPECIFIED_CFLAGS :
  228. EXTRA_CFLAGS :
  229. CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
  230. CXX : /usr/bin/c++ -std=c++17
  231. CONFIGURE_CXXFLAGS : -Wall -Wextra -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3
  232. SPECIFIED_CXXFLAGS :
  233. EXTRA_CXXFLAGS :
  234. LDFLAGS :
  235. EXTRA_LDFLAGS :
  236. DSO_LDFLAGS : -shared -Wl,-soname,$(@F)
  237. LIBS : -lm -lstdc++ -lgcc -lm -pthread
  238. RPATH_EXTRA :
  239.  
  240. XSLTPROC : /usr/bin/xsltproc
  241. XSLROOT :
  242.  
  243. PREFIX : /usr/local
  244. BINDIR : /usr/local/bin
  245. DATADIR : /usr/local/share
  246. INCLUDEDIR : /usr/local/include
  247. LIBDIR : /usr/local/lib
  248. MANDIR : /usr/local/share/man
  249.  
  250. srcroot : /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/
  251. abs_srcroot : /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/
  252. objroot :
  253. abs_objroot : /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-build/
  254.  
  255. JEMALLOC_PREFIX : ""
  256. JEMALLOC_PRIVATE_NAMESPACE
  257. : je_
  258. install_suffix :
  259. malloc_conf :
  260. documentation : 1
  261. shared libs : 0
  262. static libs : 1
  263. autogen : 1
  264. debug : 0
  265. stats : 1
  266. experimental_smallocx : 0
  267. prof : 1
  268. prof-libunwind : 0
  269. prof-libgcc : 1
  270. prof-gcc : 0
  271. fill : 1
  272. utrace : 0
  273. xmalloc : 0
  274. log : 0
  275. lazy_lock : 0
  276. cache-oblivious : 1
  277. cxx : 1
  278. ===============================================================================
  279. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  280. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  281. -- Found Threads: TRUE
  282. Fetching gtest...
  283. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  284. Calling FetchContent_Populate(gtest) is deprecated, call
  285. FetchContent_MakeAvailable(gtest) instead. Policy CMP0169 can be set to
  286. OLD to allow FetchContent_Populate(gtest) to be called directly for now,
  287. but the ability to call it with declared details will be removed completely
  288. in a future version.
  289. Call Stack (most recent call first):
  290. cmake/utils.cmake:31 (FetchContent_Populate)
  291. cmake/gtest.cmake:27 (FetchContent_MakeAvailableWithArgs)
  292. CMakeLists.txt:175 (include)
  293. This warning is for project developers. Use -Wno-dev to suppress it.
  294.  
  295. In gtest: BUILD_GMOCK set to ON
  296. In gtest: INSTALL_GTEST set to OFF
  297. Fetching snappy...
  298. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  299. Calling FetchContent_Populate(snappy) is deprecated, call
  300. FetchContent_MakeAvailable(snappy) instead. Policy CMP0169 can be set to
  301. OLD to allow FetchContent_Populate(snappy) to be called directly for now,
  302. but the ability to call it with declared details will be removed completely
  303. in a future version.
  304. Call Stack (most recent call first):
  305. cmake/utils.cmake:31 (FetchContent_Populate)
  306. cmake/snappy.cmake:27 (FetchContent_MakeAvailableWithArgs)
  307. CMakeLists.txt:176 (include)
  308. This warning is for project developers. Use -Wno-dev to suppress it.
  309.  
  310. In snappy: CMAKE_MODULE_PATH set to /home/jasper/kv-test/kvrocks/cmake/modules
  311. In snappy: SNAPPY_BUILD_TESTS set to OFF
  312. In snappy: SNAPPY_BUILD_BENCHMARKS set to OFF
  313. In snappy: BUILD_SHARED_LIBS set to OFF
  314. -- Looking for sys/mman.h
  315. -- Looking for sys/mman.h - found
  316. -- Looking for sys/resource.h
  317. -- Looking for sys/resource.h - found
  318. -- Looking for sys/time.h
  319. -- Looking for sys/time.h - found
  320. -- Looking for sys/uio.h
  321. -- Looking for sys/uio.h - found
  322. -- Looking for unistd.h
  323. -- Looking for unistd.h - found
  324. -- Looking for windows.h
  325. -- Looking for windows.h - not found
  326. -- Looking for zlibVersion in z
  327. -- Looking for zlibVersion in z - found
  328. -- Looking for lzo1x_1_15_compress in lzo2
  329. -- Looking for lzo1x_1_15_compress in lzo2 - found
  330. -- Looking for LZ4_compress_default in lz4
  331. -- Looking for LZ4_compress_default in lz4 - found
  332. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX
  333. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed
  334. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2
  335. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed
  336. -- Performing Test HAVE_CLANG_MAVX
  337. -- Performing Test HAVE_CLANG_MAVX - Success
  338. -- Performing Test HAVE_CLANG_MBMI2
  339. -- Performing Test HAVE_CLANG_MBMI2 - Success
  340. -- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS
  341. -- Performing Test SNAPPY_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success
  342. -- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION
  343. -- Performing Test SNAPPY_HAVE_NO_IMPLICIT_INT_FLOAT_CONVERSION - Success
  344. -- Performing Test HAVE_BUILTIN_EXPECT
  345. -- Performing Test HAVE_BUILTIN_EXPECT - Success
  346. -- Performing Test HAVE_BUILTIN_CTZ
  347. -- Performing Test HAVE_BUILTIN_CTZ - Success
  348. -- Performing Test HAVE_BUILTIN_PREFETCH
  349. -- Performing Test HAVE_BUILTIN_PREFETCH - Success
  350. -- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
  351. -- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Success
  352. -- Performing Test SNAPPY_HAVE_SSSE3
  353. -- Performing Test SNAPPY_HAVE_SSSE3 - Failed
  354. -- Performing Test SNAPPY_HAVE_X86_CRC32
  355. -- Performing Test SNAPPY_HAVE_X86_CRC32 - Failed
  356. -- Performing Test SNAPPY_HAVE_NEON_CRC32
  357. -- Performing Test SNAPPY_HAVE_NEON_CRC32 - Failed
  358. -- Performing Test SNAPPY_HAVE_BMI2
  359. -- Performing Test SNAPPY_HAVE_BMI2 - Failed
  360. -- Performing Test SNAPPY_HAVE_NEON
  361. -- Performing Test SNAPPY_HAVE_NEON - Failed
  362. -- Looking for mmap
  363. -- Looking for mmap - found
  364. -- Looking for sysconf
  365. -- Looking for sysconf - found
  366. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  367. Calling FetchContent_Populate(lz4) is deprecated, call
  368. FetchContent_MakeAvailable(lz4) instead. Policy CMP0169 can be set to OLD
  369. to allow FetchContent_Populate(lz4) to be called directly for now, but the
  370. ability to call it with declared details will be removed completely in a
  371. future version.
  372. Call Stack (most recent call first):
  373. cmake/lz4.cmake:29 (FetchContent_Populate)
  374. CMakeLists.txt:177 (include)
  375. This warning is for project developers. Use -Wno-dev to suppress it.
  376.  
  377. Fetching zlib...
  378. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  379. Calling FetchContent_Populate(zlib) is deprecated, call
  380. FetchContent_MakeAvailable(zlib) instead. Policy CMP0169 can be set to OLD
  381. to allow FetchContent_Populate(zlib) to be called directly for now, but the
  382. ability to call it with declared details will be removed completely in a
  383. future version.
  384. Call Stack (most recent call first):
  385. cmake/utils.cmake:31 (FetchContent_Populate)
  386. cmake/zlib.cmake:27 (FetchContent_MakeAvailableWithArgs)
  387. CMakeLists.txt:178 (include)
  388. This warning is for project developers. Use -Wno-dev to suppress it.
  389.  
  390. In zlib: WITH_GTEST set to OFF
  391. In zlib: ZLIB_ENABLE_TESTS set to OFF
  392. In zlib: ZLIBNG_ENABLE_TESTS set to OFF
  393. In zlib: BUILD_SHARED_LIBS set to OFF
  394. In zlib: ZLIB_COMPAT set to ON
  395. -- Using CMake version 4.1.1
  396. -- ZLIB_HEADER_VERSION: 1.3.1
  397. -- ZLIBNG_HEADER_VERSION: 2.2.4
  398. -- Arch detected: 'x86_64'
  399. -- Basearch of 'x86_64' has been detected as: 'x86'
  400. -- Performing Test FNO_LTO_AVAILABLE
  401. -- Performing Test FNO_LTO_AVAILABLE - Success
  402. -- Looking for arm_acle.h
  403. -- Looking for arm_acle.h - not found
  404. -- Looking for sys/auxv.h
  405. -- Looking for sys/auxv.h - found
  406. -- Looking for sys/sdt.h
  407. -- Looking for sys/sdt.h - found
  408. -- Looking for linux/auxvec.h
  409. -- Looking for linux/auxvec.h - found
  410. -- Looking for sys/types.h
  411. -- Looking for sys/types.h - found
  412. -- Looking for stdint.h
  413. -- Looking for stdint.h - found
  414. -- Looking for stddef.h
  415. -- Looking for stddef.h - found
  416. -- Check size of off64_t
  417. -- Check size of off64_t - done
  418. -- Looking for fseeko
  419. -- Looking for fseeko - found
  420. -- Looking for strerror
  421. -- Looking for strerror - found
  422. -- Looking for posix_memalign
  423. -- Looking for posix_memalign - found
  424. -- Looking for aligned_alloc
  425. -- Looking for aligned_alloc - found
  426. -- Performing Test HAVE_NO_INTERPOSITION
  427. -- Performing Test HAVE_NO_INTERPOSITION - Success
  428. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN
  429. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success
  430. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL
  431. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success
  432. -- Performing Test HAVE_ATTRIBUTE_ALIGNED
  433. -- Performing Test HAVE_ATTRIBUTE_ALIGNED - Success
  434. -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED
  435. -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED - Success
  436. -- Performing Test HAVE_BUILTIN_CTZLL
  437. -- Performing Test HAVE_BUILTIN_CTZLL - Success
  438. -- Performing Test HAVE_PTRDIFF_T
  439. -- Performing Test HAVE_PTRDIFF_T - Success
  440. -- Performing Test HAVE_XSAVE_INTRIN
  441. -- Performing Test HAVE_XSAVE_INTRIN - Success
  442. -- Performing Test HAVE_SSE2_INTRIN
  443. -- Performing Test HAVE_SSE2_INTRIN - Success
  444. -- Performing Test HAVE_SSSE3_INTRIN
  445. -- Performing Test HAVE_SSSE3_INTRIN - Success
  446. -- Performing Test HAVE_SSE42_INTRIN
  447. -- Performing Test HAVE_SSE42_INTRIN - Success
  448. -- Performing Test HAVE_PCLMULQDQ_INTRIN
  449. -- Performing Test HAVE_PCLMULQDQ_INTRIN - Success
  450. -- Performing Test HAVE_AVX2_INTRIN
  451. -- Performing Test HAVE_AVX2_INTRIN - Success
  452. -- Performing Test HAVE_CASCADE_LAKE
  453. -- Performing Test HAVE_CASCADE_LAKE - Success
  454. -- Performing Test HAVE_AVX512_INTRIN
  455. -- Performing Test HAVE_AVX512_INTRIN - Success
  456. -- Performing Test HAVE_AVX512VNNI_INTRIN
  457. -- Performing Test HAVE_AVX512VNNI_INTRIN - Success
  458. -- Performing Test HAVE_VPCLMULQDQ_INTRIN
  459. -- Performing Test HAVE_VPCLMULQDQ_INTRIN - Success
  460. -- Architecture-specific source files: arch/x86/x86_features.c;arch/x86/chunkset_sse2.c;arch/x86/compare256_sse2.c;arch/x86/slide_hash_sse2.c;arch/x86/adler32_ssse3.c;arch/x86/chunkset_ssse3.c;arch/x86/adler32_sse42.c;arch/x86/crc32_pclmulqdq.c;arch/x86/slide_hash_avx2.c;arch/x86/chunkset_avx2.c;arch/x86/compare256_avx2.c;arch/x86/adler32_avx2.c;arch/x86/adler32_avx512.c;arch/x86/chunkset_avx512.c;arch/x86/adler32_avx512_vnni.c;arch/x86/crc32_vpclmulqdq.c
  461. -- The following features have been enabled:
  462.  
  463. * CMAKE_BUILD_TYPE, Build type: RelWithDebInfo (selected)
  464. * XSAVE, Support XSAVE intrinsics using "-mxsave"
  465. * SSSE3_ADLER32, Support SSSE3-accelerated adler32, using "-mssse3"
  466. * SSE42_CRC, Support SSE4.2 optimized adler32 hash generation, using "-msse4.2"
  467. * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-msse4.2 -mpclmul"
  468. * AVX2_SLIDEHASH, Support AVX2 optimized slide_hash, using "-mavx2 -mbmi2"
  469. * AVX2_CHUNKSET, Support AVX2 optimized chunkset, using "-mavx2 -mbmi2"
  470. * AVX2_COMPARE256, Support AVX2 optimized compare256, using "-mavx2 -mbmi2"
  471. * AVX2_ADLER32, Support AVX2-accelerated adler32, using "-mavx2 -mbmi2"
  472. * AVX512_ADLER32, Support AVX512-accelerated adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
  473. * AVX512_CHUNKSET, Support AVX512 optimized chunkset, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
  474. * AVX512VNNI_ADLER32, Support AVX512VNNI adler32, using "-mavx512f -mavx512dq -mavx512bw -mavx512vl -mavx512vnni -mbmi2 -mtune=cascadelake"
  475. * VPCLMUL_CRC, Support CRC hash generation using VPCLMULQDQ, using "-mpclmul -mvpclmulqdq -mavx512f -mavx512f -mavx512dq -mavx512bw -mavx512vl -mbmi2 -mtune=cascadelake"
  476. * WITH_GZFILEOP, Compile with support for gzFile related functions
  477. * ZLIB_COMPAT, Compile with zlib compatible API
  478. * WITH_SANITIZER, Enable sanitizer support
  479. * WITH_OPTIM, Build with optimisation
  480. * WITH_NEW_STRATEGIES, Use new strategies
  481. * WITH_RUNTIME_CPU_DETECTION, Build with runtime CPU detection
  482. * WITH_AVX2, Build with AVX2
  483. * WITH_AVX512, Build with AVX512
  484. * WITH_AVX512VNNI, Build with AVX512 VNNI
  485. * WITH_SSE2, Build with SSE2
  486. * WITH_SSSE3, Build with SSSE3
  487. * WITH_SSE42, Build with SSE42
  488. * WITH_PCLMULQDQ, Build with PCLMULQDQ
  489. * WITH_VPCLMULQDQ, Build with VPCLMULQDQ
  490.  
  491. -- The following REQUIRED packages have been found:
  492.  
  493. * Threads
  494.  
  495. -- The following features have been disabled:
  496.  
  497. * ZLIB_SYMBOL_PREFIX, Publicly exported symbols DO NOT have a custom prefix
  498. * ZLIB_ENABLE_TESTS, Build test binaries
  499. * ZLIBNG_ENABLE_TESTS, Test zlib-ng specific API
  500. * WITH_GTEST, Build gtest_zlib
  501. * WITH_FUZZERS, Build test/fuzz
  502. * WITH_BENCHMARKS, Build test/benchmarks
  503. * WITH_BENCHMARK_APPS, Build application benchmarks
  504. * WITH_NATIVE_INSTRUCTIONS, Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)
  505. * WITH_MAINTAINER_WARNINGS, Build with project maintainer warnings
  506. * WITH_CODE_COVERAGE, Enable code coverage reporting
  507. * WITH_INFLATE_STRICT, Build with strict inflate distance checking
  508. * WITH_INFLATE_ALLOW_INVALID_DIST, Build with zero fill for inflate invalid distances
  509. * INSTALL_UTILS, Copy minigzip and minideflate during install
  510.  
  511. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  512. Calling FetchContent_Populate(zstd) is deprecated, call
  513. FetchContent_MakeAvailable(zstd) instead. Policy CMP0169 can be set to OLD
  514. to allow FetchContent_Populate(zstd) to be called directly for now, but the
  515. ability to call it with declared details will be removed completely in a
  516. future version.
  517. Call Stack (most recent call first):
  518. cmake/zstd.cmake:29 (FetchContent_Populate)
  519. CMakeLists.txt:179 (include)
  520. This warning is for project developers. Use -Wno-dev to suppress it.
  521.  
  522. Fetching tbb...
  523. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  524. Calling FetchContent_Populate(tbb) is deprecated, call
  525. FetchContent_MakeAvailable(tbb) instead. Policy CMP0169 can be set to OLD
  526. to allow FetchContent_Populate(tbb) to be called directly for now, but the
  527. ability to call it with declared details will be removed completely in a
  528. future version.
  529. Call Stack (most recent call first):
  530. cmake/utils.cmake:31 (FetchContent_Populate)
  531. cmake/tbb.cmake:27 (FetchContent_MakeAvailableWithArgs)
  532. CMakeLists.txt:180 (include)
  533. This warning is for project developers. Use -Wno-dev to suppress it.
  534.  
  535. In tbb: TBB_STRICT set to OFF
  536. In tbb: TBB_TEST set to OFF
  537. In tbb: TBB_EXAMPLES set to OFF
  538. In tbb: TBBMALLOC_BUILD set to OFF
  539. In tbb: BUILD_SHARED_LIBS set to OFF
  540. CMake Warning at build/_deps/tbb-src/CMakeLists.txt:145 (message):
  541. You are building oneTBB as a static library. This is highly discouraged
  542. and such configuration is not supported. Consider building a dynamic
  543. library to avoid unforeseen issues.
  544.  
  545.  
  546. -- Checking for one of the modules 'hwloc'
  547. -- Looking for getcontext
  548. -- Looking for getcontext - found
  549. -- GNU Assembler version: 2.45 (2045)
  550. -- TBBBind build targets are disabled due to unsupported environment
  551. Fetching rocksdb...
  552. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  553. Calling FetchContent_Populate(rocksdb) is deprecated, call
  554. FetchContent_MakeAvailable(rocksdb) instead. Policy CMP0169 can be set to
  555. OLD to allow FetchContent_Populate(rocksdb) to be called directly for now,
  556. but the ability to call it with declared details will be removed completely
  557. in a future version.
  558. Call Stack (most recent call first):
  559. cmake/utils.cmake:31 (FetchContent_Populate)
  560. cmake/rocksdb.cmake:37 (FetchContent_MakeAvailableWithArgs)
  561. CMakeLists.txt:181 (include)
  562. This warning is for project developers. Use -Wno-dev to suppress it.
  563.  
  564. In rocksdb: CMAKE_MODULE_PATH set to /home/jasper/kv-test/kvrocks/cmake/modules
  565. In rocksdb: Snappy_DIR set to /home/jasper/kv-test/kvrocks/cmake/modules
  566. In rocksdb: FAIL_ON_WARNINGS set to OFF
  567. In rocksdb: WITH_TESTS set to OFF
  568. In rocksdb: WITH_BENCHMARK_TOOLS set to OFF
  569. In rocksdb: WITH_CORE_TOOLS set to OFF
  570. In rocksdb: WITH_TOOLS set to OFF
  571. In rocksdb: WITH_SNAPPY set to ON
  572. In rocksdb: WITH_LZ4 set to ON
  573. In rocksdb: WITH_ZLIB set to ON
  574. In rocksdb: WITH_ZSTD set to ON
  575. In rocksdb: WITH_GFLAGS set to OFF
  576. In rocksdb: WITH_TBB set to ON
  577. In rocksdb: USE_RTTI set to ON
  578. In rocksdb: ROCKSDB_BUILD_SHARED set to OFF
  579. In rocksdb: WITH_JEMALLOC set to ON
  580. In rocksdb: PORTABLE set to 0
  581. -- The ASM compiler identification is GNU
  582. -- Found assembler: /usr/bin/cc
  583. -- Found JeMalloc in /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src
  584. -- Found Snappy in /home/jasper/kv-test/kvrocks/build/_deps/snappy-src
  585. -- Found zlib in /home/jasper/kv-test/kvrocks/build/_deps/zlib-src
  586. -- Found lz4 in /home/jasper/kv-test/kvrocks/build/_deps/lz4-src
  587. -- Found zstd in /home/jasper/kv-test/kvrocks/build/_deps/zstd-src
  588. -- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER
  589. -- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER - Success
  590. -- Performing Test BUILTIN_ATOMIC
  591. -- Performing Test BUILTIN_ATOMIC - Success
  592. -- Could NOT find uring (missing: uring_LIBRARIES)
  593. -- Found TBB in /home/jasper/kv-test/kvrocks/build/_deps/tbb-src
  594. -- Enabling RTTI in all builds
  595. -- Performing Test HAVE_FALLOCATE
  596. -- Performing Test HAVE_FALLOCATE - Success
  597. -- Performing Test HAVE_SYNC_FILE_RANGE_WRITE
  598. -- Performing Test HAVE_SYNC_FILE_RANGE_WRITE - Success
  599. -- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
  600. -- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP - Success
  601. -- Looking for malloc_usable_size
  602. -- Looking for malloc_usable_size - found
  603. -- Looking for sched_getcpu
  604. -- Looking for sched_getcpu - found
  605. -- Looking for getauxval
  606. -- Looking for getauxval - found
  607. -- Looking for F_FULLFSYNC
  608. -- Looking for F_FULLFSYNC - not found
  609. -- ROCKSDB_PLUGINS:
  610. -- ROCKSDB PLUGINS TO BUILD
  611. -- Found Git: /usr/bin/git (found version "2.51.0")
  612. -- JNI library is disabled
  613. Fetching libevent...
  614. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  615. Calling FetchContent_Populate(libevent) is deprecated, call
  616. FetchContent_MakeAvailable(libevent) instead. Policy CMP0169 can be set to
  617. OLD to allow FetchContent_Populate(libevent) to be called directly for now,
  618. but the ability to call it with declared details will be removed completely
  619. in a future version.
  620. Call Stack (most recent call first):
  621. cmake/utils.cmake:31 (FetchContent_Populate)
  622. cmake/libevent.cmake:32 (FetchContent_MakeAvailableWithArgs)
  623. CMakeLists.txt:182 (include)
  624. This warning is for project developers. Use -Wno-dev to suppress it.
  625.  
  626. In libevent: EVENT__DISABLE_TESTS set to ON
  627. In libevent: EVENT__DISABLE_REGRESS set to ON
  628. In libevent: EVENT__DISABLE_SAMPLES set to ON
  629. In libevent: EVENT__DISABLE_OPENSSL set to ON
  630. In libevent: EVENT__DISABLE_MBEDTLS set to ON
  631. In libevent: EVENT__LIBRARY_TYPE set to STATIC
  632. In libevent: EVENT__DISABLE_BENCHMARK set to ON
  633. In libevent: EVENT__DISABLE_DEBUG_MODE set to ON
  634. CMake Deprecation Warning at build/_deps/libevent-src/CMakeLists.txt:22 (cmake_minimum_required):
  635. Compatibility with CMake < 3.10 will be removed from a future version of
  636. CMake.
  637.  
  638. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  639. to tell CMake that the project requires at least <min> but has been updated
  640. to work with policies introduced by <max> or earlier.
  641.  
  642.  
  643. -- Performing Test check_c_compiler_flag__fdiagnostics_color_always
  644. -- Performing Test check_c_compiler_flag__fdiagnostics_color_always - Success
  645. -- Performing Test check_c_compiler_flag__Wall
  646. -- Performing Test check_c_compiler_flag__Wall - Success
  647. -- Performing Test check_c_compiler_flag__Wextra
  648. -- Performing Test check_c_compiler_flag__Wextra - Success
  649. -- Performing Test check_c_compiler_flag__Wno_unused_parameter
  650. -- Performing Test check_c_compiler_flag__Wno_unused_parameter - Success
  651. -- Performing Test check_c_compiler_flag__Wstrict_aliasing
  652. -- Performing Test check_c_compiler_flag__Wstrict_aliasing - Success
  653. -- Performing Test check_c_compiler_flag__Wstrict_prototypes
  654. -- Performing Test check_c_compiler_flag__Wstrict_prototypes - Success
  655. -- Performing Test check_c_compiler_flag__fno_strict_aliasing
  656. -- Performing Test check_c_compiler_flag__fno_strict_aliasing - Success
  657. -- Performing Test check_c_compiler_flag__Wmissing_prototypes
  658. -- Performing Test check_c_compiler_flag__Wmissing_prototypes - Success
  659. -- Performing Test check_c_compiler_flag__Winit_self
  660. -- Performing Test check_c_compiler_flag__Winit_self - Success
  661. -- Performing Test check_c_compiler_flag__Wmissing_field_initializers
  662. -- Performing Test check_c_compiler_flag__Wmissing_field_initializers - Success
  663. -- Performing Test check_c_compiler_flag__Wdeclaration_after_statement
  664. -- Performing Test check_c_compiler_flag__Wdeclaration_after_statement - Success
  665. -- Performing Test check_c_compiler_flag__Waddress
  666. -- Performing Test check_c_compiler_flag__Waddress - Success
  667. -- Performing Test check_c_compiler_flag__Wnormalized_id
  668. -- Performing Test check_c_compiler_flag__Wnormalized_id - Success
  669. -- Performing Test check_c_compiler_flag__Woverride_init
  670. -- Performing Test check_c_compiler_flag__Woverride_init - Success
  671. -- Performing Test check_c_compiler_flag__Wlogical_op
  672. -- Performing Test check_c_compiler_flag__Wlogical_op - Success
  673. -- Performing Test check_c_compiler_flag__Wwrite_strings
  674. -- Performing Test check_c_compiler_flag__Wwrite_strings - Success
  675. -- Looking for __GNU_LIBRARY__
  676. -- Looking for __GNU_LIBRARY__ - found
  677. -- Looking for include file fcntl.h
  678. -- Looking for include file fcntl.h - found
  679. -- Looking for include files fcntl.h, inttypes.h
  680. -- Looking for include files fcntl.h, inttypes.h - found
  681. -- Looking for 3 include files fcntl.h, ..., memory.h
  682. -- Looking for 3 include files fcntl.h, ..., memory.h - found
  683. -- Looking for 4 include files fcntl.h, ..., signal.h
  684. -- Looking for 4 include files fcntl.h, ..., signal.h - found
  685. -- Looking for 5 include files fcntl.h, ..., stdarg.h
  686. -- Looking for 5 include files fcntl.h, ..., stdarg.h - found
  687. -- Looking for 6 include files fcntl.h, ..., stddef.h
  688. -- Looking for 6 include files fcntl.h, ..., stddef.h - found
  689. -- Looking for 7 include files fcntl.h, ..., stdint.h
  690. -- Looking for 7 include files fcntl.h, ..., stdint.h - found
  691. -- Looking for 8 include files fcntl.h, ..., stdlib.h
  692. -- Looking for 8 include files fcntl.h, ..., stdlib.h - found
  693. -- Looking for 9 include files fcntl.h, ..., string.h
  694. -- Looking for 9 include files fcntl.h, ..., string.h - found
  695. -- Looking for 10 include files fcntl.h, ..., errno.h
  696. -- Looking for 10 include files fcntl.h, ..., errno.h - found
  697. -- Looking for 11 include files fcntl.h, ..., unistd.h
  698. -- Looking for 11 include files fcntl.h, ..., unistd.h - found
  699. -- Looking for 12 include files fcntl.h, ..., time.h
  700. -- Looking for 12 include files fcntl.h, ..., time.h - found
  701. -- Looking for 13 include files fcntl.h, ..., sys/types.h
  702. -- Looking for 13 include files fcntl.h, ..., sys/types.h - found
  703. -- Looking for 14 include files fcntl.h, ..., sys/stat.h
  704. -- Looking for 14 include files fcntl.h, ..., sys/stat.h - found
  705. -- Looking for 15 include files fcntl.h, ..., sys/time.h
  706. -- Looking for 15 include files fcntl.h, ..., sys/time.h - found
  707. -- Looking for 16 include files fcntl.h, ..., sys/param.h
  708. -- Looking for 16 include files fcntl.h, ..., sys/param.h - found
  709. -- Looking for 17 include files fcntl.h, ..., netdb.h
  710. -- Looking for 17 include files fcntl.h, ..., netdb.h - found
  711. -- Looking for 18 include files fcntl.h, ..., dlfcn.h
  712. -- Looking for 18 include files fcntl.h, ..., dlfcn.h - found
  713. -- Looking for 19 include files fcntl.h, ..., arpa/inet.h
  714. -- Looking for 19 include files fcntl.h, ..., arpa/inet.h - found
  715. -- Looking for 20 include files fcntl.h, ..., poll.h
  716. -- Looking for 20 include files fcntl.h, ..., poll.h - found
  717. -- Looking for 21 include files fcntl.h, ..., port.h
  718. -- Looking for 21 include files fcntl.h, ..., port.h - not found
  719. -- Looking for 21 include files fcntl.h, ..., sys/socket.h
  720. -- Looking for 21 include files fcntl.h, ..., sys/socket.h - found
  721. -- Looking for 22 include files fcntl.h, ..., sys/random.h
  722. -- Looking for 22 include files fcntl.h, ..., sys/random.h - found
  723. -- Looking for 23 include files fcntl.h, ..., sys/un.h
  724. -- Looking for 23 include files fcntl.h, ..., sys/un.h - found
  725. -- Looking for 24 include files fcntl.h, ..., sys/devpoll.h
  726. -- Looking for 24 include files fcntl.h, ..., sys/devpoll.h - not found
  727. -- Looking for 24 include files fcntl.h, ..., sys/epoll.h
  728. -- Looking for 24 include files fcntl.h, ..., sys/epoll.h - found
  729. -- Looking for 25 include files fcntl.h, ..., sys/eventfd.h
  730. -- Looking for 25 include files fcntl.h, ..., sys/eventfd.h - found
  731. -- Looking for 26 include files fcntl.h, ..., sys/event.h
  732. -- Looking for 26 include files fcntl.h, ..., sys/event.h - not found
  733. -- Looking for 26 include files fcntl.h, ..., sys/ioctl.h
  734. -- Looking for 26 include files fcntl.h, ..., sys/ioctl.h - found
  735. -- Looking for 27 include files fcntl.h, ..., sys/mman.h
  736. -- Looking for 27 include files fcntl.h, ..., sys/mman.h - found
  737. -- Looking for 28 include files fcntl.h, ..., sys/queue.h
  738. -- Looking for 28 include files fcntl.h, ..., sys/queue.h - found
  739. -- Looking for 29 include files fcntl.h, ..., sys/select.h
  740. -- Looking for 29 include files fcntl.h, ..., sys/select.h - found
  741. -- Looking for 30 include files fcntl.h, ..., sys/sendfile.h
  742. -- Looking for 30 include files fcntl.h, ..., sys/sendfile.h - found
  743. -- Looking for 31 include files fcntl.h, ..., sys/uio.h
  744. -- Looking for 31 include files fcntl.h, ..., sys/uio.h - found
  745. -- Looking for 32 include files fcntl.h, ..., sys/wait.h
  746. -- Looking for 32 include files fcntl.h, ..., sys/wait.h - found
  747. -- Looking for 33 include files fcntl.h, ..., sys/resource.h
  748. -- Looking for 33 include files fcntl.h, ..., sys/resource.h - found
  749. -- Looking for 34 include files fcntl.h, ..., sys/timerfd.h
  750. -- Looking for 34 include files fcntl.h, ..., sys/timerfd.h - found
  751. -- Looking for 35 include files fcntl.h, ..., netinet/in.h
  752. -- Looking for 35 include files fcntl.h, ..., netinet/in.h - found
  753. -- Looking for 36 include files fcntl.h, ..., netinet/in6.h
  754. -- Looking for 36 include files fcntl.h, ..., netinet/in6.h - not found
  755. -- Looking for 36 include files fcntl.h, ..., netinet/tcp.h
  756. -- Looking for 36 include files fcntl.h, ..., netinet/tcp.h - found
  757. -- Looking for 37 include files fcntl.h, ..., ifaddrs.h
  758. -- Looking for 37 include files fcntl.h, ..., ifaddrs.h - found
  759. -- Looking for getaddrinfo
  760. -- Looking for getaddrinfo - found
  761. -- Looking for getnameinfo
  762. -- Looking for getnameinfo - found
  763. -- Looking for getprotobynumber
  764. -- Looking for getprotobynumber - found
  765. -- Looking for getservbyname
  766. -- Looking for getservbyname - found
  767. -- Looking for gethostbyname
  768. -- Looking for gethostbyname - found
  769. -- Looking for inet_ntop
  770. -- Looking for inet_ntop - found
  771. -- Looking for inet_pton
  772. -- Looking for inet_pton - found
  773. -- Looking for gettimeofday
  774. -- Looking for gettimeofday - found
  775. -- Looking for signal
  776. -- Looking for signal - found
  777. -- Looking for strtoll
  778. -- Looking for strtoll - found
  779. -- Looking for splice
  780. -- Looking for splice - found
  781. -- Looking for strlcpy
  782. -- Looking for strlcpy - found
  783. -- Looking for strsep
  784. -- Looking for strsep - found
  785. -- Looking for strtok_r
  786. -- Looking for strtok_r - found
  787. -- Looking for vasprintf
  788. -- Looking for vasprintf - found
  789. -- Looking for timerclear
  790. -- Looking for timerclear - found
  791. -- Looking for timercmp
  792. -- Looking for timercmp - found
  793. -- Looking for timerisset
  794. -- Looking for timerisset - found
  795. -- Looking for timeradd
  796. -- Looking for timeradd - found
  797. -- Looking for nanosleep
  798. -- Looking for nanosleep - found
  799. -- Looking for putenv
  800. -- Looking for putenv - found
  801. -- Looking for umask
  802. -- Looking for umask - found
  803. -- Looking for clock_gettime
  804. -- Looking for clock_gettime - found
  805. -- Looking for getifaddrs
  806. -- Looking for getifaddrs - found
  807. -- Looking for select
  808. -- Looking for select - found
  809. -- Looking for epoll_create
  810. -- Looking for epoll_create - found
  811. -- Looking for epoll_create1
  812. -- Looking for epoll_create1 - found
  813. -- Looking for epoll_ctl
  814. -- Looking for epoll_ctl - found
  815. -- Looking for eventfd
  816. -- Looking for eventfd - found
  817. -- Looking for poll
  818. -- Looking for poll - found
  819. -- Looking for port_create
  820. -- Looking for port_create - not found
  821. -- Looking for kqueue
  822. -- Looking for kqueue - not found
  823. -- Looking for fcntl
  824. -- Looking for fcntl - found
  825. -- Looking for mmap
  826. -- Looking for mmap - found
  827. -- Looking for pipe
  828. -- Looking for pipe - found
  829. -- Looking for pipe2
  830. -- Looking for pipe2 - found
  831. -- Looking for sendfile
  832. -- Looking for sendfile - found
  833. -- Looking for sigaction
  834. -- Looking for sigaction - found
  835. -- Looking for strsignal
  836. -- Looking for strsignal - found
  837. -- Looking for sysctl
  838. -- Looking for sysctl - not found
  839. -- Looking for accept4
  840. -- Looking for accept4 - found
  841. -- Looking for arc4random
  842. -- Looking for arc4random - found
  843. -- Looking for arc4random_buf
  844. -- Looking for arc4random_buf - found
  845. -- Looking for arc4random_addrandom
  846. -- Looking for arc4random_addrandom - not found
  847. -- Looking for getrandom
  848. -- Looking for getrandom - found
  849. -- Looking for getegid
  850. -- Looking for getegid - found
  851. -- Looking for geteuid
  852. -- Looking for geteuid - found
  853. -- Looking for issetugid
  854. -- Looking for issetugid - not found
  855. -- Looking for usleep
  856. -- Looking for usleep - found
  857. -- Looking for timerfd_create
  858. -- Looking for timerfd_create - found
  859. -- Looking for setenv
  860. -- Looking for setenv - found
  861. -- Looking for unsetenv
  862. -- Looking for unsetenv - found
  863. -- Looking for setrlimit
  864. -- Looking for setrlimit - found
  865. -- Looking for gethostbyname_r
  866. -- Looking for gethostbyname_r - found
  867. -- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_3_ARG - False
  868. -- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_5_ARG - False
  869. -- Checking prototype gethostbyname_r for EVENT__HAVE_GETHOSTBYNAME_R_6_ARG - True
  870. -- Check size of struct sockaddr_un
  871. -- Check size of struct sockaddr_un - done
  872. -- Check size of uint8_t
  873. -- Check size of uint8_t - done
  874. -- Check size of uint16_t
  875. -- Check size of uint16_t - done
  876. -- Check size of uint32_t
  877. -- Check size of uint32_t - done
  878. -- Check size of uint64_t
  879. -- Check size of uint64_t - done
  880. -- Check size of short
  881. -- Check size of short - done
  882. -- Check size of int
  883. -- Check size of int - done
  884. -- Check size of unsigned
  885. -- Check size of unsigned - done
  886. -- Check size of unsigned int
  887. -- Check size of unsigned int - done
  888. -- Check size of long
  889. -- Check size of long - done
  890. -- Check size of long long
  891. -- Check size of long long - done
  892. -- Performing Test HAVE_INLINE
  893. -- Performing Test HAVE_INLINE - Success
  894. -- Looking for __func__
  895. -- Looking for __func__ - found
  896. -- Looking for __FUNCTION__
  897. -- Looking for __FUNCTION__ - found
  898. -- Looking for TAILQ_FOREACH
  899. -- Looking for TAILQ_FOREACH - found
  900. -- Performing Test EVENT__HAVE_DECL_CTL_KERN
  901. -- Performing Test EVENT__HAVE_DECL_CTL_KERN - Failed
  902. -- Looking for CTL_KERN - not found
  903. -- Performing Test EVENT__HAVE_DECL_KERN_ARND
  904. -- Performing Test EVENT__HAVE_DECL_KERN_ARND - Failed
  905. -- Looking for KERN_ARND - not found
  906. -- Looking for F_SETFD
  907. -- Looking for F_SETFD - found
  908. -- Check size of fd_mask
  909. -- Check size of fd_mask - done
  910. -- Check size of size_t
  911. -- Check size of size_t - done
  912. -- Check size of off_t
  913. -- Check size of off_t - done
  914. -- Check size of ssize_t
  915. -- Check size of ssize_t - done
  916. -- Check size of SSIZE_T
  917. -- Check size of SSIZE_T - failed
  918. -- Check size of socklen_t
  919. -- Check size of socklen_t - done
  920. -- Check size of pid_t
  921. -- Check size of pid_t - done
  922. -- Check size of pthread_t
  923. -- Check size of pthread_t - done
  924. -- Check size of uintptr_t
  925. -- Check size of uintptr_t - done
  926. -- Check size of void *
  927. -- Check size of void * - done
  928. -- Check size of time_t
  929. -- Check size of time_t - done
  930. -- Check size of struct addrinfo
  931. -- Check size of struct addrinfo - done
  932. -- Check size of struct in6_addr
  933. -- Check size of struct in6_addr - done
  934. -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16
  935. -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 - Success
  936. -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32
  937. -- Performing Test EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 - Success
  938. -- Check size of sa_family_t
  939. -- Check size of sa_family_t - done
  940. -- Check size of struct sockaddr_in6
  941. -- Check size of struct sockaddr_in6 - done
  942. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
  943. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN - Failed
  944. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
  945. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Failed
  946. -- Check size of struct sockaddr_storage
  947. -- Check size of struct sockaddr_storage - done
  948. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
  949. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY - Success
  950. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
  951. -- Performing Test EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY - Failed
  952. -- Check size of struct linger
  953. -- Check size of struct linger - done
  954. --
  955. -- ---( Libevent 2.1.12-stable )---
  956. --
  957. -- Available event backends:
  958. -- CMAKE_BINARY_DIR: /home/jasper/kv-test/kvrocks/build
  959. -- CMAKE_CURRENT_BINARY_DIR: /home/jasper/kv-test/kvrocks/build/_deps/libevent-build
  960. -- CMAKE_SOURCE_DIR: /home/jasper/kv-test/kvrocks
  961. -- CMAKE_CURRENT_SOURCE_DIR: /home/jasper/kv-test/kvrocks/build/_deps/libevent-src
  962. -- PROJECT_BINARY_DIR: /home/jasper/kv-test/kvrocks/build/_deps/libevent-build
  963. -- PROJECT_SOURCE_DIR: /home/jasper/kv-test/kvrocks/build/_deps/libevent-src
  964. -- CMAKE_MODULE_PATH: /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/cmake/
  965. -- CMAKE_COMMAND: /usr/bin/cmake
  966. -- CMAKE_ROOT: /usr/share/cmake
  967. -- CMAKE_SYSTEM: Linux-6.6.103-3-MANJARO
  968. -- CMAKE_SYSTEM_NAME: Linux
  969. -- CMAKE_SYSTEM_VERSION: 6.6.103-3-MANJARO
  970. -- CMAKE_SYSTEM_PROCESSOR: x86_64
  971. -- CMAKE_SKIP_RPATH: NO
  972. -- CMAKE_VERBOSE_MAKEFILE: FALSE
  973. -- CMAKE_C_FLAGS: -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings
  974. -- CMAKE_BUILD_TYPE: RelWithDebInfo
  975. -- CMAKE_C_COMPILER: /usr/bin/cc (id GNU, clang 0, GNUC 1)
  976. -- CMAKE_AR: /usr/bin/ar
  977. -- CMAKE_RANLIB: /usr/bin/ranlib
  978. --
  979. Fetching fmt...
  980. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  981. Calling FetchContent_Populate(fmt) is deprecated, call
  982. FetchContent_MakeAvailable(fmt) instead. Policy CMP0169 can be set to OLD
  983. to allow FetchContent_Populate(fmt) to be called directly for now, but the
  984. ability to call it with declared details will be removed completely in a
  985. future version.
  986. Call Stack (most recent call first):
  987. cmake/utils.cmake:31 (FetchContent_Populate)
  988. cmake/fmt.cmake:27 (FetchContent_MakeAvailableWithArgs)
  989. CMakeLists.txt:183 (include)
  990. This warning is for project developers. Use -Wno-dev to suppress it.
  991.  
  992. -- {fmt} version: 11.2.0
  993. -- Build type: RelWithDebInfo
  994. Fetching spdlog...
  995. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  996. Calling FetchContent_Populate(spdlog) is deprecated, call
  997. FetchContent_MakeAvailable(spdlog) instead. Policy CMP0169 can be set to
  998. OLD to allow FetchContent_Populate(spdlog) to be called directly for now,
  999. but the ability to call it with declared details will be removed completely
  1000. in a future version.
  1001. Call Stack (most recent call first):
  1002. cmake/utils.cmake:31 (FetchContent_Populate)
  1003. cmake/spdlog.cmake:27 (FetchContent_MakeAvailableWithArgs)
  1004. CMakeLists.txt:184 (include)
  1005. This warning is for project developers. Use -Wno-dev to suppress it.
  1006.  
  1007. In spdlog: SPDLOG_FMT_EXTERNAL set to ON
  1008. -- Build spdlog: 1.15.3
  1009. -- Build type: RelWithDebInfo
  1010. -- Looking for fwrite_unlocked
  1011. -- Looking for fwrite_unlocked - found
  1012. Fetching jsoncons...
  1013. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1014. Calling FetchContent_Populate(jsoncons) is deprecated, call
  1015. FetchContent_MakeAvailable(jsoncons) instead. Policy CMP0169 can be set to
  1016. OLD to allow FetchContent_Populate(jsoncons) to be called directly for now,
  1017. but the ability to call it with declared details will be removed completely
  1018. in a future version.
  1019. Call Stack (most recent call first):
  1020. cmake/utils.cmake:31 (FetchContent_Populate)
  1021. cmake/jsoncons.cmake:27 (FetchContent_MakeAvailableWithArgs)
  1022. CMakeLists.txt:185 (include)
  1023. This warning is for project developers. Use -Wno-dev to suppress it.
  1024.  
  1025. In jsoncons: JSONCONS_BUILD_TESTS set to OFF
  1026. -- jsoncons v1.4.0
  1027. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1028. Calling FetchContent_Populate(xxhash) is deprecated, call
  1029. FetchContent_MakeAvailable(xxhash) instead. Policy CMP0169 can be set to
  1030. OLD to allow FetchContent_Populate(xxhash) to be called directly for now,
  1031. but the ability to call it with declared details will be removed completely
  1032. in a future version.
  1033. Call Stack (most recent call first):
  1034. cmake/xxhash.cmake:29 (FetchContent_Populate)
  1035. CMakeLists.txt:186 (include)
  1036. This warning is for project developers. Use -Wno-dev to suppress it.
  1037.  
  1038. -- Architecture: x86_64
  1039. Fetching span...
  1040. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1041. Calling FetchContent_Populate(span) is deprecated, call
  1042. FetchContent_MakeAvailable(span) instead. Policy CMP0169 can be set to OLD
  1043. to allow FetchContent_Populate(span) to be called directly for now, but the
  1044. ability to call it with declared details will be removed completely in a
  1045. future version.
  1046. Call Stack (most recent call first):
  1047. cmake/utils.cmake:31 (FetchContent_Populate)
  1048. cmake/span.cmake:27 (FetchContent_MakeAvailableWithArgs)
  1049. CMakeLists.txt:187 (include)
  1050. This warning is for project developers. Use -Wno-dev to suppress it.
  1051.  
  1052. CMake Deprecation Warning at build/_deps/span-src/CMakeLists.txt:8 (cmake_minimum_required):
  1053. Compatibility with CMake < 3.10 will be removed from a future version of
  1054. CMake.
  1055.  
  1056. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  1057. to tell CMake that the project requires at least <min> but has been updated
  1058. to work with policies introduced by <max> or earlier.
  1059.  
  1060.  
  1061. -- Project 'span_lite', package 'span-lite' version: '0.11.0'
  1062. Fetching trie...
  1063. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1064. Calling FetchContent_Populate(trie) is deprecated, call
  1065. FetchContent_MakeAvailable(trie) instead. Policy CMP0169 can be set to OLD
  1066. to allow FetchContent_Populate(trie) to be called directly for now, but the
  1067. ability to call it with declared details will be removed completely in a
  1068. future version.
  1069. Call Stack (most recent call first):
  1070. cmake/utils.cmake:31 (FetchContent_Populate)
  1071. cmake/trie.cmake:27 (FetchContent_MakeAvailableWithArgs)
  1072. CMakeLists.txt:188 (include)
  1073. This warning is for project developers. Use -Wno-dev to suppress it.
  1074.  
  1075. CMake Deprecation Warning at build/_deps/trie-src/CMakeLists.txt:1 (cmake_minimum_required):
  1076. Compatibility with CMake < 3.10 will be removed from a future version of
  1077. CMake.
  1078.  
  1079. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  1080. to tell CMake that the project requires at least <min> but has been updated
  1081. to work with policies introduced by <max> or earlier.
  1082.  
  1083.  
  1084. Fetching pegtl...
  1085. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1086. Calling FetchContent_Populate(pegtl) is deprecated, call
  1087. FetchContent_MakeAvailable(pegtl) instead. Policy CMP0169 can be set to
  1088. OLD to allow FetchContent_Populate(pegtl) to be called directly for now,
  1089. but the ability to call it with declared details will be removed completely
  1090. in a future version.
  1091. Call Stack (most recent call first):
  1092. cmake/utils.cmake:31 (FetchContent_Populate)
  1093. cmake/pegtl.cmake:27 (FetchContent_MakeAvailableWithArgs)
  1094. CMakeLists.txt:189 (include)
  1095. This warning is for project developers. Use -Wno-dev to suppress it.
  1096.  
  1097. -- Using std::filesystem
  1098. Fetching rangev3...
  1099. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1100. Calling FetchContent_Populate(rangev3) is deprecated, call
  1101. FetchContent_MakeAvailable(rangev3) instead. Policy CMP0169 can be set to
  1102. OLD to allow FetchContent_Populate(rangev3) to be called directly for now,
  1103. but the ability to call it with declared details will be removed completely
  1104. in a future version.
  1105. Call Stack (most recent call first):
  1106. cmake/utils.cmake:31 (FetchContent_Populate)
  1107. cmake/rangev3.cmake:43 (FetchContent_MakeAvailableWithArgs)
  1108. CMakeLists.txt:190 (include)
  1109. This warning is for project developers. Use -Wno-dev to suppress it.
  1110.  
  1111. In rangev3: RANGES_CXX_STD set to 17
  1112. In rangev3: RANGES_BUILD_CALENDAR_EXAMPLE set to OFF
  1113. In rangev3: RANGES_DEBUG_INFO set to ON
  1114. In rangev3: RANGES_NATIVE set to ON
  1115. CMake Deprecation Warning at build/_deps/rangev3-src/CMakeLists.txt:8 (cmake_minimum_required):
  1116. Compatibility with CMake < 3.10 will be removed from a future version of
  1117. CMake.
  1118.  
  1119. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  1120. to tell CMake that the project requires at least <min> but has been updated
  1121. to work with policies introduced by <max> or earlier.
  1122.  
  1123.  
  1124. CMake Warning at build/_deps/rangev3-src/cmake/ranges_env.cmake:82 (message):
  1125. [range-v3 warning]: unknown build type, defaults to release!
  1126. Call Stack (most recent call first):
  1127. build/_deps/rangev3-src/CMakeLists.txt:24 (include)
  1128.  
  1129.  
  1130. -- [range-v3]: C++ std=17
  1131. -- Performing Test RANGES_HAS_CXXSTD
  1132. -- Performing Test RANGES_HAS_CXXSTD - Success
  1133. -- Performing Test RANGES_HAS_WALL
  1134. -- Performing Test RANGES_HAS_WALL - Success
  1135. -- Performing Test RANGES_HAS_WEXTRA
  1136. -- Performing Test RANGES_HAS_WEXTRA - Success
  1137. -- Performing Test RANGES_HAS_WERROR
  1138. -- Performing Test RANGES_HAS_WERROR - Success
  1139. -- Performing Test RANGES_HAS_FDIAGNOSTIC_SHOW_TEMPLATE_TREE
  1140. -- Performing Test RANGES_HAS_FDIAGNOSTIC_SHOW_TEMPLATE_TREE - Success
  1141. -- Performing Test RANGES_HAS_FTEMPLATE_BACKTRACE_LIMIT
  1142. -- Performing Test RANGES_HAS_FTEMPLATE_BACKTRACE_LIMIT - Success
  1143. -- Performing Test RANGES_HAS_FMACRO_BACKTRACE_LIMIT
  1144. -- Performing Test RANGES_HAS_FMACRO_BACKTRACE_LIMIT - Failed
  1145. -- Performing Test RANGES_HAS_OMIT_FRAME_POINTER
  1146. -- Performing Test RANGES_HAS_OMIT_FRAME_POINTER - Success
  1147. -- Performing Test RANGES_HAS_OFAST
  1148. -- Performing Test RANGES_HAS_OFAST - Success
  1149. -- Performing Test RANGES_HAS_STRICT_ALIASING
  1150. -- Performing Test RANGES_HAS_STRICT_ALIASING - Success
  1151. -- Performing Test RANGES_HAS_STRICT_VTABLE_POINTERS
  1152. -- Performing Test RANGES_HAS_STRICT_VTABLE_POINTERS - Failed
  1153. -- Performing Test RANGES_HAS_FAST_MATH
  1154. -- Performing Test RANGES_HAS_FAST_MATH - Success
  1155. -- Performing Test RANGES_HAS_VECTORIZE
  1156. -- Performing Test RANGES_HAS_VECTORIZE - Failed
  1157. -- Performing Test RANGES_HAS_SIZED_DEALLOCATION
  1158. -- Performing Test RANGES_HAS_SIZED_DEALLOCATION - Success
  1159. -- Performing Test RANGES_HAS_MARCH_NATIVE
  1160. -- Performing Test RANGES_HAS_MARCH_NATIVE - Success
  1161. -- Performing Test RANGES_HAS_MTUNE_NATIVE
  1162. -- Performing Test RANGES_HAS_MTUNE_NATIVE - Success
  1163. -- Performing Test RANGE_V3_ALIGNED_NEW_PROBE
  1164. -- Performing Test RANGE_V3_ALIGNED_NEW_PROBE - Success
  1165. -- Performing Test RANGE_V3_HAS_FCONCEPTS
  1166. -- Performing Test RANGE_V3_HAS_FCONCEPTS - Success
  1167. Fetching cpptrace...
  1168. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1169. Calling FetchContent_Populate(cpptrace) is deprecated, call
  1170. FetchContent_MakeAvailable(cpptrace) instead. Policy CMP0169 can be set to
  1171. OLD to allow FetchContent_Populate(cpptrace) to be called directly for now,
  1172. but the ability to call it with declared details will be removed completely
  1173. in a future version.
  1174. Call Stack (most recent call first):
  1175. cmake/utils.cmake:31 (FetchContent_Populate)
  1176. cmake/cpptrace.cmake:35 (FetchContent_MakeAvailableWithArgs)
  1177. CMakeLists.txt:191 (include)
  1178. This warning is for project developers. Use -Wno-dev to suppress it.
  1179.  
  1180. In cpptrace: CPPTRACE_GET_SYMBOLS_WITH_ADDR2LINE set to ON
  1181. -- Performing Test HAS_CXXABI
  1182. -- Performing Test HAS_CXXABI - Success
  1183. -- Performing Test HAS_ATTRIBUTE_PACKED
  1184. -- Performing Test HAS_ATTRIBUTE_PACKED - Success
  1185. -- Performing Test HAS_UNWIND
  1186. -- Performing Test HAS_UNWIND - Success
  1187. -- Performing Test HAS_EXECINFO
  1188. -- Performing Test HAS_EXECINFO - Success
  1189. -- Cpptrace HAS_CXX20_MODULES: No
  1190. -- Performing Test HAS_BACKTRACE
  1191. -- Performing Test HAS_BACKTRACE - Failed
  1192. -- Performing Test HAS_CXX_EXCEPTION_TYPE
  1193. -- Performing Test HAS_CXX_EXCEPTION_TYPE - Success
  1194. -- Performing Test HAS_DL_FIND_OBJECT
  1195. -- Performing Test HAS_DL_FIND_OBJECT - Success
  1196. -- Cpptrace auto config: Using libgcc unwind for unwinding
  1197. -- Cpptrace auto config: Using cxxabi for demangling
  1198. -- Cpptrace: Using /usr/bin/addr2line for addr2line path
  1199. CMake Warning (dev) at /usr/share/cmake/Modules/FetchContent.cmake:1953 (message):
  1200. Calling FetchContent_Populate(luajit) is deprecated, call
  1201. FetchContent_MakeAvailable(luajit) instead. Policy CMP0169 can be set to
  1202. OLD to allow FetchContent_Populate(luajit) to be called directly for now,
  1203. but the ability to call it with declared details will be removed completely
  1204. in a future version.
  1205. Call Stack (most recent call first):
  1206. cmake/luajit.cmake:48 (FetchContent_Populate)
  1207. CMakeLists.txt:194 (include)
  1208. This warning is for project developers. Use -Wno-dev to suppress it.
  1209.  
  1210. -- Configuring done (133.0s)
  1211. -- Generating done (0.2s)
  1212. -- Build files have been written to: /home/jasper/kv-test/kvrocks/build
  1213. $ /usr/bin/cmake --build . -j8 -t kvrocks kvrocks2redis
  1214. [58/652] Building CXX object _deps/tbb-build/src/tbb/CMakeFiles/tbb.dir/arena.cpp.o
  1215. In file included from /usr/include/c++/15.2.1/atomic:52,
  1216. from /home/jasper/kv-test/kvrocks/build/_deps/tbb-src/src/tbb/../../include/oneapi/tbb/detail/_utils.h:22,
  1217. from /home/jasper/kv-test/kvrocks/build/_deps/tbb-src/src/tbb/task_dispatcher.h:20,
  1218. from /home/jasper/kv-test/kvrocks/build/_deps/tbb-src/src/tbb/arena.cpp:17:
  1219. In member function ‘void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = bool]’,
  1220. inlined from ‘void std::atomic<bool>::store(bool, std::memory_order)’ at /usr/include/c++/15.2.1/atomic:113:20,
  1221. inlined from ‘void tbb::detail::r1::concurrent_monitor_base<Context>::notify_one_relaxed() [with Context = long unsigned int]’ at /home/jasper/kv-test/kvrocks/build/_deps/tbb-src/src/tbb/concurrent_monitor.h:300:53:
  1222. /usr/include/c++/15.2.1/bits/atomic_base.h:477:25: warning: ‘void __atomic_store_1(volatile void*, unsigned char, int)’ writing 1 byte into a region of size 0 overflows the destination [-Wstringop-overflow=]
  1223. 477 | __atomic_store_n(&_M_i, __i, int(__m));
  1224. | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  1225. In member function ‘void tbb::detail::r1::concurrent_monitor_base<Context>::notify_one_relaxed() [with Context = long unsigned int]’:
  1226. cc1plus: note: destination object is likely at address zero
  1227. [71/652] cd /home/jasper/kv-test/kvrocks/build/_deps/lz4-src/lib && make CC=/usr/bin/cc -j4 liblz4.a
  1228. compiling static library
  1229. [83/652] cd /home/jasper/kv-test/kvrocks/build/_deps/zstd-src/lib && make -j4 CC=/usr/bin/cc libzstd.a
  1230. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/debug.o
  1231. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/entropy_common.o
  1232. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/error_private.o
  1233. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/fse_decompress.o
  1234. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/pool.o
  1235. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/threading.o
  1236. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/xxhash.o
  1237. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_common.o
  1238. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_v05.o
  1239. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_v06.o
  1240. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_v07.o
  1241. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/fse_compress.o
  1242. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/hist.o
  1243. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/huf_compress.o
  1244. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_compress.o
  1245. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_compress_literals.o
  1246. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_compress_sequences.o
  1247. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_compress_superblock.o
  1248. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_double_fast.o
  1249. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_fast.o
  1250. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_lazy.o
  1251. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_ldm.o
  1252. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_opt.o
  1253. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_preSplit.o
  1254. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstdmt_compress.o
  1255. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/huf_decompress.o
  1256. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_ddict.o
  1257. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_decompress.o
  1258. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zstd_decompress_block.o
  1259. AS obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/huf_decompress_amd64.o
  1260. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/cover.o
  1261. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/divsufsort.o
  1262. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/fastcover.o
  1263. CC obj/conf_85c2bcca0b28cbcdf5384ebf8e16b4c9/static/zdict.o
  1264. compiling single-threaded static library 1.5.7
  1265. [94/652] Building C object _deps/libevent-build/CMakeFiles/event_core_static.dir/evutil.c.o
  1266. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c:213:21: warning: argument 4 of type ‘int[2]’ with mismatched bound [-Warray-parameter=]
  1267. 213 | evutil_socket_t fd[2])
  1268. In file included from /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c:85:
  1269. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/include/event2/util.h:310:25: note: previously declared as ‘int[]’
  1270. 310 | #define evutil_socket_t int
  1271. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/util-internal.h:306:47: note: in expansion of macro ‘evutil_socket_t’
  1272. 306 | int evutil_ersatz_socketpair_(int, int , int, evutil_socket_t[]);
  1273. | ^~~~~~~~~~~~~~~
  1274. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c: In function ‘evutil_sockaddr_is_loopback_’:
  1275. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c:2535:13: warning: initializer-string for array of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (17 chars into 16 available) [-Wunterminated-string-initialization]
  1276. 2535 | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1";
  1277. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1278. [102/652] Building C object _deps/libevent-build/CMakeFiles/event_core_static.dir/event.c.o
  1279. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c: In function ‘event_signal_closure’:
  1280. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c:1362:32: warning: storing the address of local variable ‘ncalls’ in ‘*ev.ev_.ev_signal.ev_pncalls’ [-Wdangling-pointer=]
  1281. 1362 | ev->ev_pncalls = &ncalls;
  1282. | ~~~~~~~~~~~~~~~^~~~~~~~~
  1283. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c:1356:15: note: ‘ncalls’ declared here
  1284. 1356 | short ncalls;
  1285. | ^~~~~~
  1286. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c:1354:61: note: ‘ev’ declared here
  1287. 1354 | event_signal_closure(struct event_base *base, struct event *ev)
  1288. | ~~~~~~~~~~~~~~^~
  1289. [114/652] Building C object _deps/libevent-build/CMakeFiles/event_static.dir/event.c.o
  1290. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c: In function ‘event_signal_closure’:
  1291. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c:1362:32: warning: storing the address of local variable ‘ncalls’ in ‘*ev.ev_.ev_signal.ev_pncalls’ [-Wdangling-pointer=]
  1292. 1362 | ev->ev_pncalls = &ncalls;
  1293. | ~~~~~~~~~~~~~~~^~~~~~~~~
  1294. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c:1356:15: note: ‘ncalls’ declared here
  1295. 1356 | short ncalls;
  1296. | ^~~~~~
  1297. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/event.c:1354:61: note: ‘ev’ declared here
  1298. 1354 | event_signal_closure(struct event_base *base, struct event *ev)
  1299. | ~~~~~~~~~~~~~~^~
  1300. [117/652] Building C object _deps/libevent-build/CMakeFiles/event_static.dir/evutil.c.o
  1301. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c:213:21: warning: argument 4 of type ‘int[2]’ with mismatched bound [-Warray-parameter=]
  1302. 213 | evutil_socket_t fd[2])
  1303. In file included from /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c:85:
  1304. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/include/event2/util.h:310:25: note: previously declared as ‘int[]’
  1305. 310 | #define evutil_socket_t int
  1306. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/util-internal.h:306:47: note: in expansion of macro ‘evutil_socket_t’
  1307. 306 | int evutil_ersatz_socketpair_(int, int , int, evutil_socket_t[]);
  1308. | ^~~~~~~~~~~~~~~
  1309. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c: In function ‘evutil_sockaddr_is_loopback_’:
  1310. /home/jasper/kv-test/kvrocks/build/_deps/libevent-src/evutil.c:2535:13: warning: initializer-string for array of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (17 chars into 16 available) [-Wunterminated-string-initialization]
  1311. 2535 | "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1";
  1312. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1313. [179/652] cd /home/jasper/kv-test/kvrocks/build/_deps/luajit-src/src && make libluajit.a -j4 CFLAGS=-DLUA_ANSI\ -DENABLE_CJSON_GLOBAL\ -DREDIS_STATIC=\ -DLUA_USE_MKSTEMP
  1314. HOSTCC host/minilua.o
  1315. HOSTCC host/buildvm_asm.o
  1316. HOSTCC host/buildvm_lib.o
  1317. HOSTCC host/buildvm_peobj.o
  1318. HOSTCC host/buildvm_fold.o
  1319. CC lj_assert.o
  1320. CC lj_gc.o
  1321. CC lj_char.o
  1322. CC lj_obj.o
  1323. CC lj_buf.o
  1324. CC lj_str.o
  1325. CC lj_tab.o
  1326. CC lj_func.o
  1327. CC lj_udata.o
  1328. CC lj_meta.o
  1329. CC lj_debug.o
  1330. CC lj_prng.o
  1331. CC lj_state.o
  1332. CC lj_vmevent.o
  1333. CC lj_vmmath.o
  1334. CC lj_strscan.o
  1335. CC lj_strfmt.o
  1336. CC lj_strfmt_num.o
  1337. CC lj_serialize.o
  1338. CC lj_api.o
  1339. CC lj_profile.o
  1340. CC lj_lex.o
  1341. CC lj_parse.o
  1342. CC lj_bcread.o
  1343. CC lj_bcwrite.o
  1344. CC lj_load.o
  1345. CC lj_ir.o
  1346. CC lj_opt_mem.o
  1347. CC lj_opt_narrow.o
  1348. CC lj_opt_dce.o
  1349. CC lj_opt_loop.o
  1350. CC lj_opt_split.o
  1351. CC lj_opt_sink.o
  1352. CC lj_mcode.o
  1353. CC lj_snap.o
  1354. CC lj_asm.o
  1355. CC lj_trace.o
  1356. CC lj_gdbjit.o
  1357. CC lj_ctype.o
  1358. CC lj_cdata.o
  1359. CC lj_cconv.o
  1360. CC lj_ccall.o
  1361. CC lj_ccallback.o
  1362. CC lj_clib.o
  1363. CC lj_carith.o
  1364. CC lj_cparse.o
  1365. CC lj_lib.o
  1366. CC lj_alloc.o
  1367. CC lib_aux.o
  1368. CC lib_package.o
  1369. CC lua_cjson.o
  1370. CC lua_struct.o
  1371. CC lua_cmsgpack.o
  1372. CC strbuf.o
  1373. CC fpconv.o
  1374. CC lib_init.o
  1375. HOSTLINK host/minilua
  1376. DYNASM host/buildvm_arch.h
  1377. HOSTCC host/buildvm.o
  1378. HOSTLINK host/buildvm
  1379. BUILDVM lj_vm.S
  1380. BUILDVM lj_ffdef.h
  1381. BUILDVM lj_bcdef.h
  1382. BUILDVM lj_folddef.h
  1383. BUILDVM lj_recdef.h
  1384. ASM lj_vm.o
  1385. BUILDVM lj_libdef.h
  1386. CC lj_err.o
  1387. CC lj_bc.o
  1388. CC lj_dispatch.o
  1389. CC lj_record.o
  1390. CC lj_crecord.o
  1391. CC lj_ffrecord.o
  1392. CC lib_base.o
  1393. CC lib_math.o
  1394. CC lib_bit.o
  1395. CC lib_string.o
  1396. CC lib_table.o
  1397. CC lib_io.o
  1398. CC lib_os.o
  1399. CC lib_debug.o
  1400. CC lib_jit.o
  1401. CC lib_ffi.o
  1402. CC lib_buffer.o
  1403. CC lj_opt_fold.o
  1404. AR libluajit.a
  1405. [194/652] cd /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-build && make -j4
  1406. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/jemalloc.c
  1407. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/arena.c
  1408. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/background_thread.c
  1409. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/base.c
  1410. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bin.c
  1411. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin_info.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bin_info.c
  1412. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bitmap.c
  1413. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/buf_writer.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/buf_writer.c
  1414. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/cache_bin.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/cache_bin.c
  1415. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ckh.c
  1416. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/counter.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/counter.c
  1417. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ctl.c
  1418. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/decay.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/decay.c
  1419. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/div.c
  1420. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ecache.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ecache.c
  1421. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/edata.c
  1422. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata_cache.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/edata_cache.c
  1423. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ehooks.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ehooks.c
  1424. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/emap.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/emap.c
  1425. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/eset.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/eset.c
  1426. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/exp_grow.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/exp_grow.c
  1427. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent.c
  1428. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent_dss.c
  1429. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent_mmap.c
  1430. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/fxp.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/fxp.c
  1431. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/san.c
  1432. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san_bump.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/san_bump.c
  1433. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hook.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hook.c
  1434. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpa.c
  1435. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa_hooks.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpa_hooks.c
  1436. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpdata.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpdata.c
  1437. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/inspect.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/inspect.c
  1438. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/large.c
  1439. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/log.c
  1440. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/malloc_io.c
  1441. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/mutex.c
  1442. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/nstime.c
  1443. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pa.c
  1444. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa_extra.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pa_extra.c
  1445. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pai.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pai.c
  1446. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pac.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pac.c
  1447. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pages.c
  1448. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/peak_event.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/peak_event.c
  1449. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof.c
  1450. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_data.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_data.c
  1451. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_log.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_log.c
  1452. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_recent.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_recent.c
  1453. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_stats.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_stats.c
  1454. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_sys.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_sys.c
  1455. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/psset.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/psset.c
  1456. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/rtree.c
  1457. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/safety_check.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/safety_check.c
  1458. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sc.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sc.c
  1459. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sec.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sec.c
  1460. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/stats.c
  1461. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sz.c
  1462. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/tcache.c
  1463. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/test_hooks.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/test_hooks.c
  1464. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/thread_event.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/thread_event.c
  1465. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ticker.c
  1466. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/tsd.c
  1467. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/witness.c
  1468. nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
  1469. nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym
  1470. nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym
  1471. nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym
  1472. nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym
  1473. nm -a src/bin_info.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin_info.sym
  1474. nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
  1475. nm -a src/buf_writer.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/buf_writer.sym
  1476. nm -a src/cache_bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/cache_bin.sym
  1477. nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
  1478. nm -a src/counter.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/counter.sym
  1479. nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
  1480. nm -a src/decay.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/decay.sym
  1481. nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
  1482. nm -a src/ecache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ecache.sym
  1483. nm -a src/edata.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/edata.sym
  1484. nm -a src/edata_cache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/edata_cache.sym
  1485. nm -a src/ehooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ehooks.sym
  1486. nm -a src/emap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/emap.sym
  1487. nm -a src/eset.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/eset.sym
  1488. nm -a src/exp_grow.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/exp_grow.sym
  1489. nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym
  1490. nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym
  1491. nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym
  1492. nm -a src/fxp.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/fxp.sym
  1493. nm -a src/san.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/san.sym
  1494. nm -a src/san_bump.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/san_bump.sym
  1495. nm -a src/hook.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hook.sym
  1496. nm -a src/hpa.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hpa.sym
  1497. nm -a src/hpa_hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hpa_hooks.sym
  1498. nm -a src/hpdata.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hpdata.sym
  1499. nm -a src/inspect.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/inspect.sym
  1500. nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym
  1501. nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym
  1502. nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym
  1503. nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym
  1504. nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
  1505. nm -a src/pa.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pa.sym
  1506. nm -a src/pa_extra.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pa_extra.sym
  1507. nm -a src/pai.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pai.sym
  1508. nm -a src/pac.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pac.sym
  1509. nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
  1510. nm -a src/peak_event.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/peak_event.sym
  1511. nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
  1512. nm -a src/prof_data.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_data.sym
  1513. nm -a src/prof_log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_log.sym
  1514. nm -a src/prof_stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_stats.sym
  1515. nm -a src/prof_recent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_recent.sym
  1516. nm -a src/prof_sys.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof_sys.sym
  1517. nm -a src/psset.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/psset.sym
  1518. nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym
  1519. nm -a src/safety_check.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/safety_check.sym
  1520. nm -a src/sc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sc.sym
  1521. nm -a src/sec.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sec.sym
  1522. nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
  1523. nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
  1524. nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
  1525. nm -a src/test_hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/test_hooks.sym
  1526. nm -a src/thread_event.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/thread_event.sym
  1527. nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym
  1528. nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym
  1529. nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym
  1530. /bin/sh /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bin_info.sym src/bitmap.sym src/buf_writer.sym src/cache_bin.sym src/ckh.sym src/counter.sym src/ctl.sym src/decay.sym src/div.sym src/ecache.sym src/edata.sym src/edata_cache.sym src/ehooks.sym src/emap.sym src/eset.sym src/exp_grow.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/fxp.sym src/san.sym src/san_bump.sym src/hook.sym src/hpa.sym src/hpa_hooks.sym src/hpdata.sym src/inspect.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/nstime.sym src/pa.sym src/pa_extra.sym src/pai.sym src/pac.sym src/pages.sym src/peak_event.sym src/prof.sym src/prof_data.sym src/prof_log.sym src/prof_recent.sym src/prof_stats.sym src/prof_sys.sym src/psset.sym src/rtree.sym src/safety_check.sym src/sc.sym src/sec.sym src/stats.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/thread_event.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h
  1531. cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.h
  1532. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/jemalloc.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/jemalloc.c
  1533. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/arena.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/arena.c
  1534. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/background_thread.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/background_thread.c
  1535. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/base.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/base.c
  1536. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/bin.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bin.c
  1537. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/bin_info.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bin_info.c
  1538. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/bitmap.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bitmap.c
  1539. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/buf_writer.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/buf_writer.c
  1540. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/cache_bin.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/cache_bin.c
  1541. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ckh.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ckh.c
  1542. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/counter.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/counter.c
  1543. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ctl.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ctl.c
  1544. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/decay.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/decay.c
  1545. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/div.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/div.c
  1546. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ecache.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ecache.c
  1547. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/edata.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/edata.c
  1548. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/edata_cache.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/edata_cache.c
  1549. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ehooks.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ehooks.c
  1550. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/emap.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/emap.c
  1551. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/eset.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/eset.c
  1552. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/exp_grow.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/exp_grow.c
  1553. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/extent.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent.c
  1554. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/extent_dss.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent_dss.c
  1555. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/extent_mmap.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent_mmap.c
  1556. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/fxp.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/fxp.c
  1557. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/san.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/san.c
  1558. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/san_bump.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/san_bump.c
  1559. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hook.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hook.c
  1560. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hpa.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpa.c
  1561. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hpa_hooks.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpa_hooks.c
  1562. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hpdata.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpdata.c
  1563. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/inspect.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/inspect.c
  1564. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/large.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/large.c
  1565. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/log.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/log.c
  1566. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/malloc_io.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/malloc_io.c
  1567. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/mutex.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/mutex.c
  1568. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/nstime.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/nstime.c
  1569. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pa.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pa.c
  1570. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pa_extra.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pa_extra.c
  1571. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pai.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pai.c
  1572. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pac.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pac.c
  1573. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pages.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pages.c
  1574. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/peak_event.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/peak_event.c
  1575. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof.c
  1576. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_data.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_data.c
  1577. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_log.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_log.c
  1578. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_recent.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_recent.c
  1579. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_stats.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_stats.c
  1580. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_sys.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_sys.c
  1581. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/psset.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/psset.c
  1582. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/rtree.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/rtree.c
  1583. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/safety_check.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/safety_check.c
  1584. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/sc.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sc.c
  1585. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/sec.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sec.c
  1586. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/stats.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/stats.c
  1587. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/sz.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sz.c
  1588. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/tcache.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/tcache.c
  1589. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/test_hooks.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/test_hooks.c
  1590. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/thread_event.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/thread_event.c
  1591. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ticker.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ticker.c
  1592. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/tsd.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/tsd.c
  1593. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/witness.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/witness.c
  1594. /usr/bin/c++ -std=c++17 -Wall -Wextra -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/jemalloc_cpp.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/jemalloc_cpp.cpp
  1595. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/jemalloc.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/jemalloc.c
  1596. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/arena.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/arena.c
  1597. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/background_thread.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/background_thread.c
  1598. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/base.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/base.c
  1599. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/bin.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bin.c
  1600. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/bin_info.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bin_info.c
  1601. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/bitmap.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/bitmap.c
  1602. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/buf_writer.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/buf_writer.c
  1603. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/cache_bin.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/cache_bin.c
  1604. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ckh.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ckh.c
  1605. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/counter.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/counter.c
  1606. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ctl.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ctl.c
  1607. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/decay.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/decay.c
  1608. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/div.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/div.c
  1609. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ecache.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ecache.c
  1610. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/edata.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/edata.c
  1611. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/edata_cache.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/edata_cache.c
  1612. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ehooks.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ehooks.c
  1613. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/emap.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/emap.c
  1614. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/eset.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/eset.c
  1615. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/exp_grow.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/exp_grow.c
  1616. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/extent.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent.c
  1617. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/extent_dss.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent_dss.c
  1618. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/extent_mmap.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/extent_mmap.c
  1619. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/fxp.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/fxp.c
  1620. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/san.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/san.c
  1621. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/san_bump.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/san_bump.c
  1622. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hook.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hook.c
  1623. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hpa.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpa.c
  1624. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hpa_hooks.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpa_hooks.c
  1625. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/hpdata.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/hpdata.c
  1626. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/inspect.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/inspect.c
  1627. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/large.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/large.c
  1628. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/log.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/log.c
  1629. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/malloc_io.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/malloc_io.c
  1630. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/mutex.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/mutex.c
  1631. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/nstime.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/nstime.c
  1632. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pa.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pa.c
  1633. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pa_extra.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pa_extra.c
  1634. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pai.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pai.c
  1635. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pac.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pac.c
  1636. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/pages.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/pages.c
  1637. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/peak_event.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/peak_event.c
  1638. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof.c
  1639. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_data.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_data.c
  1640. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_log.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_log.c
  1641. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_recent.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_recent.c
  1642. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_stats.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_stats.c
  1643. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/prof_sys.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/prof_sys.c
  1644. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/psset.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/psset.c
  1645. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/rtree.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/rtree.c
  1646. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/safety_check.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/safety_check.c
  1647. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/sc.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sc.c
  1648. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/sec.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sec.c
  1649. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/stats.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/stats.c
  1650. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/sz.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/sz.c
  1651. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/tcache.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/tcache.c
  1652. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/test_hooks.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/test_hooks.c
  1653. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/thread_event.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/thread_event.c
  1654. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/ticker.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/ticker.c
  1655. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/tsd.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/tsd.c
  1656. /usr/bin/cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/witness.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/witness.c
  1657. /usr/bin/c++ -std=c++17 -Wall -Wextra -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -I/home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/include -o src/jemalloc_cpp.pic.o /home/jasper/kv-test/kvrocks/build/_deps/jemalloc-src/src/jemalloc_cpp.cpp
  1658. ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bin_info.o src/bitmap.o src/buf_writer.o src/cache_bin.o src/ckh.o src/counter.o src/ctl.o src/decay.o src/div.o src/ecache.o src/edata.o src/edata_cache.o src/ehooks.o src/emap.o src/eset.o src/exp_grow.o src/extent.o src/extent_dss.o src/extent_mmap.o src/fxp.o src/san.o src/san_bump.o src/hook.o src/hpa.o src/hpa_hooks.o src/hpdata.o src/inspect.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/nstime.o src/pa.o src/pa_extra.o src/pai.o src/pac.o src/pages.o src/peak_event.o src/prof.o src/prof_data.o src/prof_log.o src/prof_recent.o src/prof_stats.o src/prof_sys.o src/psset.o src/rtree.o src/safety_check.o src/sc.o src/sec.o src/stats.o src/sz.o src/tcache.o src/test_hooks.o src/thread_event.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o
  1659. ar: `u' modifier ignored since `D' is the default (see `U')
  1660. ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bin_info.pic.o src/bitmap.pic.o src/buf_writer.pic.o src/cache_bin.pic.o src/ckh.pic.o src/counter.pic.o src/ctl.pic.o src/decay.pic.o src/div.pic.o src/ecache.pic.o src/edata.pic.o src/edata_cache.pic.o src/ehooks.pic.o src/emap.pic.o src/eset.pic.o src/exp_grow.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/fxp.pic.o src/san.pic.o src/san_bump.pic.o src/hook.pic.o src/hpa.pic.o src/hpa_hooks.pic.o src/hpdata.pic.o src/inspect.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/nstime.pic.o src/pa.pic.o src/pa_extra.pic.o src/pai.pic.o src/pac.pic.o src/pages.pic.o src/peak_event.pic.o src/prof.pic.o src/prof_data.pic.o src/prof_log.pic.o src/prof_recent.pic.o src/prof_stats.pic.o src/prof_sys.pic.o src/psset.pic.o src/rtree.pic.o src/safety_check.pic.o src/sc.pic.o src/sec.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/test_hooks.pic.o src/thread_event.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/jemalloc_cpp.pic.o
  1661. ar: `u' modifier ignored since `D' is the default (see `U')
  1662. [575/652] Building CXX object CMakeFiles/kvrocks_objs.dir/src/commands/cmd_search.cc.o
  1663. In file included from /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:32:
  1664. /home/jasper/kv-test/kvrocks/src/search/redis_query_transformer.h: In member function ‘StatusOr<std::unique_ptr<kqir::Node> > kqir::redis_query::Transformer::Transform(const kqir::TreeTransformer::TreeNode&)’:
  1665. /home/jasper/kv-test/kvrocks/src/search/redis_query_transformer.h:205:3: warning: control reaches end of non-void function [-Wreturn-type]
  1666. 205 | } // NOLINT
  1667. | ^
  1668. [651/652] Linking CXX executable kvrocks2redis
  1669. In member function ‘deallocate’,
  1670. inlined from ‘deallocate’ at /usr/include/c++/15.2.1/bits/alloc_traits.h:649:23,
  1671. inlined from ‘_M_destroy’ at /usr/include/c++/15.2.1/bits/basic_string.h:305:34,
  1672. inlined from ‘_M_dispose’ at /usr/include/c++/15.2.1/bits/basic_string.h:299:14,
  1673. inlined from ‘__dt_base ’ at /usr/include/c++/15.2.1/bits/basic_string.h:896:19,
  1674. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:170:3,
  1675. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:362:23,
  1676. inlined from ‘Execute’ at /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25:
  1677. /usr/include/c++/15.2.1/bits/new_allocator.h:172:66: warning: ‘operator delete’ called on unallocated object ‘<anonymous>’ [-Wfree-nonheap-object]
  1678. 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  1679. | ^
  1680. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc: In member function ‘Execute’:
  1681. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25: note: declared here
  1682. 543 | auto field_values = GET_OR_RET(srv->index_mgr.TagValues(ctx, index_name, tag_field_name, conn->GetNamespace()));
  1683. | ^
  1684. In member function ‘deallocate’,
  1685. inlined from ‘deallocate’ at /usr/include/c++/15.2.1/bits/alloc_traits.h:649:23,
  1686. inlined from ‘_M_destroy’ at /usr/include/c++/15.2.1/bits/basic_string.h:305:34,
  1687. inlined from ‘_M_dispose’ at /usr/include/c++/15.2.1/bits/basic_string.h:299:14,
  1688. inlined from ‘__dt_base ’ at /usr/include/c++/15.2.1/bits/basic_string.h:896:19,
  1689. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:170:3,
  1690. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:362:23,
  1691. inlined from ‘Execute’ at /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25:
  1692. /usr/include/c++/15.2.1/bits/new_allocator.h:172:66: warning: ‘operator delete’ called on unallocated object ‘<anonymous>’ [-Wfree-nonheap-object]
  1693. 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  1694. | ^
  1695. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc: In member function ‘Execute’:
  1696. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25: note: declared here
  1697. 543 | auto field_values = GET_OR_RET(srv->index_mgr.TagValues(ctx, index_name, tag_field_name, conn->GetNamespace()));
  1698. | ^
  1699. [652/652] Linking CXX executable kvrocks
  1700. In member function ‘deallocate’,
  1701. inlined from ‘deallocate’ at /usr/include/c++/15.2.1/bits/alloc_traits.h:649:23,
  1702. inlined from ‘_M_destroy’ at /usr/include/c++/15.2.1/bits/basic_string.h:305:34,
  1703. inlined from ‘_M_dispose’ at /usr/include/c++/15.2.1/bits/basic_string.h:299:14,
  1704. inlined from ‘__dt_base ’ at /usr/include/c++/15.2.1/bits/basic_string.h:896:19,
  1705. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:170:3,
  1706. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:362:23,
  1707. inlined from ‘Execute’ at /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25:
  1708. /usr/include/c++/15.2.1/bits/new_allocator.h:172:66: warning: ‘operator delete’ called on unallocated object ‘<anonymous>’ [-Wfree-nonheap-object]
  1709. 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  1710. | ^
  1711. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc: In member function ‘Execute’:
  1712. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25: note: declared here
  1713. 543 | auto field_values = GET_OR_RET(srv->index_mgr.TagValues(ctx, index_name, tag_field_name, conn->GetNamespace()));
  1714. | ^
  1715. In member function ‘deallocate’,
  1716. inlined from ‘deallocate’ at /usr/include/c++/15.2.1/bits/alloc_traits.h:649:23,
  1717. inlined from ‘_M_destroy’ at /usr/include/c++/15.2.1/bits/basic_string.h:305:34,
  1718. inlined from ‘_M_dispose’ at /usr/include/c++/15.2.1/bits/basic_string.h:299:14,
  1719. inlined from ‘__dt_base ’ at /usr/include/c++/15.2.1/bits/basic_string.h:896:19,
  1720. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:170:3,
  1721. inlined from ‘__dt_base ’ at /home/jasper/kv-test/kvrocks/src/common/status.h:362:23,
  1722. inlined from ‘Execute’ at /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25:
  1723. /usr/include/c++/15.2.1/bits/new_allocator.h:172:66: warning: ‘operator delete’ called on unallocated object ‘<anonymous>’ [-Wfree-nonheap-object]
  1724. 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
  1725. | ^
  1726. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc: In member function ‘Execute’:
  1727. /home/jasper/kv-test/kvrocks/src/commands/cmd_search.cc:543:25: note: declared here
  1728. 543 | auto field_values = GET_OR_RET(srv->index_mgr.TagValues(ctx, index_name, tag_field_name, conn->GetNamespace()));
  1729. | ^
  1730.    ~/kv-test/kvrocks    unstable 
Advertisement
Add Comment
Please, Sign In to add comment