* installing *source* package ‘RCBOR’ ... ** this is package ‘RCBOR’ version ‘0.1.1’ ** using staged installation Using cargo 1.85.0 (d73d2caf9 2024-12-31) Using rustc 1.85.0 (4d91de4e4 2025-02-17) (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+b1)’ 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/RCBOR.Rcheck/00_pkg_src/RCBOR/src/.cargo && \ cp rust/vendor-config.toml /srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00_pkg_src/RCBOR/src/.cargo/config.toml; \ fi export CARGO_HOME=/srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00_pkg_src/RCBOR/src/.cargo && \ export PATH="/srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Updating crates.io index Downloading crates ... Downloaded cfg-if v1.0.1 Downloaded proc-macro2 v1.0.95 Downloaded serde v1.0.219 Downloaded unicode-ident v1.0.18 Downloaded serde_derive v1.0.219 Downloaded half v2.6.0 Downloaded equivalent v1.0.2 Downloaded ciborium-ll v0.2.2 Downloaded quote v1.0.40 Downloaded indexmap v2.10.0 Downloaded syn v2.0.104 Downloaded once_cell v1.21.3 Downloaded build-print v0.1.1 Downloaded hashbrown v0.15.4 Downloaded extendr-macros v0.8.0 Downloaded extendr-ffi v0.8.0 Downloaded extendr-api v0.8.0 Downloaded ciborium-io v0.2.2 Downloaded ciborium v0.2.2 Downloaded paste v1.0.15 Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling build-print v0.1.1 Compiling serde v1.0.219 Compiling cfg-if v1.0.1 Compiling paste v1.0.15 Compiling ciborium-io v0.2.2 Compiling extendr-api v0.8.0 Compiling equivalent v1.0.2 Compiling hashbrown v0.15.4 Compiling once_cell v1.21.3 Compiling half v2.6.0 Compiling extendr-ffi v0.8.0 Compiling ciborium-ll v0.2.2 Compiling quote v1.0.40 Compiling syn v2.0.104 Compiling serde_derive v1.0.219 Compiling extendr-macros v0.8.0 Compiling ciborium v0.2.2 Compiling indexmap v2.10.0 Compiling RCBOR v0.1.0 (/srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00_pkg_src/RCBOR/src/rust) warning: crate `RCBOR` should have a snake case name | = help: convert the identifier to snake case: `rcbor` = note: `#[warn(non_snake_case)]` on by default 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 warning: `RCBOR` (lib) generated 1 warning Finished `release` profile [optimized] target(s) in 11.64s # Always clean up CARGOTMP rm -Rf /srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00_pkg_src/RCBOR/src/.cargo; clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o RCBOR.so entrypoint.o -L./rust/target/release -lRCBOR -L/home/hornik/tmp/R/lib -lR rm -Rf /srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00_pkg_src/RCBOR/src/.cargo /srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00_pkg_src/RCBOR/src/vendor ./rust/target installing to /srv/hornik/tmp/CRAN_pretest/RCBOR.Rcheck/00LOCK-RCBOR/00new/RCBOR/libs ** R ** 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 * DONE (RCBOR)