Git Product home page Git Product logo

Comments (33)

ChangoBuitrago avatar ChangoBuitrago commented on July 27, 2024 3

Same issue here too. I agree with you @nukemandan, I think it's: google/snappy@8dd58a5

Also, maybe this can help solve it out: invalid output constraint '=@ccz' in asm

Default host: x86_64-apple-darwin
rustup home:  /Users/xxx/.rustup

installed toolchains
--------------------

stable-x86_64-apple-darwin (default)
nightly-x86_64-apple-darwin

installed targets for active toolchain
--------------------------------------

wasm32-unknown-unknown
x86_64-apple-darwin

active toolchain
----------------

nightly-x86_64-apple-darwin (overridden by +toolchain on the command line)
rustc 1.62.0-nightly (e1b71feb5 2022-05-03)

More info: Everything works fine until polkadot-v0.9.17, which includes:

[[package]]
name = "librocksdb-sys"
version = "6.20.3"

the compiling error starts with the following updated version:

[[package]]
name = "librocksdb-sys"
version = "0.6.1+6.28.2"

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024 3

I believe this should be solved in a release of snappy https://github.com/google/snappy/releases/tag/1.1.9 that will be included in https://github.com/facebook/rocksdb/releases/ perhaps 7.2.3...

And finally upstream in substrate. Keep a lookout for a next release of Polkadot that includes a fix 🙏

from substrate-node-template.

gabrielokura avatar gabrielokura commented on July 27, 2024 2

Still getting

error: failed to run custom build command for `tikv-jemalloc-sys v0.4.3+5.2.1-patched.2`

Caused by:
  process didn't exit successfully: `/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-9d0a84b3886f9841/build-script-build` (exit status: 101)
  --- stdout
  TARGET=aarch64-apple-darwin
  HOST=aarch64-apple-darwin
  NUM_JOBS=8
  OUT_DIR="/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out"
  BUILD_DIR="/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/build"
  SRC_DIR="/Users/hypeempreendimentos/.cargo/registry/src/github.com-1ecc6299db9ec823/tikv-jemalloc-sys-0.4.3+5.2.1-patched.2"
  cargo:warning="Unprefixed `malloc` requested on unsupported platform `aarch64-apple-darwin` => using prefixed `malloc`"
  cargo:rustc-cfg=prefixed
  OPT_LEVEL = Some("0")
  TARGET = Some("aarch64-apple-darwin")
  HOST = Some("aarch64-apple-darwin")
  CC_aarch64-apple-darwin = None
  CC_aarch64_apple_darwin = None
  HOST_CC = None
  CC = None
  CFLAGS_aarch64-apple-darwin = None
  CFLAGS_aarch64_apple_darwin = None
  HOST_CFLAGS = None
  CFLAGS = None
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("true")
  CARGO_CFG_TARGET_FEATURE = Some("aes,crc,dit,dotprod,dpb,dpb2,fcma,fhm,flagm,fp16,frintts,jsconv,lor,lse,neon,paca,pacg,pan,pmuv3,ras,rcpc,rcpc2,rdm,sb,sha2,sha3,ssbs,vh")
  CC="cc"
  CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall"
  JEMALLOC_REPO_DIR="jemalloc"
  --with-jemalloc-prefix=_rjem_
  running: "sh" "/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/build/configure" "--disable-cxx" "--with-jemalloc-prefix=_rjem_" "--with-private-namespace=_rjem_" "--host=aarch64-apple-darwin" "--build=aarch64-apple-darwin" "--prefix=/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out"
  checking for xsltproc... /usr/bin/xsltproc
  checking for aarch64-apple-darwin-gcc... cc
  checking whether the C compiler works... yes
  checking for C compiler default output file name... a.out
  checking for suffix of executables... 
  checking whether we are cross compiling... no
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether cc accepts -g... yes
  checking for cc option to accept ISO C89... none needed
  checking whether compiler is cray... no
  checking whether compiler supports -std=gnu11... yes
  checking whether compiler supports -Wall... yes
  checking whether compiler supports -Wextra... yes
  checking whether compiler supports -Wshorten-64-to-32... yes
  checking whether compiler supports -Wsign-compare... yes
  checking whether compiler supports -Wundef... yes
  checking whether compiler supports -Wno-format-zero-length... yes
  checking whether compiler supports -pipe... yes
  checking whether compiler supports -g3... yes
  checking how to run the C preprocessor... cc -E
  checking for grep that handles long lines and -e... /usr/bin/grep
  checking for egrep... /usr/bin/grep -E
  checking for ANSI C header files... yes
  checking for sys/types.h... yes
  checking for sys/stat.h... yes
  checking for stdlib.h... yes
  checking for string.h... yes
  checking for memory.h... yes
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking whether byte ordering is bigendian... no
  checking size of void *... 8
  checking size of int... 4
  checking size of long... 8
  checking size of long long... 8
  checking size of intmax_t... 8
  checking build system type... aarch64-apple-darwin
  checking host system type... aarch64-apple-darwin
  checking number of significant virtual address bits... 48
  checking for aarch64-apple-darwin-ar... no
  checking for ar... ar
  checking for aarch64-apple-darwin-nm... no
  checking for nm... nm
  checking for gawk... no
  checking for mawk... no
  checking for nawk... no
  checking for awk... awk
  checking malloc.h usability... no
  checking malloc.h presence... no
  checking for malloc.h... no
  checking for library containing log... none required
  checking whether __attribute__ syntax is compilable... yes
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether tls_model attribute is compilable... yes
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether alloc_size attribute is compilable... yes
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether format(gnu_printf, ...) attribute is compilable... no
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether format(printf, ...) attribute is compilable... yes
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether format(printf, ...) attribute is compilable... yes
  checking for a BSD-compatible install... /usr/bin/install -c
  checking for aarch64-apple-darwin-ranlib... no
  checking for ranlib... ranlib
  checking for ld... /usr/bin/ld
  checking for autoconf... false
  checking for memalign... no
  checking for valloc... yes
  checking whether compiler supports -O3... yes
  checking whether compiler supports -O3... no
  checking whether compiler supports -funroll-loops... yes
  checking configured backtracing method... N/A
  checking for sbrk... yes
  Disabling dss allocation because sbrk is deprecated
  checking whether utrace(2) is compilable... no
  checking whether a program using __builtin_unreachable is compilable... yes
  checking whether a program using __builtin_ffsl is compilable... yes
  checking whether a program using __builtin_popcountl is compilable... yes
  checking LG_PAGE... 14
  checking pthread.h usability... yes
  checking pthread.h presence... yes
  checking for pthread.h... yes
  checking for pthread_create in -lpthread... yes
  checking dlfcn.h usability... yes
  checking dlfcn.h presence... yes
  checking for dlfcn.h... yes
  checking for dlsym... yes
  checking whether pthread_atfork(3) is compilable... yes
  checking whether pthread_setname_np(3) is compilable... no
  checking for library containing clock_gettime... none required
  checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... no
  checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... no
  checking whether mach_absolute_time() is compilable... yes
  checking whether compiler supports -Werror... yes
  checking whether syscall(2) is compilable... no
  checking for secure_getenv... no
  checking for sched_getcpu... no
  checking for sched_setaffinity... no
  checking for issetugid... yes
  checking for _malloc_thread_cleanup... no
  checking for _pthread_mutex_init_calloc_cb... no
  checking whether C11 atomics is compilable... yes
  checking whether GCC __atomic atomics is compilable... yes
  checking whether GCC 8-bit __atomic atomics is compilable... yes
  checking whether GCC __sync atomics is compilable... yes
  checking whether GCC 8-bit __sync atomics is compilable... yes
  checking whether Darwin OSAtomic*() is compilable... yes
  checking whether madvise(2) is compilable... yes
  checking whether madvise(..., MADV_FREE) is compilable... yes
  checking whether madvise(..., MADV_DONTNEED) is compilable... yes
  checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... no
  checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... no
  checking for __builtin_clz... yes
  checking whether Darwin os_unfair_lock_*() is compilable... yes
  checking whether glibc malloc hook is compilable... no
  checking whether glibc memalign hook is compilable... no
  checking whether pthreads adaptive mutexes is compilable... no
  checking whether compiler supports -D_GNU_SOURCE... yes
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether strerror_r returns char with gnu source is compilable... no
  checking for stdbool.h that conforms to C99... yes
  checking for _Bool... yes
  configure: creating ./config.status
  config.status: creating Makefile
  config.status: creating jemalloc.pc
  config.status: creating doc/html.xsl
  config.status: creating doc/manpages.xsl
  config.status: creating doc/jemalloc.xml
  config.status: creating include/jemalloc/jemalloc_macros.h
  config.status: creating include/jemalloc/jemalloc_protos.h
  config.status: creating include/jemalloc/jemalloc_typedefs.h
  config.status: creating include/jemalloc/internal/jemalloc_preamble.h
  config.status: creating test/test.sh
  config.status: creating test/include/test/jemalloc_test.h
  config.status: creating config.stamp
  config.status: creating bin/jemalloc-config
  config.status: creating bin/jemalloc.sh
  config.status: creating bin/jeprof
  config.status: creating include/jemalloc/jemalloc_defs.h
  config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
  config.status: creating test/include/test/jemalloc_test_defs.h
  config.status: executing include/jemalloc/internal/public_symbols.txt commands
  config.status: executing include/jemalloc/internal/private_symbols.awk commands
  config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands
  config.status: executing include/jemalloc/internal/public_namespace.h commands
  config.status: executing include/jemalloc/internal/public_unnamespace.h commands
  config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
  config.status: executing include/jemalloc/jemalloc_rename.h commands
  config.status: executing include/jemalloc/jemalloc_mangle.h commands
  config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
  config.status: executing include/jemalloc/jemalloc.h commands
  ===============================================================================
  jemalloc version   : 5.2.1-2-g172143a2979d9d948035423ce347e35cd1388fc3
  library revision   : 2

  CONFIG             : --disable-cxx --with-jemalloc-prefix=_rjem_ --with-private-namespace=_rjem_ --host=aarch64-apple-darwin --build=aarch64-apple-darwin '--prefix=/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out' build_alias=aarch64-apple-darwin host_alias=aarch64-apple-darwin CC=cc 'CFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall' 'LDFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall' 'CPPFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall'
  CC                 : cc
  CONFIGURE_CFLAGS   : -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops
  SPECIFIED_CFLAGS   : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall
  EXTRA_CFLAGS       : 
  CPPFLAGS           : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT
  CXX                : 
  CONFIGURE_CXXFLAGS : 
  SPECIFIED_CXXFLAGS : 
  EXTRA_CXXFLAGS     : 
  LDFLAGS            : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall
  EXTRA_LDFLAGS      : 
  DSO_LDFLAGS        : -shared -Wl,-install_name,$(LIBDIR)/$(@F)
  LIBS               : -pthread
  RPATH_EXTRA        : 

  XSLTPROC           : /usr/bin/xsltproc
  XSLROOT            : 

  PREFIX             : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out
  BINDIR             : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/bin
  DATADIR            : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/share
  INCLUDEDIR         : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/include
  LIBDIR             : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/lib
  MANDIR             : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/share/man

  srcroot            : 
  abs_srcroot        : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/build/
  objroot            : 
  abs_objroot        : /Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/build/

  JEMALLOC_PREFIX    : _rjem_
  JEMALLOC_PRIVATE_NAMESPACE
                     : _rjem_je_
  install_suffix     : 
  malloc_conf        : 
  documentation      : 1
  shared libs        : 1
  static libs        : 1
  autogen            : 0
  debug              : 0
  stats              : 1
  experimetal_smallocx : 0
  prof               : 0
  prof-libunwind     : 0
  prof-libgcc        : 0
  prof-gcc           : 0
  fill               : 1
  utrace             : 0
  xmalloc            : 0
  log                : 0
  lazy_lock          : 0
  cache-oblivious    : 1
  cxx                : 0
  ===============================================================================
  running: "make" "-j" "8"
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hook.sym.o src/hook.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/safety_check.sym.o src/safety_check.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sc.sym.o src/sc.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/test_hooks.sym.o src/test_hooks.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/zone.sym.o src/zone.c
  nm -a src/arena.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym
  nm -a src/background_thread.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym
  nm -a src/base.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/base.sym
  nm -a src/bin.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym
  nm -a src/bitmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
  nm -a src/ctl.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
  nm -a src/ckh.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
  nm -a src/div.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
  nm -a src/extent.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym
  nm -a src/extent_dss.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym
  nm -a src/extent_mmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym
  nm -a src/hash.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym
  nm -a src/hook.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hook.sym
  nm -a src/large.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/large.sym
  nm -a src/log.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/log.sym
  nm -a src/malloc_io.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym
  nm -a src/mutex.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym
  nm -a src/mutex_pool.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym
  nm -a src/nstime.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
  nm -a src/pages.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
  nm -a src/prng.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym
  nm -a src/rtree.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym
  nm -a src/safety_check.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/safety_check.sym
  nm -a src/stats.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
  nm -a src/sc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sc.sym
  nm -a src/sz.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
  nm -a src/test_hooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/test_hooks.sym
  nm -a src/ticker.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym
  nm -a src/tsd.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym
  nm -a src/witness.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym
  nm -a src/zone.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/zone.sym
  nm -a src/tcache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
  nm -a src/prof.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
  nm -a src/jemalloc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
  /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hook.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/safety_check.sym src/stats.sym src/sc.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/ticker.sym src/tsd.sym src/witness.sym src/zone.sym > include/jemalloc/internal/private_namespace.gen.h
  cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/div.pic.o src/div.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.pic.o src/extent_dss.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.pic.o src/extent_mmap.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/hook.pic.o src/hook.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/large.pic.o src/large.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/log.pic.o src/log.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.pic.o src/malloc_io.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.pic.o src/mutex_pool.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/prng.pic.o src/prng.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.pic.o src/safety_check.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/sc.pic.o src/sc.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/sz.pic.o src/sz.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.pic.o src/test_hooks.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/zone.pic.o src/zone.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/hook.o src/hook.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.o src/safety_check.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/sc.o src/sc.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.o src/test_hooks.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c
  cc -std=gnu11 -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -D_REENTRANT -Iinclude -Iinclude -o src/zone.o src/zone.c
  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/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hook.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/safety_check.pic.o src/stats.pic.o src/sc.pic.o src/sz.pic.o src/tcache.pic.o src/test_hooks.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/zone.pic.o
  cc -shared -Wl,-install_name,/Users/hypeempreendimentos/Desktop/my projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/lib/libjemalloc.2.dylib  -o lib/libjemalloc.2.dylib src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hook.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/safety_check.pic.o src/stats.pic.o src/sc.pic.o src/sz.pic.o src/tcache.pic.o src/test_hooks.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/zone.pic.o -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -arch arm64 -Wall -pthread 

  --- stderr
  rm: conftest.dSYM: is a directory
  rm: conftest.dSYM: is a directory
  src/jemalloc.c:1028:7: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
                      "/etc/malloc.conf",
                      ^
  src/jemalloc.c:1027:3: note: place parentheses around the string literal to silence warning
                  "\"name\" of the file referenced by the symbolic link named "
                  ^
  1 warning generated.
  src/jemalloc.c:1028:7: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
                      "/etc/malloc.conf",
                      ^
  src/jemalloc.c:1027:3: note: place parentheses around the string literal to silence warning
                  "\"name\" of the file referenced by the symbolic link named "
                  ^
  src/jemalloc.c:1028:7: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
                      "/etc/malloc.conf",
                      ^
  src/jemalloc.c:1027:3: note: place parentheses around the string literal to silence warning
                  "\"name\" of the file referenced by the symbolic link named "
                  ^
  1 warning generated.
  clang: error: no such file or directory: 'projects/substrate-node-template/target/debug/build/tikv-jemalloc-sys-ce22b21209d16031/out/lib/libjemalloc.2.dylib'
  make: *** [lib/libjemalloc.2.dylib] Error 1
  make: *** Waiting for unfinished jobs....
  1 warning generated.
  thread 'main' panicked at 'command did not execute successfully: "make" "-j" "8"
  expected success, got: exit status: 2', /Users/hypeempreendimentos/.cargo/registry/src/github.com-1ecc6299db9ec823/tikv-jemalloc-sys-0.4.3+5.2.1-patched.2/build.rs:338:9
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Tried with new clones of substrate repo but didn't work. I have no idea about what to do now.

from substrate-node-template.

blockcowboy avatar blockcowboy commented on July 27, 2024 2

Agree with closed but may need to update Tutorial content to help newbies. I tried to leave website comment but did not work.

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024 1

Or perhaps this is the reason.
google/snappy@8dd58a5

snappy is a dependency of rocksdb

from substrate-node-template.

Randomacy avatar Randomacy commented on July 27, 2024 1

I have the same issue on my M1 machine as well - tried everything suggested by folks here and StackExchange

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

you are missing deps likely https://docs.substrate.io/v3/getting-started/installation/

if you have issues building, please provide more context that just raw dumps of errors like this.

from substrate-node-template.

Lizhen0797 avatar Lizhen0797 commented on July 27, 2024

if you have issues building, please provide more context that just raw dumps of errors like this.

I reinstalled everything according to the docs, but still can't build.

Error message ``` Compiling librocksdb-sys v0.6.1+6.28.2 Compiling librocksdb-sys v0.6.1+6.28.2 The following warnings were emitted during compilation:
warning: snappy/snappy.cc:1033:36: error: invalid output constraint '=@ccz' in asm
warning:       : [tag_type] "+r"(tag_type), "=@ccz"(is_literal));
warning:                                    ^
warning: 1 error generated.

error: failed to run custom build command for `librocksdb-sys v0.6.1+6.28.2`

Caused by:
process didn't exit successfully: `/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-e4357939d382789d/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-changed=rocksdb/
TARGET = Some("x86_64-apple-darwin")
OPT_LEVEL = Some("3")
HOST = Some("x86_64-apple-darwin")
CXX_x86_64-apple-darwin = None
CXX_x86_64_apple_darwin = None
HOST_CXX = None
CXX = None
CXXFLAGS_x86_64-apple-darwin = None
CXXFLAGS_x86_64_apple_darwin = None
HOST_CXXFLAGS = None
CXXFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,sse3,ssse3")
CXX_x86_64-apple-darwin = None
CXX_x86_64_apple_darwin = None
HOST_CXX = None
CXX = None
CXXFLAGS_x86_64-apple-darwin = None
CXXFLAGS_x86_64_apple_darwin = None
HOST_CXXFLAGS = None
CXXFLAGS = None
CRATE_CC_NO_DEFAULTS = None
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,sse3,ssse3")
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache.o" "-c" "rocksdb/cache/cache.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/clock_cache.o" "-c" "rocksdb/cache/clock_cache.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache_key.o" "-c" "rocksdb/cache/cache_key.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache_entry_roles.o" "-c" "rocksdb/cache/cache_entry_roles.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache_reservation_manager.o" "-c" "rocksdb/cache/cache_reservation_manager.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/lru_cache.o" "-c" "rocksdb/cache/lru_cache.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/sharded_cache.o" "-c" "rocksdb/cache/sharded_cache.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/arena_wrapped_db_iter.o" "-c" "rocksdb/db/arena_wrapped_db_iter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_fetcher.o" "-c" "rocksdb/db/blob/blob_fetcher.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_addition.o" "-c" "rocksdb/db/blob/blob_file_addition.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_builder.o" "-c" "rocksdb/db/blob/blob_file_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_cache.o" "-c" "rocksdb/db/blob/blob_file_cache.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_garbage.o" "-c" "rocksdb/db/blob/blob_file_garbage.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_meta.o" "-c" "rocksdb/db/blob/blob_file_meta.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_reader.o" "-c" "rocksdb/db/blob/blob_file_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_garbage_meter.o" "-c" "rocksdb/db/blob/blob_garbage_meter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_log_format.o" "-c" "rocksdb/db/blob/blob_log_format.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_log_sequential_reader.o" "-c" "rocksdb/db/blob/blob_log_sequential_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_log_writer.o" "-c" "rocksdb/db/blob/blob_log_writer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/prefetch_buffer_collection.o" "-c" "rocksdb/db/blob/prefetch_buffer_collection.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/builder.o" "-c" "rocksdb/db/builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/c.o" "-c" "rocksdb/db/c.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/column_family.o" "-c" "rocksdb/db/column_family.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction.o" "-c" "rocksdb/db/compaction/compaction.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_iterator.o" "-c" "rocksdb/db/compaction/compaction_iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_job.o" "-c" "rocksdb/db/compaction/compaction_job.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker.o" "-c" "rocksdb/db/compaction/compaction_picker.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker_fifo.o" "-c" "rocksdb/db/compaction/compaction_picker_fifo.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker_level.o" "-c" "rocksdb/db/compaction/compaction_picker_level.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker_universal.o" "-c" "rocksdb/db/compaction/compaction_picker_universal.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/sst_partitioner.o" "-c" "rocksdb/db/compaction/sst_partitioner.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/convenience.o" "-c" "rocksdb/db/convenience.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_filesnapshot.o" "-c" "rocksdb/db/db_filesnapshot.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/compacted_db_impl.o" "-c" "rocksdb/db/db_impl/compacted_db_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl.o" "-c" "rocksdb/db/db_impl/db_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_compaction_flush.o" "-c" "rocksdb/db/db_impl/db_impl_compaction_flush.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_experimental.o" "-c" "rocksdb/db/db_impl/db_impl_experimental.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_files.o" "-c" "rocksdb/db/db_impl/db_impl_files.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_open.o" "-c" "rocksdb/db/db_impl/db_impl_open.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_readonly.o" "-c" "rocksdb/db/db_impl/db_impl_readonly.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_secondary.o" "-c" "rocksdb/db/db_impl/db_impl_secondary.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_write.o" "-c" "rocksdb/db/db_impl/db_impl_write.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_info_dumper.o" "-c" "rocksdb/db/db_info_dumper.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_iter.o" "-c" "rocksdb/db/db_iter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/dbformat.o" "-c" "rocksdb/db/dbformat.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/error_handler.o" "-c" "rocksdb/db/error_handler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/event_helpers.o" "-c" "rocksdb/db/event_helpers.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/experimental.o" "-c" "rocksdb/db/experimental.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/external_sst_file_ingestion_job.o" "-c" "rocksdb/db/external_sst_file_ingestion_job.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/file_indexer.o" "-c" "rocksdb/db/file_indexer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/flush_job.o" "-c" "rocksdb/db/flush_job.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/flush_scheduler.o" "-c" "rocksdb/db/flush_scheduler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/forward_iterator.o" "-c" "rocksdb/db/forward_iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/import_column_family_job.o" "-c" "rocksdb/db/import_column_family_job.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/internal_stats.o" "-c" "rocksdb/db/internal_stats.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/logs_with_prep_tracker.o" "-c" "rocksdb/db/logs_with_prep_tracker.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/log_reader.o" "-c" "rocksdb/db/log_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/log_writer.o" "-c" "rocksdb/db/log_writer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/malloc_stats.o" "-c" "rocksdb/db/malloc_stats.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/memtable.o" "-c" "rocksdb/db/memtable.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/memtable_list.o" "-c" "rocksdb/db/memtable_list.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/merge_helper.o" "-c" "rocksdb/db/merge_helper.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/merge_operator.o" "-c" "rocksdb/db/merge_operator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/output_validator.o" "-c" "rocksdb/db/output_validator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/periodic_work_scheduler.o" "-c" "rocksdb/db/periodic_work_scheduler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/range_del_aggregator.o" "-c" "rocksdb/db/range_del_aggregator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/range_tombstone_fragmenter.o" "-c" "rocksdb/db/range_tombstone_fragmenter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/repair.o" "-c" "rocksdb/db/repair.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/snapshot_impl.o" "-c" "rocksdb/db/snapshot_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/table_cache.o" "-c" "rocksdb/db/table_cache.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/table_properties_collector.o" "-c" "rocksdb/db/table_properties_collector.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/transaction_log_impl.o" "-c" "rocksdb/db/transaction_log_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/trim_history_scheduler.o" "-c" "rocksdb/db/trim_history_scheduler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_builder.o" "-c" "rocksdb/db/version_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_edit.o" "-c" "rocksdb/db/version_edit.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_edit_handler.o" "-c" "rocksdb/db/version_edit_handler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_set.o" "-c" "rocksdb/db/version_set.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/wal_edit.o" "-c" "rocksdb/db/wal_edit.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/wal_manager.o" "-c" "rocksdb/db/wal_manager.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_batch.o" "-c" "rocksdb/db/write_batch.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_batch_base.o" "-c" "rocksdb/db/write_batch_base.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_controller.o" "-c" "rocksdb/db/write_controller.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_thread.o" "-c" "rocksdb/db/write_thread.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/composite_env.o" "-c" "rocksdb/env/composite_env.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env.o" "-c" "rocksdb/env/env.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_chroot.o" "-c" "rocksdb/env/env_chroot.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_encryption.o" "-c" "rocksdb/env/env_encryption.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_hdfs.o" "-c" "rocksdb/env/env_hdfs.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_posix.o" "-c" "rocksdb/env/env_posix.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/file_system.o" "-c" "rocksdb/env/file_system.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/fs_posix.o" "-c" "rocksdb/env/fs_posix.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/fs_remap.o" "-c" "rocksdb/env/fs_remap.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/file_system_tracer.o" "-c" "rocksdb/env/file_system_tracer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/io_posix.o" "-c" "rocksdb/env/io_posix.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/mock_env.o" "-c" "rocksdb/env/mock_env.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/unique_id_gen.o" "-c" "rocksdb/env/unique_id_gen.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/delete_scheduler.o" "-c" "rocksdb/file/delete_scheduler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/file_prefetch_buffer.o" "-c" "rocksdb/file/file_prefetch_buffer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/file_util.o" "-c" "rocksdb/file/file_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/filename.o" "-c" "rocksdb/file/filename.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/line_file_reader.o" "-c" "rocksdb/file/line_file_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/random_access_file_reader.o" "-c" "rocksdb/file/random_access_file_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/read_write_util.o" "-c" "rocksdb/file/read_write_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/readahead_raf.o" "-c" "rocksdb/file/readahead_raf.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/sequence_file_reader.o" "-c" "rocksdb/file/sequence_file_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/sst_file_manager_impl.o" "-c" "rocksdb/file/sst_file_manager_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/writable_file_writer.o" "-c" "rocksdb/file/writable_file_writer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/logging/auto_roll_logger.o" "-c" "rocksdb/logging/auto_roll_logger.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/logging/event_logger.o" "-c" "rocksdb/logging/event_logger.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/logging/log_buffer.o" "-c" "rocksdb/logging/log_buffer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/arena.o" "-c" "rocksdb/memory/arena.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/concurrent_arena.o" "-c" "rocksdb/memory/concurrent_arena.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/jemalloc_nodump_allocator.o" "-c" "rocksdb/memory/jemalloc_nodump_allocator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/memkind_kmem_allocator.o" "-c" "rocksdb/memory/memkind_kmem_allocator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/memory_allocator.o" "-c" "rocksdb/memory/memory_allocator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/alloc_tracker.o" "-c" "rocksdb/memtable/alloc_tracker.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/hash_linklist_rep.o" "-c" "rocksdb/memtable/hash_linklist_rep.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/hash_skiplist_rep.o" "-c" "rocksdb/memtable/hash_skiplist_rep.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/skiplistrep.o" "-c" "rocksdb/memtable/skiplistrep.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/vectorrep.o" "-c" "rocksdb/memtable/vectorrep.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/write_buffer_manager.o" "-c" "rocksdb/memtable/write_buffer_manager.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/histogram.o" "-c" "rocksdb/monitoring/histogram.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/histogram_windowing.o" "-c" "rocksdb/monitoring/histogram_windowing.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/in_memory_stats_history.o" "-c" "rocksdb/monitoring/in_memory_stats_history.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/instrumented_mutex.o" "-c" "rocksdb/monitoring/instrumented_mutex.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/iostats_context.o" "-c" "rocksdb/monitoring/iostats_context.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/perf_context.o" "-c" "rocksdb/monitoring/perf_context.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/perf_level.o" "-c" "rocksdb/monitoring/perf_level.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/persistent_stats_history.o" "-c" "rocksdb/monitoring/persistent_stats_history.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/statistics.o" "-c" "rocksdb/monitoring/statistics.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_impl.o" "-c" "rocksdb/monitoring/thread_status_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_updater.o" "-c" "rocksdb/monitoring/thread_status_updater.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_updater_debug.o" "-c" "rocksdb/monitoring/thread_status_updater_debug.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_util.o" "-c" "rocksdb/monitoring/thread_status_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_util_debug.o" "-c" "rocksdb/monitoring/thread_status_util_debug.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/cf_options.o" "-c" "rocksdb/options/cf_options.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/configurable.o" "-c" "rocksdb/options/configurable.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/customizable.o" "-c" "rocksdb/options/customizable.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/db_options.o" "-c" "rocksdb/options/db_options.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/options.o" "-c" "rocksdb/options/options.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/options_helper.o" "-c" "rocksdb/options/options_helper.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/options_parser.o" "-c" "rocksdb/options/options_parser.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/port/port_posix.o" "-c" "rocksdb/port/port_posix.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/port/stack_trace.o" "-c" "rocksdb/port/stack_trace.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/adaptive/adaptive_table_factory.o" "-c" "rocksdb/table/adaptive/adaptive_table_factory.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/binary_search_index_reader.o" "-c" "rocksdb/table/block_based/binary_search_index_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block.o" "-c" "rocksdb/table/block_based/block.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_filter_block.o" "-c" "rocksdb/table/block_based/block_based_filter_block.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_builder.o" "-c" "rocksdb/table/block_based/block_based_table_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_factory.o" "-c" "rocksdb/table/block_based/block_based_table_factory.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_iterator.o" "-c" "rocksdb/table/block_based/block_based_table_iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_reader.o" "-c" "rocksdb/table/block_based/block_based_table_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_builder.o" "-c" "rocksdb/table/block_based/block_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_prefetcher.o" "-c" "rocksdb/table/block_based/block_prefetcher.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_prefix_index.o" "-c" "rocksdb/table/block_based/block_prefix_index.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/data_block_hash_index.o" "-c" "rocksdb/table/block_based/data_block_hash_index.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/data_block_footer.o" "-c" "rocksdb/table/block_based/data_block_footer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/filter_block_reader_common.o" "-c" "rocksdb/table/block_based/filter_block_reader_common.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/filter_policy.o" "-c" "rocksdb/table/block_based/filter_policy.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/flush_block_policy.o" "-c" "rocksdb/table/block_based/flush_block_policy.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/full_filter_block.o" "-c" "rocksdb/table/block_based/full_filter_block.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/hash_index_reader.o" "-c" "rocksdb/table/block_based/hash_index_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/index_builder.o" "-c" "rocksdb/table/block_based/index_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/index_reader_common.o" "-c" "rocksdb/table/block_based/index_reader_common.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/parsed_full_filter_block.o" "-c" "rocksdb/table/block_based/parsed_full_filter_block.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/partitioned_filter_block.o" "-c" "rocksdb/table/block_based/partitioned_filter_block.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/partitioned_index_iterator.o" "-c" "rocksdb/table/block_based/partitioned_index_iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/partitioned_index_reader.o" "-c" "rocksdb/table/block_based/partitioned_index_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/reader_common.o" "-c" "rocksdb/table/block_based/reader_common.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/uncompression_dict_reader.o" "-c" "rocksdb/table/block_based/uncompression_dict_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_fetcher.o" "-c" "rocksdb/table/block_fetcher.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/cuckoo/cuckoo_table_builder.o" "-c" "rocksdb/table/cuckoo/cuckoo_table_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/cuckoo/cuckoo_table_factory.o" "-c" "rocksdb/table/cuckoo/cuckoo_table_factory.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/cuckoo/cuckoo_table_reader.o" "-c" "rocksdb/table/cuckoo/cuckoo_table_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/format.o" "-c" "rocksdb/table/format.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/get_context.o" "-c" "rocksdb/table/get_context.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/iterator.o" "-c" "rocksdb/table/iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/merging_iterator.o" "-c" "rocksdb/table/merging_iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/meta_blocks.o" "-c" "rocksdb/table/meta_blocks.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/persistent_cache_helper.o" "-c" "rocksdb/table/persistent_cache_helper.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_bloom.o" "-c" "rocksdb/table/plain/plain_table_bloom.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_builder.o" "-c" "rocksdb/table/plain/plain_table_builder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_factory.o" "-c" "rocksdb/table/plain/plain_table_factory.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_index.o" "-c" "rocksdb/table/plain/plain_table_index.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_key_coding.o" "-c" "rocksdb/table/plain/plain_table_key_coding.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_reader.o" "-c" "rocksdb/table/plain/plain_table_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/sst_file_dumper.o" "-c" "rocksdb/table/sst_file_dumper.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/sst_file_reader.o" "-c" "rocksdb/table/sst_file_reader.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/sst_file_writer.o" "-c" "rocksdb/table/sst_file_writer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/table_factory.o" "-c" "rocksdb/table/table_factory.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/table_properties.o" "-c" "rocksdb/table/table_properties.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/two_level_iterator.o" "-c" "rocksdb/table/two_level_iterator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/unique_id.o" "-c" "rocksdb/table/unique_id.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/test_util/sync_point.o" "-c" "rocksdb/test_util/sync_point.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/test_util/sync_point_impl.o" "-c" "rocksdb/test_util/sync_point_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/test_util/transaction_test_util.o" "-c" "rocksdb/test_util/transaction_test_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/tools/dump/db_dump_tool.o" "-c" "rocksdb/tools/dump/db_dump_tool.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_record_handler.o" "-c" "rocksdb/trace_replay/trace_record_handler.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_record_result.o" "-c" "rocksdb/trace_replay/trace_record_result.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_record.o" "-c" "rocksdb/trace_replay/trace_record.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_replay.o" "-c" "rocksdb/trace_replay/trace_replay.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/block_cache_tracer.o" "-c" "rocksdb/trace_replay/block_cache_tracer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/io_tracer.o" "-c" "rocksdb/trace_replay/io_tracer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/coding.o" "-c" "rocksdb/util/coding.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/compaction_job_stats_impl.o" "-c" "rocksdb/util/compaction_job_stats_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/comparator.o" "-c" "rocksdb/util/comparator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/compression_context_cache.o" "-c" "rocksdb/util/compression_context_cache.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/concurrent_task_limiter_impl.o" "-c" "rocksdb/util/concurrent_task_limiter_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/crc32c.o" "-c" "rocksdb/util/crc32c.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/dynamic_bloom.o" "-c" "rocksdb/util/dynamic_bloom.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/hash.o" "-c" "rocksdb/util/hash.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/murmurhash.o" "-c" "rocksdb/util/murmurhash.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/random.o" "-c" "rocksdb/util/random.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/rate_limiter.o" "-c" "rocksdb/util/rate_limiter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/ribbon_config.o" "-c" "rocksdb/util/ribbon_config.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/regex.o" "-c" "rocksdb/util/regex.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/slice.o" "-c" "rocksdb/util/slice.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/file_checksum_helper.o" "-c" "rocksdb/util/file_checksum_helper.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/status.o" "-c" "rocksdb/util/status.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/string_util.o" "-c" "rocksdb/util/string_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/thread_local.o" "-c" "rocksdb/util/thread_local.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/threadpool_imp.o" "-c" "rocksdb/util/threadpool_imp.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/xxhash.o" "-c" "rocksdb/util/xxhash.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/backupable/backupable_db.o" "-c" "rocksdb/utilities/backupable/backupable_db.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_compaction_filter.o" "-c" "rocksdb/utilities/blob_db/blob_compaction_filter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_db.o" "-c" "rocksdb/utilities/blob_db/blob_db.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_db_impl.o" "-c" "rocksdb/utilities/blob_db/blob_db_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_db_impl_filesnapshot.o" "-c" "rocksdb/utilities/blob_db/blob_db_impl_filesnapshot.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_file.o" "-c" "rocksdb/utilities/blob_db/blob_file.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cache_dump_load.o" "-c" "rocksdb/utilities/cache_dump_load.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cache_dump_load_impl.o" "-c" "rocksdb/utilities/cache_dump_load_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cassandra/cassandra_compaction_filter.o" "-c" "rocksdb/utilities/cassandra/cassandra_compaction_filter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cassandra/format.o" "-c" "rocksdb/utilities/cassandra/format.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cassandra/merge_operator.o" "-c" "rocksdb/utilities/cassandra/merge_operator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/checkpoint/checkpoint_impl.o" "-c" "rocksdb/utilities/checkpoint/checkpoint_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/compaction_filters.o" "-c" "rocksdb/utilities/compaction_filters.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/compaction_filters/remove_emptyvalue_compactionfilter.o" "-c" "rocksdb/utilities/compaction_filters/remove_emptyvalue_compactionfilter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/convenience/info_log_finder.o" "-c" "rocksdb/utilities/convenience/info_log_finder.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/debug.o" "-c" "rocksdb/utilities/debug.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/env_mirror.o" "-c" "rocksdb/utilities/env_mirror.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/env_timed.o" "-c" "rocksdb/utilities/env_timed.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/fault_injection_env.o" "-c" "rocksdb/utilities/fault_injection_env.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/fault_injection_fs.o" "-c" "rocksdb/utilities/fault_injection_fs.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/fault_injection_secondary_cache.o" "-c" "rocksdb/utilities/fault_injection_secondary_cache.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/leveldb_options/leveldb_options.o" "-c" "rocksdb/utilities/leveldb_options/leveldb_options.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/memory/memory_util.o" "-c" "rocksdb/utilities/memory/memory_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators.o" "-c" "rocksdb/utilities/merge_operators.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/max.o" "-c" "rocksdb/utilities/merge_operators/max.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/put.o" "-c" "rocksdb/utilities/merge_operators/put.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/sortlist.o" "-c" "rocksdb/utilities/merge_operators/sortlist.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/string_append/stringappend.o" "-c" "rocksdb/utilities/merge_operators/string_append/stringappend.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/string_append/stringappend2.o" "-c" "rocksdb/utilities/merge_operators/string_append/stringappend2.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/uint64add.o" "-c" "rocksdb/utilities/merge_operators/uint64add.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/bytesxor.o" "-c" "rocksdb/utilities/merge_operators/bytesxor.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/object_registry.o" "-c" "rocksdb/utilities/object_registry.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/option_change_migration/option_change_migration.o" "-c" "rocksdb/utilities/option_change_migration/option_change_migration.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/options/options_util.o" "-c" "rocksdb/utilities/options/options_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/block_cache_tier.o" "-c" "rocksdb/utilities/persistent_cache/block_cache_tier.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/block_cache_tier_file.o" "-c" "rocksdb/utilities/persistent_cache/block_cache_tier_file.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/block_cache_tier_metadata.o" "-c" "rocksdb/utilities/persistent_cache/block_cache_tier_metadata.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/persistent_cache_tier.o" "-c" "rocksdb/utilities/persistent_cache/persistent_cache_tier.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/volatile_tier_impl.o" "-c" "rocksdb/utilities/persistent_cache/volatile_tier_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/simulator_cache/cache_simulator.o" "-c" "rocksdb/utilities/simulator_cache/cache_simulator.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/simulator_cache/sim_cache.o" "-c" "rocksdb/utilities/simulator_cache/sim_cache.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.o" "-c" "rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/trace/file_trace_reader_writer.o" "-c" "rocksdb/utilities/trace/file_trace_reader_writer.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/trace/replayer_impl.o" "-c" "rocksdb/utilities/trace/replayer_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/lock/lock_manager.o" "-c" "rocksdb/utilities/transactions/lock/lock_manager.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/lock/point/point_lock_tracker.o" "-c" "rocksdb/utilities/transactions/lock/point/point_lock_tracker.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/lock/point/point_lock_manager.o" "-c" "rocksdb/utilities/transactions/lock/point/point_lock_manager.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/optimistic_transaction.o" "-c" "rocksdb/utilities/transactions/optimistic_transaction.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/optimistic_transaction_db_impl.o" "-c" "rocksdb/utilities/transactions/optimistic_transaction_db_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/pessimistic_transaction.o" "-c" "rocksdb/utilities/transactions/pessimistic_transaction.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/pessimistic_transaction_db.o" "-c" "rocksdb/utilities/transactions/pessimistic_transaction_db.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/snapshot_checker.o" "-c" "rocksdb/utilities/transactions/snapshot_checker.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/transaction_base.o" "-c" "rocksdb/utilities/transactions/transaction_base.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/transaction_db_mutex_impl.o" "-c" "rocksdb/utilities/transactions/transaction_db_mutex_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/transaction_util.o" "-c" "rocksdb/utilities/transactions/transaction_util.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_prepared_txn.o" "-c" "rocksdb/utilities/transactions/write_prepared_txn.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_prepared_txn_db.o" "-c" "rocksdb/utilities/transactions/write_prepared_txn_db.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_unprepared_txn.o" "-c" "rocksdb/utilities/transactions/write_unprepared_txn.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_unprepared_txn_db.o" "-c" "rocksdb/utilities/transactions/write_unprepared_txn_db.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/ttl/db_ttl_impl.o" "-c" "rocksdb/utilities/ttl/db_ttl_impl.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/wal_filter.o" "-c" "rocksdb/utilities/wal_filter.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/write_batch_with_index/write_batch_with_index.o" "-c" "rocksdb/utilities/write_batch_with_index/write_batch_with_index.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/write_batch_with_index/write_batch_with_index_internal.o" "-c" "rocksdb/utilities/write_batch_with_index/write_batch_with_index_internal.cc"
exit status: 0
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_MACOSX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-DWITH_JEMALLOC=ON" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/build_version.o" "-c" "build_version.cc"
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
AR_x86_64-apple-darwin = None
AR_x86_64_apple_darwin = None
HOST_AR = None
AR = None
running: "ar" "cq" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/librocksdb.a" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache_entry_roles.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache_key.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/cache_reservation_manager.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/clock_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/lru_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/cache/sharded_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/arena_wrapped_db_iter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_fetcher.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_addition.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_garbage.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_meta.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_file_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_garbage_meter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_log_format.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_log_sequential_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/blob_log_writer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/blob/prefetch_buffer_collection.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/c.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/column_family.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_job.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker_fifo.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker_level.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/compaction_picker_universal.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/compaction/sst_partitioner.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/convenience.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_filesnapshot.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/compacted_db_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_compaction_flush.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_experimental.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_files.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_open.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_readonly.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_secondary.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_impl/db_impl_write.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_info_dumper.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/db_iter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/dbformat.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/error_handler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/event_helpers.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/experimental.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/external_sst_file_ingestion_job.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/file_indexer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/flush_job.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/flush_scheduler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/forward_iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/import_column_family_job.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/internal_stats.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/logs_with_prep_tracker.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/log_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/log_writer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/malloc_stats.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/memtable.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/memtable_list.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/merge_helper.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/merge_operator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/output_validator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/periodic_work_scheduler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/range_del_aggregator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/range_tombstone_fragmenter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/repair.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/snapshot_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/table_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/table_properties_collector.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/transaction_log_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/trim_history_scheduler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_edit.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_edit_handler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/version_set.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/wal_edit.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/wal_manager.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_batch.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_batch_base.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_controller.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/db/write_thread.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/composite_env.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_chroot.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_encryption.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_hdfs.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/env_posix.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/file_system.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/fs_posix.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/fs_remap.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/file_system_tracer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/io_posix.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/mock_env.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/env/unique_id_gen.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/delete_scheduler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/file_prefetch_buffer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/file_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/filename.o"
exit status: 0
running: "ar" "cq" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/librocksdb.a" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/line_file_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/random_access_file_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/read_write_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/readahead_raf.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/sequence_file_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/sst_file_manager_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/file/writable_file_writer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/logging/auto_roll_logger.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/logging/event_logger.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/logging/log_buffer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/arena.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/concurrent_arena.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/jemalloc_nodump_allocator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/memkind_kmem_allocator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memory/memory_allocator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/alloc_tracker.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/hash_linklist_rep.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/hash_skiplist_rep.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/skiplistrep.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/vectorrep.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/memtable/write_buffer_manager.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/histogram.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/histogram_windowing.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/in_memory_stats_history.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/instrumented_mutex.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/iostats_context.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/perf_context.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/perf_level.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/persistent_stats_history.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/statistics.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_updater.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_updater_debug.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/monitoring/thread_status_util_debug.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/cf_options.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/configurable.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/customizable.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/db_options.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/options.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/options_helper.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/options/options_parser.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/port/port_posix.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/port/stack_trace.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/adaptive/adaptive_table_factory.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/binary_search_index_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_filter_block.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_factory.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_based_table_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_prefetcher.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/block_prefix_index.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/data_block_hash_index.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/data_block_footer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/filter_block_reader_common.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/filter_policy.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/flush_block_policy.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/full_filter_block.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/hash_index_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/index_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/index_reader_common.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/parsed_full_filter_block.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/partitioned_filter_block.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/partitioned_index_iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/partitioned_index_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/reader_common.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_based/uncompression_dict_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/block_fetcher.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/cuckoo/cuckoo_table_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/cuckoo/cuckoo_table_factory.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/cuckoo/cuckoo_table_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/format.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/get_context.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/merging_iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/meta_blocks.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/persistent_cache_helper.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_bloom.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_builder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_factory.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_index.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_key_coding.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/plain/plain_table_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/sst_file_dumper.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/sst_file_reader.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/sst_file_writer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/table_factory.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/table_properties.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/two_level_iterator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/table/unique_id.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/test_util/sync_point.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/test_util/sync_point_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/test_util/transaction_test_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/tools/dump/db_dump_tool.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_record_handler.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_record_result.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_record.o"
exit status: 0
running: "ar" "cq" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/librocksdb.a" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/trace_replay.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/block_cache_tracer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/trace_replay/io_tracer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/coding.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/compaction_job_stats_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/comparator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/compression_context_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/concurrent_task_limiter_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/crc32c.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/dynamic_bloom.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/hash.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/murmurhash.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/random.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/rate_limiter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/ribbon_config.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/regex.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/slice.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/file_checksum_helper.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/status.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/string_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/thread_local.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/threadpool_imp.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/util/xxhash.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/backupable/backupable_db.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_compaction_filter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_db.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_db_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_db_impl_filesnapshot.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/blob_db/blob_file.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cache_dump_load.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cache_dump_load_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cassandra/cassandra_compaction_filter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cassandra/format.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/cassandra/merge_operator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/checkpoint/checkpoint_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/compaction_filters.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/compaction_filters/remove_emptyvalue_compactionfilter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/convenience/info_log_finder.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/debug.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/env_mirror.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/env_timed.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/fault_injection_env.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/fault_injection_fs.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/fault_injection_secondary_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/leveldb_options/leveldb_options.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/memory/memory_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/max.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/put.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/sortlist.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/string_append/stringappend.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/string_append/stringappend2.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/uint64add.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/merge_operators/bytesxor.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/object_registry.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/option_change_migration/option_change_migration.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/options/options_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/block_cache_tier.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/block_cache_tier_file.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/block_cache_tier_metadata.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/persistent_cache_tier.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/persistent_cache/volatile_tier_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/simulator_cache/cache_simulator.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/simulator_cache/sim_cache.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/trace/file_trace_reader_writer.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/trace/replayer_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/lock/lock_manager.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/lock/point/point_lock_tracker.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/lock/point/point_lock_manager.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/optimistic_transaction.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/optimistic_transaction_db_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/pessimistic_transaction.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/pessimistic_transaction_db.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/snapshot_checker.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/transaction_base.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/transaction_db_mutex_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/transaction_util.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_prepared_txn.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_prepared_txn_db.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_unprepared_txn.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/transactions/write_unprepared_txn_db.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/ttl/db_ttl_impl.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/wal_filter.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/write_batch_with_index/write_batch_with_index.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/rocksdb/utilities/write_batch_with_index/write_batch_with_index_internal.o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/build_version.o"
exit status: 0
running: "ar" "s" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/librocksdb.a"
exit status: 0
cargo:rustc-link-lib=static=rocksdb
cargo:rustc-link-search=native=/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out
CXXSTDLIB_x86_64-apple-darwin = None
CXXSTDLIB_x86_64_apple_darwin = None
HOST_CXXSTDLIB = None
CXXSTDLIB = None
cargo:rustc-link-lib=c++
cargo:rerun-if-changed=snappy/
TARGET = Some("x86_64-apple-darwin")
OPT_LEVEL = Some("3")
HOST = Some("x86_64-apple-darwin")
CXX_x86_64-apple-darwin = None
CXX_x86_64_apple_darwin = None
HOST_CXX = None
CXX = None
CXXFLAGS_x86_64-apple-darwin = None
CXXFLAGS_x86_64_apple_darwin = None
HOST_CXXFLAGS = None
CXXFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,sse3,ssse3")
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "snappy/" "-I" "." "-Wall" "-std=c++11" "-DNDEBUG=1" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/snappy/snappy.o" "-c" "snappy/snappy.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "snappy/" "-I" "." "-Wall" "-std=c++11" "-DNDEBUG=1" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/snappy/snappy-c.o" "-c" "snappy/snappy-c.cc"
running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "snappy/" "-I" "." "-Wall" "-std=c++11" "-DNDEBUG=1" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/snappy/snappy-sinksource.o" "-c" "snappy/snappy-sinksource.cc"
exit status: 0
exit status: 0
cargo:warning=snappy/snappy.cc:1033:36: error: invalid output constraint '=@ccz' in asm
cargo:warning=      : [tag_type] "+r"(tag_type), "=@ccz"(is_literal));
cargo:warning=                                   ^
cargo:warning=1 error generated.
exit status: 1

--- stderr


error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "snappy/" "-I" "." "-Wall" "-std=c++11" "-DNDEBUG=1" "-o" "/Users/lizhen/Code/substrate/tutorials-1-first-substrate-chain/substrate-node-template/target/release/build/librocksdb-sys-7f7d33f4548d89f8/out/snappy/snappy.o" "-c" "snappy/snappy.cc" with args "c++" did not execute successfully (status code exit status: 1).
```
Default host: x86_64-apple-darwin
rustup home:  /Users/lizhen/.rustup

installed toolchains
--------------------

stable-x86_64-apple-darwin (default)
nightly-x86_64-apple-darwin

active toolchain
----------------

stable-x86_64-apple-darwin (default)
rustc 1.60.0 (7737e0b5c 2022-04-04)

openssl

Warning: openssl@3 3.0.2 is already installed and up-to-date.
To reinstall 3.0.2, run:
  brew reinstall openssl@3

OS

Mac 10.15.7
Intel Core

and i tried to build 865c0c0 commit, it was success

from substrate-node-template.

imgaoxin avatar imgaoxin commented on July 27, 2024

Try to upgrade gcc / g++

from substrate-node-template.

Lizhen0797 avatar Lizhen0797 commented on July 27, 2024

Try to upgrade gcc / g++

截屏2022-04-14 上午10 22 08

gcc/g++ is up-to-date

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

can you please report rustup +nightly show?
i am using gcc/g++ version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)

from substrate-node-template.

Lizhen0797 avatar Lizhen0797 commented on July 27, 2024

can you please report rustup +nightly show? i am using gcc/g++ version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)

rustup home:  /Users/lizhen/.rustup

installed toolchains
--------------------

stable-x86_64-apple-darwin (default)
nightly-x86_64-apple-darwin

installed targets for active toolchain
--------------------------------------

wasm32-unknown-unknown
x86_64-apple-darwin

active toolchain
----------------

nightly-x86_64-apple-darwin (overridden by +toolchain on the command line)
rustc 1.62.0-nightly (34a6c9f26 2022-04-13)

from substrate-node-template.

boyswan avatar boyswan commented on July 27, 2024

Running into the same issue

from substrate-node-template.

Chrecci avatar Chrecci commented on July 27, 2024

I am also running into many build issues, everything was fine from ~a month or two ago, not sure what changed. This is what the last bit of the error output looks like:

In file included from include/jemalloc/internal/jemalloc_internal_decls.h:63,
from include/jemalloc/internal/jemalloc_preamble.h:5,
from src/jemalloc.c:2:
/usr/include/stdlib.h:539:14: note: ‘__libc_malloc’ target declared here
539 | extern void malloc (size_t __size) __THROW attribute_malloc
| ^~~~~~
src/jemalloc.c:2991:6: warning: ‘__libc_free’ specifies less restrictive attributes than its target ‘free’: ‘leaf’, ‘nothrow’ [-Wmissing-attributes]
2991 | void __libc_free(void
ptr) PREALIAS(je_free);
| ^~~~~~~~~~~
In file included from include/jemalloc/internal/jemalloc_internal_decls.h:63,
from include/jemalloc/internal/jemalloc_preamble.h:5,
from src/jemalloc.c:2:
/usr/include/stdlib.h:565:13: note: ‘__libc_free’ target declared here
565 | extern void free (void *__ptr) __THROW;
| ^~~~
ar: u' modifier ignored since D' is the default (see U') ar: u' modifier ignored since D' is the default (see U')
/usr/bin/install: omitting directory '/mnt/c/Users/chrec/Documents/Coding'
make: *** [Makefile:470: install_include] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/install: omitting directory '/mnt/c/Users/chrec/Documents/Coding'
/usr/bin/install: omitting directory '/mnt/c/Users/chrec/Documents/Coding'
make: *** [Makefile:484: install_lib_static] Error 1
thread 'main' panicked at 'command did not execute successfully: "make" "install_lib_static" "install_include" "-j" "8"
expected success, got: exit status: 2', /home/chrecci/.cargo/registry/src/github.com-1ecc6299db9ec823/tikv-jemalloc-sys-0.4.3+5.2.1-patched.2/build.rs:338:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

rustup +nightly show:

Default host: x86_64-unknown-linux-gnu
rustup home: /home/chrecci/.rustup

installed toolchains

stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu

installed targets for active toolchain

wasm32-unknown-unknown
x86_64-unknown-linux-gnu

active toolchain

nightly-x86_64-unknown-linux-gnu (overridden by +toolchain on the command line)
rustc 1.61.0-nightly (c274e4969 2022-03-05)

My Ubuntu version is Ubuntu 20.04.3 LTS

from substrate-node-template.

Veniamin avatar Veniamin commented on July 27, 2024

same problem, may be related to
#333

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

thread 'main' panicked at 'command did not execute successfully: "make" "install_lib_static" "install_include" "-j" "8"

Do you have make installed?

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

malloc issues stem from running out of memory as well. Please check your RAM usage, best to close all other apps, as you likely need 4GB just for this build, possibly up to 8

from substrate-node-template.

Chrecci avatar Chrecci commented on July 27, 2024

make --version:

GNU Make 4.2.1
Built for x86_64-pc-linux-gnu

I have 16G of RAM, I tried running with no other applications, reset cache, even reinstalled Ubuntu + dependencies, still not working. Error even shows when building main branch :(

Thank you so much in advance for any help on this @nukemandan

from substrate-node-template.

Veniamin avatar Veniamin commented on July 27, 2024

make --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu

32G of Ram

This error appeared at 0.9.18 polkadot release, 0.9.17 is ok and 0.9.19 (and master) has same issue

from substrate-node-template.

Veniamin avatar Veniamin commented on July 27, 2024

maybe this issue can help
gnzlbg/jemallocator#124

from substrate-node-template.

Veniamin avatar Veniamin commented on July 27, 2024

wsl2 Ubuntu 22-04 same error

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

Warning, this version brings breaking changes. If your OS is runing GLIBC 2.27 I would not upgrade the binary.

ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.5) 2.27

New Polkadot binary needs 2.28

ldd --version should be 2.28 (or newer IIUC), as reported by Polkadot binary builds. Can you check and try to use this dep on the various OSes you are all experiencing issues on?

I can confirm this builds just fine on 20.04 LTS, but with a newer version:

ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31

from substrate-node-template.

Sam44323 avatar Sam44323 commented on July 27, 2024

The issue still remains with M1 @nukemandan

"Unprefixed `malloc` requested on unsupported platform `aarch64-apple-darwin` => using prefixed `malloc`"

 make: *** [install_lib_static] Error 64
 thread 'main' panicked at 'command did not execute successfully: "make" "install_lib_static" "install_include" "-j" "8"

from substrate-node-template.

alfredolopez80 avatar alfredolopez80 commented on July 27, 2024

I have the same issue on my M1 machine as well - tried everything suggested by folks here and StackExchange

me too, i have the same issue when run the docker in my M1 Machine as well, any suggestions @nukemandan

because in my local directly run all well, but in docker fail, cargo build --release

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

https://substrate.stackexchange.com/questions/3442/substrate-node-template-docker-crashes-on-m1-macs may be related for this on docker. @brunopgalvao likely knows more and can respond on SE if not 🙏 (don't have an m1 to try and reproduce, but many people use them that o know work fine.)

from substrate-node-template.

brunopgalvao avatar brunopgalvao commented on July 27, 2024

I am successfully building on macOS M1 Pro. Here is my toolchain:

$ rustup show
Default host: x86_64-apple-darwin
rustup home:  /Users/bruno/.rustup

installed toolchains
--------------------

stable-aarch64-apple-darwin (default)
stable-x86_64-apple-darwin
nightly-2022-02-10-x86_64-apple-darwin
nightly-2022-02-19-x86_64-apple-darwin
nightly-2022-02-20-x86_64-apple-darwin
nightly-2022-03-14-x86_64-apple-darwin
nightly-2022-04-01-x86_64-apple-darwin
nightly-x86_64-apple-darwin

active toolchain
----------------

stable-aarch64-apple-darwin (default)
rustc 1.62.1 (e092d0b6b 2022-07-16)

$ rustup +nightly show
Default host: x86_64-apple-darwin
rustup home:  /Users/bruno/.rustup

installed toolchains
--------------------

stable-aarch64-apple-darwin (default)
stable-x86_64-apple-darwin
nightly-2022-02-10-x86_64-apple-darwin
nightly-2022-02-19-x86_64-apple-darwin
nightly-2022-02-20-x86_64-apple-darwin
nightly-2022-03-14-x86_64-apple-darwin
nightly-2022-04-01-x86_64-apple-darwin
nightly-x86_64-apple-darwin

installed targets for active toolchain
--------------------------------------

wasm32-unknown-unknown
x86_64-apple-darwin

active toolchain
----------------

nightly-x86_64-apple-darwin (overridden by +toolchain on the command line)
rustc 1.64.0-nightly (62b272d25 2022-07-21)

Please notice the differences in your toolchains.

from substrate-node-template.

gabrielokura avatar gabrielokura commented on July 27, 2024

Hey @nukemandan. Could you tell me which version of Polkadot solve this build problem?

I'm still facing the same issue. Tried in different platforms: mac with M1, mac with intel processor and windows using wsl2.

Here is my toolchain

installed toolchains
--------------------

stable-aarch64-apple-darwin (default)
nightly-2022-04-07-aarch64-apple-darwin
nightly-2022-08-11-aarch64-apple-darwin
nightly-aarch64-apple-darwin

installed targets for active toolchain
--------------------------------------

aarch64-apple-darwin
wasm32-unknown-unknown

active toolchain
----------------

nightly-aarch64-apple-darwin (overridden by +toolchain on the command line)
rustc 1.66.0-nightly (470e518c4 2022-09-27)

And here is the output for cargo build --release

1 warning generated.
  clang: error: no such file or directory: 'projects/substrate-node-template/target/release/build/tikv-jemalloc-sys-9c90f00e09fb23d1/out/lib/libjemalloc.2.dylib'
  make: *** [lib/libjemalloc.2.dylib] Error 1
  make: *** Waiting for unfinished jobs....
  thread 'main' panicked at 'command did not execute successfully: "make" "-j" "8"
  expected success, got: exit status: 2', /Users/hypeempreendimentos/.cargo/registry/src/github.com-1ecc6299db9ec823/tikv-jemalloc-sys-0.4.3+5.2.1-patched.2/build.rs:338:9
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Make version

GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

https://substrate.stackexchange.com/questions/3405/error-tikv-jemalloc-sys-fails-to-build-after-upgrading-substrate-based-chain might give some hints, as this is a dependency error from https://crates.io/crates/tikv-jemalloc-sys it seems... and make is just not finding the explicit version of this dylib . Perhaps try a cargo clean & build fresh using the upstream lock file

I see for me I have (truncated) Cargo.lock like:

[[package]]
name = "librocksdb-sys"
version = "0.6.1+6.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"
dependencies = [
 "bindgen",
 "bzip2-sys",
 "cc",
 "glob",
 "libc",
 "libz-sys",
 "tikv-jemalloc-sys",
]

[[package]]
name = "tikv-jemalloc-sys"
version = "0.4.2+5.2.1-patched.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e"
dependencies = [
 "cc",
 "fs_extra",
 "libc",
]

So 0.4.2+5.2.1-patched.2 is known to work here for me.

from substrate-node-template.

blockcowboy avatar blockcowboy commented on July 27, 2024

Build error
rustc --explain E0658
error[E0658]: use of unstable library feature 'bool_to_option'

FIX:
rustup update nightly

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

For most build issues in this thread, those not mentioned, and future ones that crop up, there are solutions if you search on our Stack Exchange: https://substrate.stackexchange.com/

from substrate-node-template.

nuke-web3 avatar nuke-web3 commented on July 27, 2024

Agreed, any issues or even better prs to update the docs would be very good too!
https://github.com/substrate-developer-hub/substrate-docs/

Each page also has an "edit this page" button up top right with a gihub icon to open up that page in edit more to open a pr for that page very easy.

from substrate-node-template.

TomaszWaszczyk avatar TomaszWaszczyk commented on July 27, 2024

Same error:

tomek@rhei-box:~/ssd/workspaces/substrate-contracts-node$ rustup +nightly show
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/tomek/.rustup

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu
nightly-2020-08-23-x86_64-unknown-linux-gnu
nightly-2021-11-29-x86_64-unknown-linux-gnu
nightly-2022-02-19-x86_64-unknown-linux-gnu
nightly-2022-03-14-x86_64-unknown-linux-gnu
nightly-2022-05-11-x86_64-unknown-linux-gnu
nightly-2022-05-23-x86_64-unknown-linux-gnu
nightly-2022-06-30-x86_64-unknown-linux-gnu
nightly-2022-07-24-x86_64-unknown-linux-gnu
nightly-2022-08-11-x86_64-unknown-linux-gnu
nightly-2022-08-15-x86_64-unknown-linux-gnu
nightly-2022-09-29-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
1.41.0-x86_64-unknown-linux-gnu

installed targets for active toolchain
--------------------------------------

wasm32-unknown-unknown
x86_64-unknown-linux-gnu

active toolchain
----------------

nightly-x86_64-unknown-linux-gnu (overridden by +toolchain on the command line)
rustc 1.68.0-nightly (ce85c9857 2022-12-30)

from substrate-node-template.

gabrielokura avatar gabrielokura commented on July 27, 2024

Hey @TomaszWaszczyk. I solved my problem installing Protobuf-21.8.

You can take a look on that

from substrate-node-template.

Related Issues (20)

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.