* installing *source* package ‘arcpbf’ ... ** using staged installation Using cargo 1.80.1 (376290515 2024-07-16) Using rustc 1.80.1 ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-3) 14.2.0’ rm -Rf arcpbf.so ./rust/target/release/libarcpbf.a entrypoint.o /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/.cargo /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/vendor gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -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/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/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/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/.cargo; \ fi && \ export PATH="/home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/R_check_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`; warning: profiles for the non root package will be ignored, specify profiles at the workspace root: package: /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/rust/arcpbf/Cargo.toml workspace: /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/rust/Cargo.toml Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling anyhow v1.0.86 Compiling autocfg v1.3.0 Compiling quote v1.0.37 Compiling syn v2.0.77 Compiling libR-sys v0.7.1 Compiling either v1.13.0 Compiling itertools v0.12.1 Compiling num-traits v0.2.19 Compiling paste v1.0.15 Compiling extendr-api v0.7.1 Compiling bytes v1.7.1 Compiling iana-time-zone v0.1.60 Compiling once_cell v1.19.0 Compiling prost-derive v0.12.6 Compiling extendr-macros v0.7.1 Compiling prost v0.12.6 Compiling esripbf v0.1.0 (/home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/rust/esripbf) Compiling chrono v0.4.38 Compiling arcpbf v0.1.0 (/home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/rust/arcpbf) Finished `release` profile [optimized] target(s) in 22.66s cargo 1.80.1 (376290515 2024-07-16) rustc 1.80.1 rm -Rf /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/.cargo /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00_pkg_src/arcpbf/src/vendor ./rust/target/release/build; \ gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o arcpbf.so entrypoint.o -L./rust/target/release -larcpbf -L/home/hornik/tmp/R-d-gcc-14/lib -lR installing to /home/hornik/tmp/CRAN_recheck/arcpbf.Rcheck/00LOCK-arcpbf/00new/arcpbf/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 (arcpbf)