* installing *source* package ‘ciflyr’ ... ** this is package ‘ciflyr’ version ‘0.1.2’ ** using staged installation Using cargo 1.87.0 (99624be96 2025-05-06) (built from a source tarball) Using rustc 1.87.0 (17067e9ac 2025-05-09) (built from a source tarball) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘Debian clang version 19.1.7 (3+b2)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/.cargo && \ cp rust/vendor-config.toml /srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/.cargo/config.toml; \ fi export CARGO_HOME=/srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/.cargo && \ export PATH="/srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Compiling proc-macro2 v1.0.101 Compiling unicode-ident v1.0.19 Compiling quote v1.0.41 Compiling extendr-ffi v0.8.1 Compiling paste v1.0.15 Compiling extendr-api v0.8.1 Compiling syn v2.0.106 Compiling once_cell v1.21.3 Compiling cifly v0.1.3 Compiling extendr-macros v0.8.1 Compiling ciflyr v0.1.1 (/srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/rust) note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms. note: native-static-libs: -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc Finished `release` profile [optimized] target(s) in 20.94s # Always clean up CARGOTMP rm -Rf /srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/.cargo; clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o ciflyr.so entrypoint.o -L./rust/target/release -lciflyr -L/home/hornik/tmp/R/lib -lR rm -Rf /srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/.cargo /srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00_pkg_src/ciflyr/src/vendor ./rust/target installing to /srv/hornik/tmp/CRAN_pretest/ciflyr.Rcheck/00LOCK-ciflyr/00new/ciflyr/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 (ciflyr)