pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

syncstorage-rs: fix openssl part of linking problem



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Jun 11 00:02:40 2023 +0200
Changeset:	bd9bdc6f3b84e56c3f7d2d8744d8ed9797bf7826

Modified Files:
	syncstorage-rs/Makefile
	syncstorage-rs/TODO

Log Message:
syncstorage-rs: fix openssl part of linking problem

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd9bdc6f3b84e56c3f7d2d8744d8ed9797bf7826

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 syncstorage-rs/Makefile |  2 ++
 syncstorage-rs/TODO     | 27 ++++++++++++++++++---------
 2 files changed, 20 insertions(+), 9 deletions(-)

diffs:
diff --git a/syncstorage-rs/Makefile b/syncstorage-rs/Makefile
index ce97197ae2..3d0026c9a1 100644
--- a/syncstorage-rs/Makefile
+++ b/syncstorage-rs/Makefile
@@ -28,6 +28,8 @@ USE_LANGUAGES=		c c++ # rust, but needs toolchain
 USE_TOOLS+=		pkg-config
 RUSTFLAGS+=		-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 RUSTFLAGS+=		-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.abseil}/lib
+# to avoid link issue with openssl
+CARGO_ARGS=		build --release --features grpcio/openssl ${DEFAULT_CARGO_ARGS}
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
diff --git a/syncstorage-rs/TODO b/syncstorage-rs/TODO
index 8e6fdba9f2..deabfd3428 100644
--- a/syncstorage-rs/TODO
+++ b/syncstorage-rs/TODO
@@ -1,9 +1,18 @@
    Compiling syncserver v0.13.6 (/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/syncserver)
 error: linking with `cc` failed: exit status: 1
   |
-  = note: LC_ALL="C" PATH="/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/bin:/scratch/wip/syncstorage-rs/work/.cwrapper/bin:/scratch/wip/syncstorage-rs/work/.buildlink/bin:/scratch/wip/syncstorage-rs/work/.gcc/bin:/scratch/wip/syncstorage-rs/work/.tools/bin:/usr/pkg/bin:/home/wiz/bin:/usr/local/bin:/usr/X11R7/bin:/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/pkg/sbin:/usr/local/sbin:/usr/games:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin" VSLANG="1033" "cc" "-Wl,-L/usr/pkg/lib/libatomic" "-m64" "/tmp/rustcS9oEGQ/symbols.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.0.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.1.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.10.rcgu.o" "/scratch/wip/syncstorage-rs/work/
syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.11.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.12.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.13.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.14.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.15.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.2.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.3.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/targe
 t/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.4.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.5.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.6.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.7.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.8.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.syncserver.bac06807-cgu.9.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636.19mvrhxh24kwlec2.rcgu.o" "-Wl,--as-needed" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps" "
 -L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/boringssl-build/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/ab
 sl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorag
 e-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a2
 76/out/build/third_party/abseil-cpp/absl/numeric" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/
 scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.1
 3.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/cares/cares/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/re2" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out" "-L" "/scratch
 /wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/ring-e9696d259abb0c25/out" "-L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/curl-sys-2ccc94d9613c676a/out/build" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-Wl,-Bstatic" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver-b356c72105bdddf1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburlencoding-a2fb4cf72475bf49.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_async-d9c057d7a11f1bb5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libthread_local-63effaf5781ac80a.rlib" "/scr
 atch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtake_mut-a4d97ff897eba667.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_envlogger-fae48f9591f3550d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_stdlog-5753578ec1fd3910.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_term-1f6ea78e62ec2ef9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libatty-32c4cca00ca689fa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libterm-f391c8149af7048f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdirs_next-ba6d8bcd21af4dc1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdirs_sys_next-469cbe0a34a86336.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry-eecb17475cc7c0e8.rli
 b" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_panic-4b27196050fd601a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_failure-cc9dfc7d8c7bb8a8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfailure-16a2e0fd574793ef.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_contexts-5a2d714ba95e966a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libuname-55b327990fbe7d2e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_backtrace-bf6be250ea5f6733.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcurl-d0fe987f4c22f6bf.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsocket2-e8f70df5f3206dcb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcurl_sys-e7
 81fdf9421a1230.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblibz_sys-aa3f8161d478d3c9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_core-1057e87c83ce0475.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libim-d3911d04df6ed5fd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_xoshiro-e8395513c048f478.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsized_chunks-00c541a21d6a59bb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbitmaps-9b9760f5d3de98b7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_types-9c487eb2474cae5b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdebugid-5990c0327193d8e0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libva
 lidator-ad46ff5d1c5ce16a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libvalidator_types-4cd4d7fdfdea50d9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyn-e1824e6de2ccf389.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libquote-6202eedb4074ee24.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libproc_macro2-ef7b0d00f5e18573.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_xid-76ce28adb45601ae.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libproc_macro-c0af0055ee1fb210.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhawk-5796fe17cae9c8e1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libanyhow-e1e3d615d02e09e3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhex-3791ccb616476b1b.rlib"
  "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdiesel_logger-ebbcb2e661849d4f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdyn_clone-8d6be1ccc5da6cd3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpyo3-b7cc9fd8619ffc26.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunindent-0ef62cd888db99cc.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpaste-bd42aac2f3518530.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libindoc-a96f29fbcd41939a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libreqwest-9c203f67b4ecd2f2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhyper_rustls-dea8fa14296dccb1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhyper_tls-db4dd2de7d02e39a.rli
 b" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwebpki_roots-ab00e87a92c4742c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libipnet-29d16f454e28db13.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio_tls-fc81e7da9d26a090.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio_rustls-902b4b320aeacd1f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librustls-6a89dc276f92b6e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbase64-047477050d6f38db.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsct-b8bcbdbde51f419e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwebpki-48889ee1fa1a9eaa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libring-057864379627a905.rlib" "/sc
 ratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libspin-aea234df8505765b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libuntrusted-ed2dba79f602c926.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmime_guess-f19f1d3f6be45c5a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicase-4aae5e631169af1b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnative_tls-3d2c3e7e92aa22b9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl_probe-793c9be8e719d858.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl-9916114129d14837.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libforeign_types-06ea0909072cf2fc.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libforeign_types_shared-05c6
 9466e57582f7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl_sys-6309cb42fe440585.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhyper-a451bd0ff5e32bb9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwant-5f87368259b866c7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtry_lock-02503010f007ddf3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttpdate-a7d29dc936c33523.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtower_service-d1915c791bc57888.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttp_body-5f966d9cf9b9d340.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwoothee-8775b82fc89a7531.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver
 _settings-ae46e136ceca7c43.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokenserver_settings-2bdb79c54bdad06f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokenserver_common-b268b62b1ad65b27.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libconfig-d112f73244a4fc0c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libini-fd7caaf3f5d7490b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde_hjson-0f3e01159f5ae1fd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde-ef7f4351a944ff96.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_traits-ff5982f7b13ddfff.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libyaml_rust-a243ccf1f1e112c5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/ta
 rget/release/deps/libtoml-63d0a51996be0964.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcadence-1cc9a75d55923f33.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_channel-b35a13297ec3e302.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_utils-e9622bb3e1cadee6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_cors-ac573f17aa0ab983.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libonce_cell-ccc3e996f2be4a2d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_mozlog_json-a030192741624d1a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbb8-e9c23326bb508152.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libuuid-f701e803c7663fd2.rlib" "/scratch/wip/syncstorage-rs/work/syncstora
 ge-rs-0.13.6/target/release/deps/libgoogle_cloud_rust_raw-b7e2435a211090ae.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncstorage_settings-a882a28d985abdd9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime-820138bb12835f37.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_threads-d41b56820d121dc8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand-350220a1d49e6da7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_chacha-12409216ec09f5a0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_core-6f38105c5760c5c0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgetrandom-cfe1bc15485948dd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver_db_common-fb89a577358f7b61.rlib" "/sc
 ratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdeadpool-400534011111eb40.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libconfig-eda527ff24169f38.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnom-487481f535bc19a5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblexical_core-93b45a4e7a20b712.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libstatic_assertions-3517fe0e880fab5a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libarrayvec-9285d7b6ac0587cd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_queue-381e6973a60b9079.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_utils-d4c14c19819a5ff6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmaybe_uninit-c
 b7f37013dd8f280.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio-48e79a908f51b265.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libprotobuf-d68ce10d899d5e17.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libchrono-889645f45ee3acad.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_integer-85e2551d9ac19f33.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_traits-b70502d1a8b32d21.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime-4d945672bd60f1d0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver_common-852b094df256f8f1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/lib
 sha2-2b3d8746c551e65e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhkdf-fed4d82634599ec5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhmac-330696a5927abb2c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrypto_mac-44b0c1d7b8ec0975.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsubtle-f165a80cca0246ab.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_web-c08a55075e9f1cde.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_tls-3abaaf9de01e6c57.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libawc-464c1fc7e1292d72.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_server-cc5b9c75a7cd228e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsocket2-2
 f4008d7cf2555f1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_router-5928d2a52dd80101.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbytestring-428559040aecabb5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_http-7a0ea8bc1571da00.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbase64-9ac5530647bc2e01.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttparse-f66f379f8427e94f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libitoa-9e71ce45c6a43d80.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsha1-2fe2a3eea4139826.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopaque_debug-bb61f6b9cf8ac3e3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcpufea
 tures-ddb73cb55d19f1ff.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libblock_buffer-bd5d742b8d0630b3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdigest-25f21178bca8a04b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgeneric_array-51b4db77075d55c4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtypenum-95a74a189c8354a0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde_urlencoded-fcda2897c276de92.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde_json-93adbed7c64d9984.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libryu-830f142f5400e0a5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcookie-c622e66f69e11622.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/
 deps/libencoding_rs-6e06fe9a882c8dae.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblanguage_tags-c1a348e326c66ea1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmime-73ce0f8aa674540d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libflate2-fd1310bfed790b3b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libminiz_oxide-840d6224a5c275e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrc32fast-81a6d89a3a67569f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbrotli-8153d89d1ae9d1fe.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbrotli_decompressor-c534b4b8ad262a4f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liballoc_stdlib-f624a5dec1199797.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0
 .13.6/target/release/deps/liballoc_no_stdlib-4f9dafcd51cbf579.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime-b2cf6031e81d9af1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime_macros-acc68f49f843aac4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libstandback-182e11907acc0587.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfxhash-b89c4fa22e3fa4ce.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_utils-e002b1f38db3fc5f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_connect-8bf411988838b3d4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtrust_dns_resolver-189da346ce98dcf7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libresolv_conf-8ce07fca02a78781.rlib" "/scratch/wip/syncstor
 age-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhostname-d6c8cdf792bab00f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmatch_cfg-c8aad46fdd3cfd4d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libquick_error-1c4ec8f53fd37c0f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtrust_dns_proto-8f9b4ef507140b6f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand-ce4d5a5938d5eff5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_chacha-4879b5eddce54cd9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libppv_lite86-505a19d9f79ebac2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_core-751f3f8fc3372e9d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgetrandom-b2d7555174b0c55e.rlib" "/scra
 tch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburl-d5e0c8473879abca.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libform_urlencoded-8427314ae5ce12d4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpercent_encoding-3620b7e8adbbe96f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libidna-987c2d1260b456ce.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libthiserror-7547f3ac1d7abb4c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblru_cache-467cf05f123eff87.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblinked_hash_map-91b3729c56111147.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-2ae6105c56c3fa68.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_executor-f2e89
 04bdcaeef5b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_rt-439fd763b60a6e32.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_threadpool-22ab9f9b13a67e0e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libthreadpool-76928c6d8cf588a9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcopyless-e47cb86ac1638633.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libeither-ee9334f7b0afad76.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libh2-bd9bb4449d3f3573.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtracing_futures-1f6db57a5ccb91f9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtracing-adf4f005c800e4c3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtrac
 ing_core-3e630cd78b6adb8a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libindexmap-032dc7e316b94c3a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhashbrown-06c56242c890d0d9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttp-742be99a508aa14a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libitoa-e778064a3e5d8c36.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbytes-f805efe3cbd23d83.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_service-ba5ef9665075a26a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_codec-148ebb8f660253ec.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbitflags-2e8c6ebb79fa3031.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/lib
 tokio_util-a9de660b595bdb41.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio-08ae33abf8efb365.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsignal_hook_registry-a87e5d061a89835b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_cpus-549333431a57fad4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfnv-e43fa5ca061ec87e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmio_uds-92a1655460ee8fe8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmio-50038ba5985ac195.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libiovec-08fbb6aa19c67982.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnet2-7ed59f284c1ad4dd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcfg_i
 f-46d7f7063627be9f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project_lite-d2aaae64c20117f6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project-01fd701fe6d77d0d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project-7a7e1a1317dbdd11.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_util-c962cddfbdd13a31.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-0084a2204b1ae90d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_io-05aed5e4c02f6b2c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslab-81a94ffa8687d73f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_channel-685ee720c6ff6bb3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target
 /release/deps/libpin_project_lite-d06969c6c5f88033.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_sink-c1e85fc79e6f1e5d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_task-1b4cec0940cc1c4a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_utils-dc695ee9ef6696b2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_core-10c8bee79ea4a74a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbytes-5fb59980de6ed1db.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbacktrace-479534a7a8f4ccba.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libminiz_oxide-8a398dda20d098dd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libadler-16e3990e5ac08e37.rlib" "/scratch/wip/syncstorage-rs/work/syncsto
 rage-rs-0.13.6/target/release/deps/libobject-c17ba9f858f7d09b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libaddr2line-b1c26239ec23fb8b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgimli-0c4b3a5e7ecd7756.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librustc_demangle-bb045e0eb3e3859a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdiesel_migrations-98e68781d20a911d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmigrations_internals-7e720e57855f1336.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdiesel-59af3e8d89447336.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburl-3adb6350d460934f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpercent_encoding-5c9db5a11f056a61.rlib" "/scratch/wip/s
 yncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libidna-2ea5b1b21315808a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_normalization-9c7dda84c6fa07eb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec-43c44266d4d010d2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec_macros-8d55c1cd71adc105.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_bidi-fa425c4fb85950ea.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmatches-cc8256770299aa09.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmysqlclient_sys-9b03153ff8027c6a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libr2d2-77157f462094dddb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libscheduled_thread_pool-8b7
 3801630a616a1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot-ff156e982567fda1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot_core-33f9a2c0e46a2a35.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblibc-368134a9170773e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsmallvec-b636cab7a22975da.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblock_api-a16aa8a1ad569062.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libscopeguard-8884d274b3a07e8d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libinstant-8e07eb5afd2204c6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblog-d74ffe7d55840b45.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcfg_if-
 fcd5e932964f7f9d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbyteorder-bdef2cc42d03e598.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdocopt-98fa9d51846e5e1d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libstrsim-e25c6d300ffba1cd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libregex-9fb96da604b8acd0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libaho_corasick-431dadbdb60dbb44.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmemchr-f0892a768db7b0d1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libregex_syntax-ce788b093c38d198.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_scope-4c5673bc748f45fa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libarc_s
 wap-27acd6e4e5f67f62.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblazy_static-66dc25d131c0883a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog-19bfd5540ac1b63c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liberased_serde-8e78f8000d7c48db.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde-ca140831b0fec5b8.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd-9b772ef89430559b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libpanic_unwind-6f332ecaddc46c52.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libobject-4530bff11c585d40.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libmemchr-36ba628674196067.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libaddr2line-c51d418779347bc1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libgimli-0bb0128174ecd179.rlib" "/usr/pkg/lib/rustlib/x86_64-unknow
 n-netbsd/lib/librustc_demangle-a01615899b686a2e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd_detect-a1260792c904bab5.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libhashbrown-da395b891de389a4.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libminiz_oxide-53031c214bdd98ed.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libadler-dea8675d35f4fef1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_alloc-e033d0f13c64d66b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libunwind-913704ab9d99c84e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcfg_if-00ee8316a60f969c.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liblibc-f4e3e0d1c3bc9993.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liballoc-fc480dfbad74833d.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_core-c01b8d71c80fe250.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcore-59b568f2b30e7f45.rlib" "/usr/pkg
 /lib/rustlib/x86_64-unknown-netbsd/lib/libcompiler_builtins-7db9d3e81120bbdf.rlib" "-Wl,-Bdynamic" "-lpython3.11" "-lssl" "-lcrypto" "-lstdc++" "-lmysqlclient" "-lutil" "-lrt" "-lutil" "-lexecinfo" "-lpthread" "-lrt" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lrt" "-lutil" "-lexecinfo" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-fd1e6b51aff28636" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,-R/usr/lib" "-Wl,-R/usr/pkg/lib"
-  = note: ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl-9916114129d14837.rlib(openssl-9916114129d14837.openssl.3f3e4108-cgu.0.rcgu.o): undefined reference to symbol 'SSL_client_hello_get0_session_id@@OPENSSL_3.0.0'
-          ld: /usr/lib/libssl.so.15: error adding symbols: DSO missing from command line
+  = note: LC_ALL="C" PATH="/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/bin:/scratch/wip/syncstorage-rs/work/.cwrapper/bin:/scratch/wip/syncstorage-rs/work/.buildlink/bin:/scratch/wip/syncstorage-rs/work/.gcc/bin:/scratch/wip/syncstorage-rs/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin" VSLANG="1033" "cc" "-Wl,-L/usr/pkg/lib/libatomic" "-m64" "/tmp/rustcifTbHW/symbols.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.0.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.1.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.10.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.11.rcgu.o" "/sc
ratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.12.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.13.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.14.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.15.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.2.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.3.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.4.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-
 rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.5.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.6.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.7.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.8.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.purge_ttl.ce11856e-cgu.9.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd.4kqo0a0gi919ov57.rcgu.o" "-Wl,--as-needed" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps" "-L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/bui
 ld" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf2770
 36c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" 
 "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/numeric" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/ta
 rget/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/o
 ut/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/cares/cares/lib" "-L" "/scratch/wip/syn
 cstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/re2" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/usr/lib" "-L" "/usr/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wi
 p/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/ring-e9696d259abb0c25/out" "-L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/curl-sys-2ccc94d9613c676a/out/build" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-Wl,-Bstatic" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libenv_logger-612c60ebf1117b4b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libatty-32c4cca00ca689fa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtermcolor-22a4df60897fb658.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhumantime-40b0c91967306090.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libregex-9fb96da604b8acd0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libaho_corasick-431dadbdb60dbb44.rlib" "/scratch/wip/syncstorage-rs/w
 ork/syncstorage-rs-0.13.6/target/release/deps/libregex_syntax-ce788b093c38d198.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburl-d5e0c8473879abca.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libidna-987c2d1260b456ce.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_normalization-9c7dda84c6fa07eb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec-43c44266d4d010d2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec_macros-8d55c1cd71adc105.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_bidi-fa425c4fb85950ea.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libform_urlencoded-8427314ae5ce12d4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpercent_encoding-3620b7e8adbbe96f.rl
 ib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde-ca140831b0fec5b8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmatches-cc8256770299aa09.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgoogle_cloud_rust_raw-982fc38d3d1982a7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio-0b19b280296c7ad5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libprotobuf-d68ce10d899d5e17.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot-ff156e982567fda1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot_core-33f9a2c0e46a2a35.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblibc-368134a9170773e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsmallvec-b63
 6cab7a22975da.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblock_api-a16aa8a1ad569062.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libscopeguard-8884d274b3a07e8d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libinstant-8e07eb5afd2204c6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-2ae6105c56c3fa68.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_executor-f2e8904bdcaeef5b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_util-c962cddfbdd13a31.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmemchr-f0892a768db7b0d1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-0084a2204b1ae90d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libf
 utures_io-05aed5e4c02f6b2c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslab-81a94ffa8687d73f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_channel-685ee720c6ff6bb3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project_lite-d06969c6c5f88033.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_sink-c1e85fc79e6f1e5d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_task-1b4cec0940cc1c4a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_utils-dc695ee9ef6696b2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_core-10c8bee79ea4a74a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0
 .13.6/target/release/deps/liblog-d74ffe7d55840b45.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcadence-1cc9a75d55923f33.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_channel-b35a13297ec3e302.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_utils-e9622bb3e1cadee6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblazy_static-66dc25d131c0883a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcfg_if-fcd5e932964f7f9d.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd-9b772ef89430559b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libpanic_unwind-6f332ecaddc46c52.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libobject-4530bff11c585d40.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libmemchr-36ba628674196067.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd
 /lib/libaddr2line-c51d418779347bc1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libgimli-0bb0128174ecd179.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_demangle-a01615899b686a2e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd_detect-a1260792c904bab5.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libhashbrown-da395b891de389a4.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libminiz_oxide-53031c214bdd98ed.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libadler-dea8675d35f4fef1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_alloc-e033d0f13c64d66b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libunwind-913704ab9d99c84e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcfg_if-00ee8316a60f969c.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liblibc-f4e3e0d1c3bc9993.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liballoc-fc480dfbad74833d.rlib" "/usr/pkg/lib/rustlib/x86_64-un
 known-netbsd/lib/librustc_std_workspace_core-c01b8d71c80fe250.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcore-59b568f2b30e7f45.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcompiler_builtins-7db9d3e81120bbdf.rlib" "-Wl,-Bdynamic" "-lutil" "-lrt" "-lutil" "-lssl" "-lcrypto" "-lstdc++" "-lexecinfo" "-lpthread" "-lrt" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lrt" "-lutil" "-lexecinfo" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-9c9bad0ea5c944dd" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,-R/usr/lib" "-Wl,-R/usr/pkg/lib"
+  = note: ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::UnrefSynchEvent(absl::lts_20210324::SynchEvent*) [clone .part.0]':
+          /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/mutex.cc:361: undefined reference to `absl::lts_20210324::base_internal::LowLevelAlloc::Free(void*)'
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::ForgetSynchEvent(std::atomic<long>*, long, long)':
+          /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/mutex.cc:361: undefined reference to `absl::lts_20210324::base_internal::LowLevelAlloc::Free(void*)'
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::PerThreadSem::Post(absl::lts_20210324::base_internal::ThreadIdentity*)':
+          /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h:107: undefined reference to `AbslInternalPerThreadSemPost_lts_20210324'
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::PerThreadSem::Wait(absl::lts_20210324::synchronization_internal::KernelTimeout)':
+          /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h:112: undefined reference to `AbslInternalPerThreadSemWait_lts_20210324'
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::GetOrCreateCurrentThreadIdentity()':
+          /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h:51: undefined reference to `absl::lts_20210324::synchronization_internal::CreateThreadIdentity()'
+          ld: /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h:51: undefined reference to `absl::lts_20210324::synchronization_internal::CreateThreadIdentity()'
 
   = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
   = note: use the `-l` flag to specify native libraries to link
@@ -13,16 +22,16 @@ error: could not compile `syncserver` due to previous error
 warning: build failed, waiting for other jobs to finish...
 error: linking with `cc` failed: exit status: 1
   |
-  = note: LC_ALL="C" PATH="/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/bin:/scratch/wip/syncstorage-rs/work/.cwrapper/bin:/scratch/wip/syncstorage-rs/work/.buildlink/bin:/scratch/wip/syncstorage-rs/work/.gcc/bin:/scratch/wip/syncstorage-rs/work/.tools/bin:/usr/pkg/bin:/home/wiz/bin:/usr/local/bin:/usr/X11R7/bin:/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/pkg/sbin:/usr/local/sbin:/usr/games:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin" VSLANG="1033" "cc" "-Wl,-L/usr/pkg/lib/libatomic" "-m64" "/tmp/rustcbvsIe0/symbols.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.0.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.1.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.10.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncst
orage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.11.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.12.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.13.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.14.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.15.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.2.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.3.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge
 _ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.4.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.5.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.6.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.7.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.8.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.purge_ttl.f9fa3680-cgu.9.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b.1zd4kkgccx3qh17v.rcgu.o" "-Wl,--as-needed" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps" "-L" "/usr/pkg/lib" "-L" "/scratch
 /wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/boringssl-build/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncs
 torage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/
 grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-c
 pp/absl/numeric" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/s
 yncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-s
 ys-e9671323ed50a276/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/cares/cares/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build/third_party/re2" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-e9671323ed50a276/out" "-L" "/scratch/wip/syncstorage-rs/work/syncstor
 age-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/ring-e9696d259abb0c25/out" "-L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/curl-sys-2ccc94d9613c676a/out/build" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-Wl,-Bstatic" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libenv_logger-612c60ebf1117b4b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libatty-32c4cca00ca689fa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtermcolor-22a4df60897fb658.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhumantime-40b0c91967306090.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-
 0.13.6/target/release/deps/libregex-9fb96da604b8acd0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libaho_corasick-431dadbdb60dbb44.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libregex_syntax-ce788b093c38d198.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburl-d5e0c8473879abca.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libidna-987c2d1260b456ce.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_normalization-9c7dda84c6fa07eb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec-43c44266d4d010d2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec_macros-8d55c1cd71adc105.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_bidi-fa425c4fb85950ea.rlib" "/scratch/wip/syncstorage-rs/
 work/syncstorage-rs-0.13.6/target/release/deps/libform_urlencoded-8427314ae5ce12d4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpercent_encoding-3620b7e8adbbe96f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde-ca140831b0fec5b8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmatches-cc8256770299aa09.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgoogle_cloud_rust_raw-b7e2435a211090ae.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio-48e79a908f51b265.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libprotobuf-d68ce10d899d5e17.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot-ff156e982567fda1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot_core-33f9a2c0e46a2a35.
 rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblibc-368134a9170773e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsmallvec-b636cab7a22975da.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblock_api-a16aa8a1ad569062.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libscopeguard-8884d274b3a07e8d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libinstant-8e07eb5afd2204c6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-2ae6105c56c3fa68.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_executor-f2e8904bdcaeef5b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_util-c962cddfbdd13a31.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmemchr-f0892a768
 db7b0d1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-0084a2204b1ae90d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_io-05aed5e4c02f6b2c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslab-81a94ffa8687d73f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_channel-685ee720c6ff6bb3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project_lite-d06969c6c5f88033.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_sink-c1e85fc79e6f1e5d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_task-1b4cec0940cc1c4a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_utils-dc695ee9ef6696b2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/dep
 s/libfutures_core-10c8bee79ea4a74a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblog-d74ffe7d55840b45.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcadence-1cc9a75d55923f33.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_channel-b35a13297ec3e302.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_utils-e9622bb3e1cadee6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblazy_static-66dc25d131c0883a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcfg_if-fcd5e932964f7f9d.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd-9b772ef89430559b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libpanic_unwind-6f332ecaddc46c52.rlib" "
 /usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libobject-4530bff11c585d40.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libmemchr-36ba628674196067.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libaddr2line-c51d418779347bc1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libgimli-0bb0128174ecd179.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_demangle-a01615899b686a2e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd_detect-a1260792c904bab5.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libhashbrown-da395b891de389a4.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libminiz_oxide-53031c214bdd98ed.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libadler-dea8675d35f4fef1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_alloc-e033d0f13c64d66b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libunwind-913704ab9d99c84e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcfg_if-00ee8316a
 60f969c.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liblibc-f4e3e0d1c3bc9993.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liballoc-fc480dfbad74833d.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_core-c01b8d71c80fe250.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcore-59b568f2b30e7f45.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcompiler_builtins-7db9d3e81120bbdf.rlib" "-Wl,-Bdynamic" "-lutil" "-lrt" "-lutil" "-lstdc++" "-lexecinfo" "-lpthread" "-lrt" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lrt" "-lutil" "-lexecinfo" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/purge_ttl-e834149e01a0856b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,-R/usr/lib" "-Wl,-R/usr/pkg/lib"
-  = note: ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib(mutex.cc.o): in function `absl::lts_20210324::UnrefSynchEvent(absl::lts_20210324::SynchEvent*) [clone .part.0]':
+  = note: LC_ALL="C" PATH="/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/bin:/scratch/wip/syncstorage-rs/work/.cwrapper/bin:/scratch/wip/syncstorage-rs/work/.buildlink/bin:/scratch/wip/syncstorage-rs/work/.gcc/bin:/scratch/wip/syncstorage-rs/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/pkg/bin" VSLANG="1033" "cc" "-Wl,-L/usr/pkg/lib/libatomic" "-m64" "/tmp/rustcaLLiiH/symbols.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.0.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.1.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.10.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.11.rcgu
.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.12.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.13.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.14.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.15.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.2.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.3.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.4.rcgu.o" "/scratch/wip/syncstorag
 e-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.5.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.6.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.7.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.8.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.syncserver.639f3365-cgu.9.rcgu.o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31.b3v6i650cil7r98.rcgu.o" "-Wl,--as-needed" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps" "-L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/l
 ibz-sys-8cc0ab975f782938/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/releas
 e/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/base" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/container" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_p
 arty/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/debugging" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/hash" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/numeric" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-
 rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/status" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/strings" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/bui
 ld/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/synchronization" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/time" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/abseil-cpp/absl/types" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/cares/c
 ares/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build/third_party/re2" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out/build" "-L" "/usr/lib" "-L" "/usr/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/grpcio-sys-a8ee53bcf277036c/out" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f782938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/libz-sys-8cc0ab975f7
 82938/out/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/ring-e9696d259abb0c25/out" "-L" "/usr/pkg/lib" "-L" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/build/curl-sys-2ccc94d9613c676a/out/build" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-Wl,-Bstatic" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver-ca8879c749368802.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburlencoding-a2fb4cf72475bf49.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_async-d9c057d7a11f1bb5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libthread_local-63effaf5781ac80a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtake_mut-a4d97ff897eba667.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_envlogger-fae48
 f9591f3550d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_stdlog-5753578ec1fd3910.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_term-1f6ea78e62ec2ef9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libatty-32c4cca00ca689fa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libterm-f391c8149af7048f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdirs_next-ba6d8bcd21af4dc1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdirs_sys_next-469cbe0a34a86336.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry-eecb17475cc7c0e8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_panic-4b27196050fd601a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_f
 ailure-cc9dfc7d8c7bb8a8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfailure-16a2e0fd574793ef.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_contexts-5a2d714ba95e966a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libuname-55b327990fbe7d2e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_backtrace-bf6be250ea5f6733.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcurl-d0fe987f4c22f6bf.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsocket2-e8f70df5f3206dcb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcurl_sys-e781fdf9421a1230.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblibz_sys-aa3f8161d478d3c9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/de
 ps/libsentry_core-1057e87c83ce0475.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libim-d3911d04df6ed5fd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_xoshiro-e8395513c048f478.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsized_chunks-00c541a21d6a59bb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbitmaps-9b9760f5d3de98b7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsentry_types-9c487eb2474cae5b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdebugid-5990c0327193d8e0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libvalidator-ad46ff5d1c5ce16a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libvalidator_types-4cd4d7fdfdea50d9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/
 target/release/deps/libsyn-e1824e6de2ccf389.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libquote-6202eedb4074ee24.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libproc_macro2-ef7b0d00f5e18573.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_xid-76ce28adb45601ae.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libproc_macro-c0af0055ee1fb210.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhawk-5796fe17cae9c8e1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libanyhow-e1e3d615d02e09e3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhex-3791ccb616476b1b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdiesel_logger-ebbcb2e661849d4f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdyn_clone
 -8d6be1ccc5da6cd3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpyo3-b7cc9fd8619ffc26.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunindent-0ef62cd888db99cc.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpaste-bd42aac2f3518530.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libindoc-a96f29fbcd41939a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libreqwest-9c203f67b4ecd2f2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhyper_rustls-dea8fa14296dccb1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhyper_tls-db4dd2de7d02e39a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwebpki_roots-ab00e87a92c4742c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libipnet-29
 d16f454e28db13.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio_tls-fc81e7da9d26a090.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio_rustls-902b4b320aeacd1f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librustls-6a89dc276f92b6e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbase64-047477050d6f38db.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsct-b8bcbdbde51f419e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwebpki-48889ee1fa1a9eaa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libring-057864379627a905.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libspin-aea234df8505765b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libuntrusted-ed2dba79f602c
 926.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmime_guess-f19f1d3f6be45c5a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicase-4aae5e631169af1b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnative_tls-3d2c3e7e92aa22b9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl_probe-793c9be8e719d858.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl-9916114129d14837.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libforeign_types-06ea0909072cf2fc.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libforeign_types_shared-05c69466e57582f7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopenssl_sys-6309cb42fe440585.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/d
 eps/libhyper-a451bd0ff5e32bb9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwant-5f87368259b866c7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtry_lock-02503010f007ddf3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttpdate-a7d29dc936c33523.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtower_service-d1915c791bc57888.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttp_body-5f966d9cf9b9d340.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libwoothee-8775b82fc89a7531.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver_settings-27de48a9f97a0b4c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokenserver_settings-25c30511d1269017.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-
 0.13.6/target/release/deps/libtokenserver_common-491e392e216b9893.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libconfig-d112f73244a4fc0c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libini-fd7caaf3f5d7490b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde_hjson-0f3e01159f5ae1fd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde-ef7f4351a944ff96.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_traits-ff5982f7b13ddfff.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libyaml_rust-a243ccf1f1e112c5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtoml-63d0a51996be0964.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcadence-1cc9a75d55923f33.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-
 rs-0.13.6/target/release/deps/libcrossbeam_channel-b35a13297ec3e302.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_utils-e9622bb3e1cadee6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_cors-ac573f17aa0ab983.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libonce_cell-ccc3e996f2be4a2d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_mozlog_json-a030192741624d1a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbb8-e9c23326bb508152.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libuuid-f701e803c7663fd2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgoogle_cloud_rust_raw-982fc38d3d1982a7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncstorage_settings-a882a28d985abdd9.rlib" "
 /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime-820138bb12835f37.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_threads-d41b56820d121dc8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand-350220a1d49e6da7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_chacha-12409216ec09f5a0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_core-6f38105c5760c5c0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgetrandom-cfe1bc15485948dd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver_db_common-1c54e9a45bdba146.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdeadpool-400534011111eb40.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libconfig-eda527ff2416
 9f38.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnom-487481f535bc19a5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblexical_core-93b45a4e7a20b712.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libstatic_assertions-3517fe0e880fab5a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libarrayvec-9285d7b6ac0587cd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_queue-381e6973a60b9079.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrossbeam_utils-d4c14c19819a5ff6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmaybe_uninit-cb7f37013dd8f280.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio-0b19b280296c7ad5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/dep
 s/libprotobuf-d68ce10d899d5e17.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libchrono-889645f45ee3acad.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_integer-85e2551d9ac19f33.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_traits-b70502d1a8b32d21.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime-4d945672bd60f1d0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsyncserver_common-852b094df256f8f1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsha2-2b3d8746c551e65e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhkdf-fed4d82634599ec5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release
 /deps/libhmac-330696a5927abb2c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrypto_mac-44b0c1d7b8ec0975.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsubtle-f165a80cca0246ab.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_web-c08a55075e9f1cde.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_tls-3abaaf9de01e6c57.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libawc-464c1fc7e1292d72.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_server-cc5b9c75a7cd228e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsocket2-2f4008d7cf2555f1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_router-5928d2a52dd80101.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/relea
 se/deps/libbytestring-428559040aecabb5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_http-7a0ea8bc1571da00.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbase64-9ac5530647bc2e01.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttparse-f66f379f8427e94f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libitoa-9e71ce45c6a43d80.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsha1-2fe2a3eea4139826.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libopaque_debug-bb61f6b9cf8ac3e3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcpufeatures-ddb73cb55d19f1ff.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libblock_buffer-bd5d742b8d0630b3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/targe
 t/release/deps/libdigest-25f21178bca8a04b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgeneric_array-51b4db77075d55c4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtypenum-95a74a189c8354a0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde_urlencoded-fcda2897c276de92.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde_json-93adbed7c64d9984.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libryu-830f142f5400e0a5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcookie-c622e66f69e11622.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libencoding_rs-6e06fe9a882c8dae.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblanguage_tags-c1a348e326c66ea1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-
 rs-0.13.6/target/release/deps/libmime-73ce0f8aa674540d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libflate2-fd1310bfed790b3b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libminiz_oxide-840d6224a5c275e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcrc32fast-81a6d89a3a67569f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbrotli-8153d89d1ae9d1fe.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbrotli_decompressor-c534b4b8ad262a4f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liballoc_stdlib-f624a5dec1199797.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liballoc_no_stdlib-4f9dafcd51cbf579.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtime-b2cf6031e81d9af1.rlib" "/scratch/wip/syncstorage-rs/w
 ork/syncstorage-rs-0.13.6/target/release/deps/libtime_macros-acc68f49f843aac4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libstandback-182e11907acc0587.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfxhash-b89c4fa22e3fa4ce.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_utils-e002b1f38db3fc5f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_connect-8bf411988838b3d4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtrust_dns_resolver-189da346ce98dcf7.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libresolv_conf-8ce07fca02a78781.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhostname-d6c8cdf792bab00f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmatch_cfg-c8aad46fdd3cfd4d.rlib" "/sc
 ratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libquick_error-1c4ec8f53fd37c0f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtrust_dns_proto-8f9b4ef507140b6f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand-ce4d5a5938d5eff5.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_chacha-4879b5eddce54cd9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libppv_lite86-505a19d9f79ebac2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librand_core-751f3f8fc3372e9d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgetrandom-b2d7555174b0c55e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburl-d5e0c8473879abca.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libform_urlencoded-8427314ae5
 ce12d4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpercent_encoding-3620b7e8adbbe96f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libidna-987c2d1260b456ce.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libthiserror-7547f3ac1d7abb4c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblru_cache-467cf05f123eff87.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblinked_hash_map-91b3729c56111147.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-2ae6105c56c3fa68.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_executor-f2e8904bdcaeef5b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_rt-439fd763b60a6e32.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/
 libactix_threadpool-22ab9f9b13a67e0e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libthreadpool-76928c6d8cf588a9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcopyless-e47cb86ac1638633.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libeither-ee9334f7b0afad76.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libh2-bd9bb4449d3f3573.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtracing_futures-1f6db57a5ccb91f9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtracing-adf4f005c800e4c3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtracing_core-3e630cd78b6adb8a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libindexmap-032dc7e316b94c3a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target
 /release/deps/libhashbrown-06c56242c890d0d9.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libhttp-742be99a508aa14a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libitoa-e778064a3e5d8c36.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbytes-f805efe3cbd23d83.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_service-ba5ef9665075a26a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libactix_codec-148ebb8f660253ec.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbitflags-2e8c6ebb79fa3031.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio_util-a9de660b595bdb41.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtokio-08ae33abf8efb365.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/
 release/deps/libsignal_hook_registry-a87e5d061a89835b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnum_cpus-549333431a57fad4.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfnv-e43fa5ca061ec87e.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmio_uds-92a1655460ee8fe8.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmio-50038ba5985ac195.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libiovec-08fbb6aa19c67982.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libnet2-7ed59f284c1ad4dd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcfg_if-46d7f7063627be9f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project_lite-d2aaae64c20117f6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/targe
 t/release/deps/libpin_project-01fd701fe6d77d0d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project-7a7e1a1317dbdd11.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_util-c962cddfbdd13a31.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures-0084a2204b1ae90d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_io-05aed5e4c02f6b2c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslab-81a94ffa8687d73f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_channel-685ee720c6ff6bb3.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_project_lite-d06969c6c5f88033.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_sink-c1e85fc79e6f1e5d.rlib" "/scratch/wip/syncstorage-rs/work
 /syncstorage-rs-0.13.6/target/release/deps/libfutures_task-1b4cec0940cc1c4a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpin_utils-dc695ee9ef6696b2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libfutures_core-10c8bee79ea4a74a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbytes-5fb59980de6ed1db.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbacktrace-479534a7a8f4ccba.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libminiz_oxide-8a398dda20d098dd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libadler-16e3990e5ac08e37.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libobject-c17ba9f858f7d09b.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libaddr2line-b1c26239ec23fb8b.rlib" "/scratch/wip/syncstorage
 -rs/work/syncstorage-rs-0.13.6/target/release/deps/libgimli-0c4b3a5e7ecd7756.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/librustc_demangle-bb045e0eb3e3859a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdiesel_migrations-98e68781d20a911d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmigrations_internals-7e720e57855f1336.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libdiesel-59af3e8d89447336.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liburl-3adb6350d460934f.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libpercent_encoding-5c9db5a11f056a61.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libidna-2ea5b1b21315808a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_normalization-9c7dda84c6fa
 07eb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec-43c44266d4d010d2.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libtinyvec_macros-8d55c1cd71adc105.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libunicode_bidi-fa425c4fb85950ea.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmatches-cc8256770299aa09.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmysqlclient_sys-9b03153ff8027c6a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libr2d2-77157f462094dddb.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libscheduled_thread_pool-8b73801630a616a1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libparking_lot-ff156e982567fda1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/
 deps/libparking_lot_core-33f9a2c0e46a2a35.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblibc-368134a9170773e6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libsmallvec-b636cab7a22975da.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblock_api-a16aa8a1ad569062.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libscopeguard-8884d274b3a07e8d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libinstant-8e07eb5afd2204c6.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblog-d74ffe7d55840b45.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libcfg_if-fcd5e932964f7f9d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libbyteorder-bdef2cc42d03e598.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release
 /deps/libdocopt-98fa9d51846e5e1d.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libstrsim-e25c6d300ffba1cd.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libregex-9fb96da604b8acd0.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libaho_corasick-431dadbdb60dbb44.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libmemchr-f0892a768db7b0d1.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libregex_syntax-ce788b093c38d198.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libslog_scope-4c5673bc748f45fa.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libarc_swap-27acd6e4e5f67f62.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liblazy_static-66dc25d131c0883a.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/r
 elease/deps/libslog-19bfd5540ac1b63c.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/liberased_serde-8e78f8000d7c48db.rlib" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libserde-ca140831b0fec5b8.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd-9b772ef89430559b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libpanic_unwind-6f332ecaddc46c52.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libobject-4530bff11c585d40.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libmemchr-36ba628674196067.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libaddr2line-c51d418779347bc1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libgimli-0bb0128174ecd179.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_demangle-a01615899b686a2e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libstd_detect-a1260792c904bab5.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libhashbrown-da395
 b891de389a4.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libminiz_oxide-53031c214bdd98ed.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libadler-dea8675d35f4fef1.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_alloc-e033d0f13c64d66b.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libunwind-913704ab9d99c84e.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcfg_if-00ee8316a60f969c.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liblibc-f4e3e0d1c3bc9993.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/liballoc-fc480dfbad74833d.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/librustc_std_workspace_core-c01b8d71c80fe250.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcore-59b568f2b30e7f45.rlib" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib/libcompiler_builtins-7db9d3e81120bbdf.rlib" "-Wl,-Bdynamic" "-lpython3.11" "-lssl" "-lcrypto" "-lssl" "-lcrypto" "-lstdc++" "-lmysqlclient" "-lutil" "-lrt" "-lutil" "
 -lexecinfo" "-lpthread" "-lrt" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lrt" "-lutil" "-lexecinfo" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/pkg/lib/rustlib/x86_64-unknown-netbsd/lib" "-o" "/scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/syncserver-8411347dc3f21c31" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,-R/usr/lib" "-Wl,-R/usr/pkg/lib"
+  = note: ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::UnrefSynchEvent(absl::lts_20210324::SynchEvent*) [clone .part.0]':
           /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/mutex.cc:361: undefined reference to `absl::lts_20210324::base_internal::LowLevelAlloc::Free(void*)'
-          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib(mutex.cc.o): in function `absl::lts_20210324::ForgetSynchEvent(std::atomic<long>*, long, long)':
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::ForgetSynchEvent(std::atomic<long>*, long, long)':
           /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/mutex.cc:361: undefined reference to `absl::lts_20210324::base_internal::LowLevelAlloc::Free(void*)'
-          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::PerThreadSem::Post(absl::lts_20210324::base_internal::ThreadIdentity*)':
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::PerThreadSem::Post(absl::lts_20210324::base_internal::ThreadIdentity*)':
           /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h:107: undefined reference to `AbslInternalPerThreadSemPost_lts_20210324'
-          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::PerThreadSem::Wait(absl::lts_20210324::synchronization_internal::KernelTimeout)':
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::PerThreadSem::Wait(absl::lts_20210324::synchronization_internal::KernelTimeout)':
           /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h:112: undefined reference to `AbslInternalPerThreadSemWait_lts_20210324'
-          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-c18f9ddea9efddb4.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::GetOrCreateCurrentThreadIdentity()':
+          ld: /scratch/wip/syncstorage-rs/work/syncstorage-rs-0.13.6/target/release/deps/libgrpcio_sys-cf45061a05afe423.rlib(mutex.cc.o): in function `absl::lts_20210324::synchronization_internal::GetOrCreateCurrentThreadIdentity()':
           /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h:51: undefined reference to `absl::lts_20210324::synchronization_internal::CreateThreadIdentity()'
           ld: /scratch/wip/syncstorage-rs/work/vendor/grpcio-sys-0.9.1+1.38.0/grpc/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h:51: undefined reference to `absl::lts_20210324::synchronization_internal::CreateThreadIdentity()'
 


Home | Main Index | Thread Index | Old Index