Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat StatementKind::Coverage as completely opaque for SMIR purposes #115093

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

Zalathar
Copy link
Contributor

@Zalathar Zalathar commented Aug 22, 2023

Coverage statements in MIR are heavily tied to internal details of the coverage implementation that are likely to change, and are unlikely to be useful to third-party tools for the foreseeable future.

Coverage statements in MIR are heavily tied to internal details of the coverage
implementation that are likely to change, and are unlikely to be useful to
third-party tools for the foreseeable future.
@rustbot
Copy link
Collaborator

rustbot commented Aug 22, 2023

r? @cjgillot

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 22, 2023
@rustbot
Copy link
Collaborator

rustbot commented Aug 22, 2023

This PR changes Stable MIR

cc @oli-obk, @celinval, @spastorino

@rustbot rustbot added the A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) label Aug 22, 2023
@Zalathar
Copy link
Contributor Author

For context, I noticed that #114320 added SMIR copies of various MIR data structures used by StatementKind::Coverage. This is awkward because those structures are going to change in some small and large ways in the near future.

I asked about this on Zulip, and people seemed favourable to treating StatementKind::Coverage as 100% opaque for SMIR purposes.

@cjgillot
Copy link
Contributor

r=me with ok from SMIR team.

@oli-obk
Copy link
Contributor

oli-obk commented Aug 23, 2023

@bors r=cjgillot,oli-obk

@bors
Copy link
Contributor

bors commented Aug 23, 2023

📌 Commit 1fac8a0 has been approved by cjgillot,oli-obk

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 23, 2023
@bors
Copy link
Contributor

bors commented Aug 23, 2023

⌛ Testing commit 1fac8a0 with merge b1782d7be6aa05870ba1771b3d7d675a45b86dab...

@rust-log-analyzer
Copy link
Collaborator

The job dist-x86_64-apple failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] rustc_error_codes test:false 0.145
   Compiling rustc_driver_impl v0.0.0 (/Users/runner/work/rust/rust/compiler/rustc_driver_impl)
The following warnings were emitted during compilation:

warning: "Unprefixed `malloc` requested on unsupported platform `x86_64-apple-darwin` => using prefixed `malloc`"
error: failed to run custom build command for `jemalloc-sys v0.5.3+5.3.0-patched`

Caused by:
  process didn't exit successfully: `/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/release/build/jemalloc-sys-d291f2a783311478/build-script-build` (exit status: 101)
  process didn't exit successfully: `/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/release/build/jemalloc-sys-d291f2a783311478/build-script-build` (exit status: 101)
  --- stdout
  TARGET=x86_64-apple-darwin
  HOST=x86_64-apple-darwin
  NUM_JOBS=4
  OUT_DIR="/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out"
  BUILD_DIR="/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build"
  SRC_DIR="/Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched"
  cargo:warning="Unprefixed `malloc` requested on unsupported platform `x86_64-apple-darwin` => using prefixed `malloc`"
  cargo:rustc-cfg=prefixed
  cargo:rerun-if-env-changed=JEMALLOC_OVERRIDE
  TARGET = Some("x86_64-apple-darwin")
  HOST = Some("x86_64-apple-darwin")
  cargo:rerun-if-env-changed=CC_x86_64-apple-darwin
  CC_x86_64-apple-darwin = None
  CC_x86_64-apple-darwin = None
  cargo:rerun-if-env-changed=CC_x86_64_apple_darwin
  CC_x86_64_apple_darwin = Some("sccache /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang")
  CFLAGS_x86_64-apple-darwin = None
  cargo:rerun-if-env-changed=CFLAGS_x86_64_apple_darwin
  CFLAGS_x86_64_apple_darwin = Some("-ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab")
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  CC="/Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang"
  CFLAGS="-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab"
  JEMALLOC_REPO_DIR="jemalloc"
  cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_MALLOC_CONF
  cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_PAGE
  cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_HUGEPAGE
  cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_QUANTUM
  cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_VADDR
  --with-jemalloc-prefix=_rjem_
  running: cd "/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build" && CC="/Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang" CFLAGS="-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab" CPPFLAGS="-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab" LDFLAGS="-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab" "sh" "/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build/configure" "--disable-cxx" "--enable-doc=no" "--enable-shared=no" "--with-jemalloc-prefix=_rjem_" "--with-private-namespace=_rjem_" "--host=x86_64-apple-darwin" "--build=x86_64-apple-darwin" "--prefix=/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out"
  checking for xsltproc... /usr/bin/xsltproc
  checking for x86_64-apple-darwin-gcc... /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang
  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 for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang accepts -g... yes
  checking for /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang option to accept ISO C89... none needed
  checking whether compiler is cray... no
  checking whether compiler supports -std=gnu11... yes
  checking whether compiler supports -Werror=unknown-warning-option... 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 -Wpointer-arith... yes
  checking whether compiler supports -Wno-missing-braces... yes
  checking whether compiler supports -Wno-missing-attributes... no
  checking whether compiler supports -pipe... yes
  checking whether compiler supports -g3... yes
  checking how to run the C preprocessor... /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -E
---
  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 whether compiler supports -Wimplicit-fallthrough... yes
  checking whether fallthrough attribute is compilable... yes
  checking whether compiler supports -Wimplicit-fallthrough... yes
  checking whether compiler supports -Wimplicit-fallthrough... yes
  checking whether compiler supports -Werror... yes
  checking whether compiler supports -herror_on_warning... no
  checking whether cold attribute is compilable... yes
  checking whether vm_make_tag is compilable... yes
  checking for x86_64-apple-darwin-ranlib... no
  checking for ranlib... ranlib
  checking for ld... /usr/bin/ld
  checking for autoconf... /usr/local/bin/autoconf
---
  checking whether compiler supports -O3... yes
  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 utrace(2) with label 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... 12
  checking pthread.h usability... yes
  checking pthread.h presence... 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 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 whether pthread_getname_np(3) is compilable... yes
  checking whether pthread_get_name_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 clock_gettime(CLOCK_REALTIME, ...) is compilable... yes
  checking whether syscall(2) is compilable... yes
  checking for secure_getenv... no
  checking for sched_getcpu... no
  checking for sched_setaffinity... 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 for memcntl... 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 whether madvise(..., MADV_[NO]CORE) is compilable... no
  checking whether mprotect(2) is compilable... yes
  checking for __builtin_clz... yes
  checking whether Darwin os_unfair_lock_*() 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
  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/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/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/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.3.0-0-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c
  library revision   : 2

  CONFIG             : --disable-cxx --enable-doc=no --enable-shared=no --with-jemalloc-prefix=_rjem_ --with-private-namespace=_rjem_ --host=x86_64-apple-darwin --build=x86_64-apple-darwin --prefix=/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out build_alias=x86_64-apple-darwin host_alias=x86_64-apple-darwin CC=/Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang 'CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab' 'LDFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab' 'CPPFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab' CXX=/Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang++
  CC                 : /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang
  CONFIGURE_CFLAGS   : -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops
  SPECIFIED_CFLAGS   : -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab
  EXTRA_CFLAGS       : 
  CPPFLAGS           : -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT
  CXX                : /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang++
  CONFIGURE_CXXFLAGS : -Wimplicit-fallthrough -O3
  SPECIFIED_CXXFLAGS : 
  EXTRA_CXXFLAGS     : 
  LDFLAGS            : -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab
  EXTRA_LDFLAGS      : 
  DSO_LDFLAGS        : -shared -Wl,-install_name,$(LIBDIR)/$(@F)
  LIBS               : -pthread
  RPATH_EXTRA        : 

  XSLTPROC           : /usr/bin/xsltproc
  XSLROOT            : 

  PREFIX             : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out
  BINDIR             : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/bin
  DATADIR            : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/share
  INCLUDEDIR         : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/include
  LIBDIR             : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/lib
  MANDIR             : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/share/man
  srcroot            : 
  srcroot            : 
  abs_srcroot        : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build/
  objroot            : 
  abs_objroot        : /Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build/

  JEMALLOC_PREFIX    : _rjem_
  JEMALLOC_PRIVATE_NAMESPACE
                     : _rjem_je_
  install_suffix     : 
  malloc_conf        : 
  shared libs        : 0
  static libs        : 1
  autogen            : 0
  debug              : 0
---
  utrace             : 0
  xmalloc            : 0
  log                : 0
  lazy_lock          : 0
  cache-oblivious    : 1
  ===============================================================================
  ===============================================================================
  running: cd "/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build" && "make" "-j" "4"
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin_info.sym.o src/bin_info.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/buf_writer.sym.o src/buf_writer.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/cache_bin.sym.o src/cache_bin.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/counter.sym.o src/counter.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/decay.sym.o src/decay.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ecache.sym.o src/ecache.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata.sym.o src/edata.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata_cache.sym.o src/edata_cache.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ehooks.sym.o src/ehooks.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/emap.sym.o src/emap.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/eset.sym.o src/eset.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/exp_grow.sym.o src/exp_grow.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/fxp.sym.o src/fxp.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san.sym.o src/san.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san_bump.sym.o src/san_bump.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hook.sym.o src/hook.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa.sym.o src/hpa.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa_hooks.sym.o src/hpa_hooks.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpdata.sym.o src/hpdata.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/inspect.sym.o src/inspect.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa.sym.o src/pa.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa_extra.sym.o src/pa_extra.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pai.sym.o src/pai.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pac.sym.o src/pac.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/peak_event.sym.o src/peak_event.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_data.sym.o src/prof_data.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_log.sym.o src/prof_log.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_recent.sym.o src/prof_recent.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_stats.sym.o src/prof_stats.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_sys.sym.o src/prof_sys.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/psset.sym.o src/psset.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/safety_check.sym.o src/safety_check.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sc.sym.o src/sc.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sec.sym.o src/sec.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/test_hooks.sym.o src/test_hooks.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/thread_event.sym.o src/thread_event.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/zone.sym.o src/zone.c
  nm -a src/jemalloc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
  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/bin_info.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bin_info.sym
  nm -a src/bitmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
  nm -a src/buf_writer.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/buf_writer.sym
  nm -a src/cache_bin.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/cache_bin.sym
  nm -a src/ckh.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
  nm -a src/counter.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/counter.sym
  nm -a src/ctl.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
  nm -a src/decay.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/decay.sym
  nm -a src/div.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
  nm -a src/ecache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ecache.sym
  nm -a src/edata.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/edata.sym
  nm -a src/edata_cache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/edata_cache.sym
  nm -a src/ehooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ehooks.sym
  nm -a src/emap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/emap.sym
  nm -a src/eset.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/eset.sym
  nm -a src/exp_grow.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/exp_grow.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/fxp.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/fxp.sym
  nm -a src/san.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/san.sym
  nm -a src/san_bump.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/san_bump.sym
  nm -a src/hook.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hook.sym
  nm -a src/hpa.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hpa.sym
  nm -a src/hpa_hooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hpa_hooks.sym
  nm -a src/hpdata.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hpdata.sym
  nm -a src/inspect.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/inspect.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/nstime.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
  nm -a src/pa.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pa.sym
  nm -a src/pa_extra.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pa_extra.sym
  nm -a src/pai.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pai.sym
  nm -a src/pac.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pac.sym
  nm -a src/pages.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
  nm -a src/peak_event.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/peak_event.sym
  nm -a src/prof.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
  nm -a src/prof_data.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_data.sym
  nm -a src/prof_log.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_log.sym
  nm -a src/prof_recent.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_recent.sym
  nm -a src/prof_stats.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_stats.sym
  nm -a src/prof_sys.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_sys.sym
  nm -a src/psset.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/psset.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/sc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sc.sym
  nm -a src/sec.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sec.sym
  nm -a src/stats.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
  nm -a src/sz.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
  nm -a src/tcache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
  nm -a src/test_hooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/test_hooks.sym
  nm -a src/thread_event.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/thread_event.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
  /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/bin_info.sym src/bitmap.sym src/buf_writer.sym src/cache_bin.sym src/ckh.sym src/counter.sym src/ctl.sym src/decay.sym src/div.sym src/ecache.sym src/edata.sym src/edata_cache.sym src/ehooks.sym src/emap.sym src/eset.sym src/exp_grow.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/fxp.sym src/san.sym src/san_bump.sym src/hook.sym src/hpa.sym src/hpa_hooks.sym src/hpdata.sym src/inspect.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/nstime.sym src/pa.sym src/pa_extra.sym src/pai.sym src/pac.sym src/pages.sym src/peak_event.sym src/prof.sym src/prof_data.sym src/prof_log.sym src/prof_recent.sym src/prof_stats.sym src/prof_sys.sym src/psset.sym src/rtree.sym src/safety_check.sym src/sc.sym src/sec.sym src/stats.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/thread_event.sym src/ticker.sym src/tsd.sym src/witness.sym src/zone.sym > include/jemalloc/internal/private_namespace.gen.h
  cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.h
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/bin_info.o src/bin_info.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/buf_writer.o src/buf_writer.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/cache_bin.o src/cache_bin.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/counter.o src/counter.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/decay.o src/decay.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/ecache.o src/ecache.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/edata.o src/edata.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/edata_cache.o src/edata_cache.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/ehooks.o src/ehooks.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/emap.o src/emap.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/eset.o src/eset.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/exp_grow.o src/exp_grow.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/fxp.o src/fxp.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/san.o src/san.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/san_bump.o src/san_bump.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/hook.o src/hook.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/hpa.o src/hpa.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/hpa_hooks.o src/hpa_hooks.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/hpdata.o src/hpdata.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/inspect.o src/inspect.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/pa.o src/pa.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/pa_extra.o src/pa_extra.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/pai.o src/pai.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/pac.o src/pac.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/peak_event.o src/peak_event.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/prof_data.o src/prof_data.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/prof_log.o src/prof_log.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/prof_recent.o src/prof_recent.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/prof_stats.o src/prof_stats.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/prof_sys.o src/prof_sys.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/psset.o src/psset.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.o src/safety_check.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/sc.o src/sc.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/sec.o src/sec.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.o src/test_hooks.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/thread_event.o src/thread_event.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/zone.o src/zone.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/bin_info.pic.o src/bin_info.c
  /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
  --- stderr
  --- stderr
  PLEASE submit a bug report to https:/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
  Stack dump:
  0. Program arguments: /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin/clang -std=gnu11 -Werror=unknown-warning-option -Wall -Wextra -Wshorten-64-to-32 -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -pipe -g3 -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -ffunction-sections -fdata-sections -fPIC --target=x86_64-apple-darwin -stdlib=libc++ -fdebug-prefix-map=/Users/runner/work/rust/rust=/rustc/b1782d7be6aa05870ba1771b3d7d675a45b86dab -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
  1. <eof> parser at end of file
  2. Optimizer
  Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
  0  clang-14                 0x000000010852364b llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 43
  1  clang-14                 0x00000001085224f8 llvm::sys::RunSignalHandlers() + 248
  2  clang-14                 0x0000000108522bf0 llvm::sys::CleanupOnSignal(unsigned long) + 208
  3  clang-14                 0x00000001084510cf CrashRecoverySignalHandler(int) + 191
  4  libsystem_platform.dylib 0x00007ff8169a35ed _sigtramp + 29
  5  clang-14                 0x000000010aa4add7 llvm::ContextualFoldingSet<clang::FunctionProtoType, clang::ASTContext&>::NodeEquals(llvm::FoldingSetBase const*, llvm::FoldingSetBase::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) + 39
  6  libsystem_c.dylib        0x00007ff81689cb45 abort + 123
  7  libsystem_malloc.dylib   0x00007ff8167b3752 malloc_vreport + 888
  8  libsystem_malloc.dylib   0x00007ff8167b6b31 malloc_report + 151
  9  clang-14                 0x0000000107d2749c llvm::Instruction::eraseFromParent() + 60
  10 clang-14                 0x00000001085f1488 (anonymous namespace)::PromoteMem2Reg::run() + 2408
  11 clang-14                 0x00000001085f09cd llvm::PromoteMemToReg(llvm::ArrayRef<llvm::AllocaInst*>, llvm::DominatorTree&, llvm::AssumptionCache*) + 397
  12 clang-14                 0x00000001083abf81 llvm::SROAPass::runImpl(llvm::Function&, llvm::DominatorTree&, llvm::AssumptionCache&) + 3121
  13 clang-14                 0x00000001083ac304 llvm::SROAPass::run(llvm::Function&, llvm::AnalysisManager<llvm::Function>&) + 84
  14 clang-14                 0x00000001095b7ef2 llvm::detail::PassModel<llvm::Function, llvm::SROAPass, llvm::PreservedAnalyses, llvm::AnalysisManager<llvm::Function> >::run(llvm::Function&, llvm::AnalysisManager<llvm::Function>&) + 18
  15 clang-14                 0x0000000107d83688 llvm::PassManager<llvm::Function, llvm::AnalysisManager<llvm::Function> >::run(llvm::Function&, llvm::AnalysisManager<llvm::Function>&) + 392
  16 clang-14                 0x00000001067e8742 llvm::detail::PassModel<llvm::Function, llvm::PassManager<llvm::Function, llvm::AnalysisManager<llvm::Function> >, llvm::PreservedAnalyses, llvm::AnalysisManager<llvm::Function> >::run(llvm::Function&, llvm::AnalysisManager<llvm::Function>&) + 18
  17 clang-14                 0x0000000107d87401 llvm::ModuleToFunctionPassAdaptor::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 449
  18 clang-14                 0x00000001067e8542 llvm::detail::PassModel<llvm::Module, llvm::ModuleToFunctionPassAdaptor, llvm::PreservedAnalyses, llvm::AnalysisManager<llvm::Module> >::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 18
  19 clang-14                 0x0000000107d8229b llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module> >::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 443
  20 clang-14                 0x00000001087fb1ab (anonymous namespace)::EmitAssemblyHelper::RunOptimizationPipeline(clang::BackendAction, std::__1::unique_ptr<llvm::raw_pwrite_stream, std::__1::default_delete<llvm::raw_pwrite_stream> >&, std::__1::unique_ptr<llvm::ToolOutputFile, std::__1::default_delete<llvm::ToolOutputFile> >&) + 14235
  21 clang-14                 0x00000001087f0ac0 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, std::__1::unique_ptr<llvm::raw_pwrite_stream, std::__1::default_delete<llvm::raw_pwrite_stream> >) + 1056
  22 clang-14                 0x0000000108af8dac clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 1772
  23 clang-14                 0x000000010a034a64 clang::ParseAST(clang::Sema&, bool, bool) + 564
  24 clang-14                 0x0000000108ea020a clang::FrontendAction::Execute() + 90
  25 clang-14                 0x0000000108df7196 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 838
  26 clang-14                 0x0000000108f1de7d clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 685
  27 clang-14                 0x00000001064dc794 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 2068
  28 clang-14                 0x00000001064da9c9 ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&) + 281
  29 clang-14                 0x0000000108c408b7 void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<llvm::Optional<llvm::StringRef> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, bool*) const::$_1>(long) + 23
  30 clang-14                 0x0000000108450e22 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) + 226
  31 clang-14                 0x0000000108c40446 clang::driver::CC1Command::Execute(llvm::ArrayRef<llvm::Optional<llvm::StringRef> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, bool*) const + 390
  32 clang-14                 0x0000000108c0bca5 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&) const + 725
  33 clang-14                 0x0000000108c0c04c clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::__1::pair<int, clang::driver::Command const*> >&) const + 124
  34 clang-14                 0x0000000108c24f3c clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::__1::pair<int, clang::driver::Command const*> >&) + 396
  35 clang-14                 0x00000001064da0b0 main + 10016
  36 dyld                     0x00007ff81661c41f start + 1903
  clang-14: error: clang frontend command failed with exit code 134 (use -v to see invocation)
  clang version 14.0.5 (https:/tru/llvm-release-build 686807a176470032c208f27da2cc31b1c10777c6)
  Thread model: posix
  InstalledDir: /Users/runner/work/rust/rust/clang+llvm-14.0.5-x86_64-apple-darwin/bin
  clang-14: note: diagnostic msg: 
  ********************
  ********************

  PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  Preprocessed source(s) and associated run script(s) are located at:
  clang-14: note: diagnostic msg: /var/folders/d_/pgzdl1gj42lfy596tj6hz9_r0000gn/T/base-673777.c
  clang-14: note: diagnostic msg: /var/folders/d_/pgzdl1gj42lfy596tj6hz9_r0000gn/T/base-673777.sh
  clang-14: note: diagnostic msg: Crash backtrace is located in
  clang-14: note: diagnostic msg: /Users/runner/Library/Logs/DiagnosticReports/clang-14_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
  clang-14: note: diagnostic msg: (choose the .crash file that corresponds to your crash)
  clang-14: note: diagnostic msg: 
  ********************
  ********************
  make: *** [src/base.pic.o] Error 134
  make: *** Waiting for unfinished jobs....
  thread 'main' panicked at 'command did not execute successfully: cd "/Users/runner/work/rust/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/jemalloc-sys-a46592aeb341bafe/out/build" && "make" "-j" "4"
  expected success, got: exit status: 2', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.3+5.3.0-patched/build.rs:346:9
warning: build failed, waiting for other jobs to finish...
[RUSTC-TIMING] rustc_driver_impl test:false 68.318
[RUSTC-TIMING] rustc_interface test:false 79.940
[RUSTC-TIMING] rustc_query_impl test:false 205.517

@bors
Copy link
Contributor

bors commented Aug 23, 2023

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 23, 2023
@spastorino
Copy link
Member

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 23, 2023
@bors
Copy link
Contributor

bors commented Aug 24, 2023

⌛ Testing commit 1fac8a0 with merge a84572b85fd6afa8d9bd8a686e7d70f7f2a28fe4...

@bors
Copy link
Contributor

bors commented Aug 24, 2023

☀️ Test successful - checks-actions
Approved by: cjgillot,oli-obk
Pushing a84572b85fd6afa8d9bd8a686e7d70f7f2a28fe4 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Aug 24, 2023
@bors
Copy link
Contributor

bors commented Aug 24, 2023

👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward

@Zalathar
Copy link
Contributor Author

I assume this is spurious failure due to rust-lang/homu#75 ?

@matthewjasper
Copy link
Contributor

@bors retry

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (a84572b85fd6afa8d9bd8a686e7d70f7f2a28fe4): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
1.9% [1.3%, 3.2%] 5
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) - - 0

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 631.241s -> 631.642s (0.06%)
Artifact size: 346.61 MiB -> 346.63 MiB (0.01%)

@ehuss
Copy link
Contributor

ehuss commented Aug 24, 2023

@bors retry

422 Update is not a fast forward

@ehuss
Copy link
Contributor

ehuss commented Aug 24, 2023

@bors r=cjgillot,oli-obk

@bors
Copy link
Contributor

bors commented Aug 24, 2023

💡 This pull request was already approved, no need to approve it again.

@bors
Copy link
Contributor

bors commented Aug 24, 2023

📌 Commit 1fac8a0 has been approved by cjgillot,oli-obk

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 25, 2023

⌛ Testing commit 1fac8a0 with merge 738df13...

@bors
Copy link
Contributor

bors commented Aug 25, 2023

☀️ Test successful - checks-actions
Approved by: cjgillot,oli-obk
Pushing 738df13 to master...

@bors bors merged commit 738df13 into rust-lang:master Aug 25, 2023
22 checks passed
@rustbot rustbot added this to the 1.74.0 milestone Aug 25, 2023
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (738df13): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.7% [2.7%, 2.7%] 1
Improvements ✅
(primary)
-3.4% [-3.4%, -3.4%] 1
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -3.4% [-3.4%, -3.4%] 1

Cycles

This benchmark run did not return any relevant results for this metric.

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 631.944s -> 630.96s (-0.16%)
Artifact size: 315.73 MiB -> 315.67 MiB (-0.02%)

@Zalathar Zalathar deleted the smir-coverage branch August 26, 2023 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.