* installing *source* package ‘string2path’ ... ** package ‘string2path’ successfully unpacked and MD5 sums checked ** using staged installation *** Checking if cargo is installed *** Checking if cargo is newer than the required version *** cargo is ok using Rust package manager: 'cargo 1.69.0' using Rust compiler: 'rustc 1.69.0 (84c898d65 2023-04-16) (Fedora 1.69.0-1.fc36)' ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/string2path/src' rm -Rf string2path.so init.o ./rust/.cargo ./rust/target//release/libstring2path.a gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o # vendoring (Note: to avoid NOTE of "Found the following hidden files and # directories", .cargo needs to be created here) if [ "yes" = "yes" ]; then \ /usr/bin/gtar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \ mkdir -p ./rust/.cargo && \ cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \ fi if [ "" != "wasm32-unknown-emscripten" ]; then \ export CARGO_HOME="/data/gannet/ripley/R/packages/tests-devel/string2path/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \ else \ export CC="gcc-14" && \ export CFLAGS="-g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes " && \ export CARGO_PROFILE_RELEASE_PANIC="abort" && \ export CARGO_HOME="/data/gannet/ripley/R/packages/tests-devel/string2path/src/.cargo" && cd ./rust && cargo +nightly build --lib --release --target -Zbuild-std=panic_abort,std --offline; \ fi Compiling libm v0.2.8 Compiling autocfg v1.3.0 Compiling num-traits v0.2.19 Compiling proc-macro2 v1.0.84 Compiling unicode-ident v1.0.12 Compiling euclid v0.22.10 Compiling arrayvec v0.7.4 Compiling lyon_geom v1.0.5 Compiling quote v1.0.36 Compiling libc v0.2.155 Compiling version_check v0.9.4 Compiling slotmap v1.0.7 Compiling syn v2.0.66 Compiling lyon_path v1.0.5 Compiling cc v1.0.98 Compiling savvy v0.6.4 Compiling savvy-bindgen v0.6.4 Compiling tinyvec_macros v0.1.1 Compiling float_next_after v1.0.0 Compiling roxmltree v0.19.0 Compiling fontconfig-parser v0.5.6 Compiling lyon_tessellation v1.0.15 Compiling tinyvec v1.6.0 Compiling memmap2 v0.9.4 Compiling savvy-macro v0.6.4 Compiling lyon_algorithms v1.0.4 Compiling savvy-ffi v0.6.4 Compiling ttf-parser v0.21.1 Compiling once_cell v1.19.0 Compiling log v0.4.21 Compiling fontdb v0.17.0 Compiling lyon v1.0.1 Compiling string2path v0.2.0 (/data/gannet/ripley/R/packages/tests-devel/string2path/src/rust) Finished release [optimized] target(s) in 5m 30s rm -Rf /data/gannet/ripley/R/packages/tests-devel/string2path/src/.cargo ./rust/target//release/build gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o string2path.so init.o -L./rust/target//release -lstring2path make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/string2path/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/string2path/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/string2path/src' installing to /data/gannet/ripley/R/packages/tests-devel/string2path.Rcheck/00LOCK-string2path/00new/string2path/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 * DONE (string2path)