* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘zoomerjoin’ ... ** package ‘zoomerjoin’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src' rm -Rf zoomerjoin.so ./rust/target/release/libzoomerjoin.a entrypoint.o /home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/.cargo /home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/vendor gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c entrypoint.c -o entrypoint.o if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/.cargo/config.toml; \ fi # In some environments, ~/.cargo/bin might not be included in PATH, so we need # to set it here to ensure cargo can be invoked. It is appended to PATH and # therefore is only used if cargo is absent from the user's PATH. if [ "" != "true" ]; then \ export CARGO_HOME=/home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/.cargo; \ fi && \ export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ cargo build -j 2 --offline --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 libc v0.2.151 Compiling memoffset v0.9.0 Compiling scopeguard v1.2.0 Compiling crossbeam-utils v0.8.16 Compiling libm v0.2.8 Compiling num-traits v0.2.17 Compiling crossbeam-epoch v0.9.15 Compiling proc-macro2 v1.0.70 Compiling rayon-core v1.12.0 Compiling crossbeam-deque v0.8.3 Compiling getrandom v0.2.11 Compiling num-integer v0.1.45 Compiling matrixmultiply v0.3.8 Compiling either v1.9.0 Compiling unicode-ident v1.0.12 Compiling rand_core v0.6.4 Compiling ppv-lite86 v0.2.17 Compiling rawpointer v0.2.1 Compiling libR-sys v0.6.0 Compiling rand_chacha v0.3.1 Compiling quote v1.0.33 Compiling rayon v1.8.0 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 rand v0.8.5 Compiling once_cell v1.19.0 Compiling extendr-api v0.6.0 Compiling smallvec v1.11.2 Compiling rand_distr v0.4.3 Compiling extendr-macros v0.6.0 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 (/home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/rust) Finished release [optimized] target(s) in 1m 04s cargo 1.69.1 rustc 1.70.0 rm -Rf /home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/.cargo /home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src/vendor ./rust/target/release/build; \ gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o zoomerjoin.so entrypoint.o -L./rust/target/release -lzoomerjoin -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpy26oVg/R.INSTALL2696d989b72ec/zoomerjoin/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-zoomerjoin/00new/zoomerjoin/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * creating tarball packaged installation of ‘zoomerjoin’ as ‘zoomerjoin_0.1.4_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (zoomerjoin)