downloading reverse dependencies ... downloading arcgislayers_0.3.1.tar.gz ... ok installing dependencies ‘arcgisutils’, ‘arcpbf’ begin installing package ‘arcgisutils’ * installing *source* package ‘arcgisutils’ ... ** this is package ‘arcgisutils’ version ‘0.3.3’ ** package ‘arcgisutils’ successfully unpacked and MD5 sums checked ** 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: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c entrypoint.c -o entrypoint.o # Check if NOT_CRAN is false and unzip vendor.tar.xz if so if [ "" != "true" ]; then \ if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/.cargo/config.toml; \ fi; \ fi export CARGO_HOME=/home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/.cargo && \ export PATH="/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.94 Compiling unicode-ident v1.0.18 Compiling fnv v1.0.7 Compiling strsim v0.11.1 Compiling ident_case v1.0.1 Compiling serde v1.0.219 Compiling quote v1.0.40 Compiling syn v2.0.100 Compiling build-print v0.1.1 Compiling extendr-ffi v0.8.0 Compiling serde_json v1.0.140 Compiling paste v1.0.15 Compiling itoa v1.0.15 Compiling memchr v2.7.4 Compiling ryu v1.0.20 Compiling extendr-api v0.8.0 Compiling darling_core v0.20.11 Compiling serde_derive v1.0.219 Compiling darling_macro v0.20.11 Compiling darling v0.20.11 Compiling derive_builder_core v0.20.2 Compiling derive_builder_macro v0.20.2 Compiling serde_with_macros v3.12.0 Compiling derive_builder v0.20.2 Compiling extendr-macros v0.8.0 Compiling once_cell v1.21.3 Compiling serde_with v3.12.0 Compiling serde_esri v0.3.1 (https://github.com/josiahparry/serde_esri#28502b3a) 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: -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc Compiling arcgisutils v0.1.0 (/home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/rust) note: native-static-libs: -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc Finished `release` profile [optimized] target(s) in 44.37s # Always clean up CARGOTMP rm -Rf /home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/.cargo; gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o arcgisutils.so entrypoint.o -L./rust/target/release -larcgisutils -L/home/hornik/tmp/R-d-gcc-14/lib -lR rm -Rf /home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/.cargo /home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src/vendor ./rust/target make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDhcXnm/R.INSTALLdd6052d9a505a/arcgisutils/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-arcgisutils/00new/arcgisutils/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (arcgisutils) begin installing package ‘arcpbf’ * installing *source* package ‘arcpbf’ ... ** this is package ‘arcpbf’ version ‘0.1.7’ ** 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: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src' gcc-14 -std=gnu23 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c entrypoint.c -o entrypoint.o # Check if NOT_CRAN is false and unzip vendor.tar.xz if so if [ "" != "true" ]; then \ if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/.cargo/config.toml; \ fi; \ fi export CARGO_HOME=/home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/.cargo && \ export PATH="/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 warning: profiles for the non root package will be ignored, specify profiles at the workspace root: package: /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/rust/arcpbf/Cargo.toml workspace: /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/rust/Cargo.toml Compiling proc-macro2 v1.0.94 Compiling unicode-ident v1.0.18 Compiling anyhow v1.0.97 Compiling build-print v0.1.1 Compiling extendr-ffi v0.8.0 Compiling quote v1.0.40 Compiling syn v2.0.100 Compiling autocfg v1.4.0 Compiling either v1.15.0 Compiling itertools v0.12.1 Compiling num-traits v0.2.19 Compiling paste v1.0.15 Compiling bytes v1.10.1 Compiling extendr-api v0.8.0 Compiling prost-derive v0.12.6 Compiling extendr-macros v0.8.0 Compiling prost v0.12.6 Compiling iana-time-zone v0.1.63 Compiling once_cell v1.21.3 Compiling esripbf v0.1.0 (/home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/rust/esripbf) Compiling chrono v0.4.40 Compiling arcpbf v0.1.0 (/home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/rust/arcpbf) 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 21.84s # Always clean up CARGOTMP rm -Rf /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/.cargo; gcc-14 -std=gnu23 -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 rm -Rf /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/.cargo /home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src/vendor ./rust/target make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpSkAKXy/R.INSTALLdd8ba6cd85622/arcpbf/src' installing to /home/hornik/tmp/CRAN_recheck/Library/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) checking arcpbf_0.1.7.tar.gz ... checking arcgislayers_0.3.1.tar.gz ... Depends: Package: arcpbf Depends: R (>= 4.2) Imports: arcgisutils (>= 0.3.0), rlang Timings: user system elapsed arcpbf 59.09 6.78 46.476 Results: Check status summary: OK Source packages 1 Reverse depends 1 Check results summary: arcpbf ... OK rdepends_arcgislayers ... OK