* installing *source* package 'zoomerjoin' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' rm -Rf zoomerjoin.dll ./rust/target/x86_64-pc-windows-gnu/release/libzoomerjoin.a entrypoint.o /d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/.cargo /d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/vendor gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c entrypoint.c -o entrypoint.o # uncompress vendored deps if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/.cargo && \ cp rust/vendor-config.toml /d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/.cargo/config.toml; \ fi mkdir -p ./rust/target/libgcc_mock # `rustc` adds `-lgcc_eh` flags to the compiler, but Rtools' GCC doesn't have # `libgcc_eh` due to the compilation settings. So, in order to please the # compiler, we need to add empty `libgcc_eh` to the library search paths. # For more details, please refer to # https://github.com/r-windows/rtools-packages/blob/2407b23f1e0925bbb20a4162c963600105236318/mingw-w64-gcc/PKGBUILD#L313-L316 touch ./rust/target/libgcc_mock/libgcc_eh.a # CARGO_LINKER is provided in Makevars.ucrt for R >= 4.2 if [ "" != "true" ]; then \ export CARGO_HOME=/d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/.cargo; \ fi && \ export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \ export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/./rust/target/libgcc_mock"; \ cargo build -j 2 --offline --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target && \ echo `cargo --version` && echo `rustc --version`; Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling scopeguard v1.2.0 Compiling crossbeam-utils v0.8.16 Compiling memoffset v0.9.0 Compiling libm v0.2.8 Compiling num-traits v0.2.17 Compiling crossbeam-epoch v0.9.15 Compiling rayon-core v1.12.0 Compiling proc-macro2 v1.0.70 Compiling crossbeam-deque v0.8.3 Compiling num-integer v0.1.45 Compiling matrixmultiply v0.3.8 Compiling getrandom v0.2.11 Compiling either v1.9.0 Compiling windows_x86_64_gnu v0.48.5 Compiling unicode-ident v1.0.12 Compiling rand_core v0.6.4 Compiling ppv-lite86 v0.2.17 Compiling libR-sys v0.6.0 Compiling rawpointer v0.2.1 Compiling rayon v1.8.0 Compiling rand_chacha v0.3.1 Compiling quote v1.0.33 Compiling num-complex v0.4.4 Compiling lock_api v0.4.11 Compiling parking_lot_core v0.9.9 Compiling paste v1.0.14 Compiling ndarray v0.15.6 Compiling syn v2.0.41 Compiling windows-targets v0.48.5 Compiling rand v0.8.5 Compiling smallvec v1.11.2 Compiling extendr-api v0.6.0 Compiling once_cell v1.19.0 Compiling extendr-macros v0.6.0 Compiling rand_distr v0.4.3 Compiling hashbrown v0.14.3 Compiling dashmap v5.5.3 Compiling ndarray-rand v0.14.0 Compiling itertools v0.10.5 Compiling rustc-hash v1.1.0 Compiling nohash-hasher v0.2.0 Compiling zoomerjoin v0.1.0 (D:\temp\RtmpSuEpNd\R.INSTALL290d4a9c6114\zoomerjoin\src\rust) Finished release [optimized] target(s) in 47.54s cargo 1.69.0 (6e9a83356 2023-04-12) rustc 1.69.0 (84c898d65 2023-04-16) if [ "" != "true" ]; then \ rm -Rf /d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/.cargo /d/temp/RtmpSuEpNd/R.INSTALL290d4a9c6114/zoomerjoin/src/vendor ./rust/target/x86_64-pc-windows-gnu/release/build; \ fi gcc -shared -s -static-libgcc -o zoomerjoin.dll tmp.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lzoomerjoin -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-zoomerjoin/00new/zoomerjoin/libs/x64 ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (zoomerjoin)