* installing *source* package ‘arcgisplaces’ ... ** this is package ‘arcgisplaces’ version ‘0.1.2’ ** 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)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-19/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 # 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 /srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/.cargo && \ cp rust/vendor-config.toml /srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/.cargo/config.toml; \ fi; \ fi export CARGO_HOME=/srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/.cargo && \ export PATH="/srv/hornik/tmp/CRAN_pretest/arcgisplaces.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.94 Compiling unicode-ident v1.0.18 Compiling libc v0.2.171 Compiling quote v1.0.40 Compiling stable_deref_trait v1.2.0 Compiling syn v2.0.100 Compiling bytes v1.10.1 Compiling pin-project-lite v0.2.16 Compiling shlex v1.3.0 Compiling futures-core v0.3.31 Compiling once_cell v1.21.3 Compiling cc v1.2.18 Compiling itoa v1.0.15 Compiling pkg-config v0.3.32 Compiling synstructure v0.13.1 Compiling vcpkg v0.2.15 Compiling zerofrom-derive v0.1.6 Compiling yoke-derive v0.7.5 Compiling zerovec-derive v0.10.3 Compiling zerofrom v0.1.6 Compiling yoke v0.7.5 Compiling displaydoc v0.2.5 Compiling zerovec v0.10.4 Compiling autocfg v1.4.0 Compiling slab v0.4.9 Compiling openssl-sys v0.9.107 Compiling tinystr v0.7.6 Compiling socket2 v0.5.9 Compiling mio v1.0.3 Compiling litemap v0.7.5 Compiling writeable v0.5.5 Compiling icu_locid_transform_data v1.5.1 Compiling futures-sink v0.3.31 Compiling icu_locid v1.5.0 Compiling tokio v1.44.2 Compiling icu_provider_macros v1.5.0 Compiling icu_properties_data v1.5.1 Compiling ident_case v1.0.1 Compiling fnv v1.0.7 Compiling smallvec v1.15.0 Compiling strsim v0.11.1 Compiling darling_core v0.20.11 Compiling http v1.3.1 Compiling icu_provider v1.5.0 Compiling memchr v2.7.4 Compiling icu_normalizer_data v1.5.1 Compiling icu_locid_transform v1.5.0 Compiling darling_macro v0.20.11 Compiling icu_collections v1.5.0 Compiling tracing-core v0.1.33 Compiling pin-utils v0.1.0 Compiling httparse v1.10.1 Compiling hashbrown v0.15.2 Compiling futures-task v0.3.31 Compiling equivalent v1.0.2 Compiling serde v1.0.219 Compiling foreign-types-shared v0.1.1 Compiling openssl v0.10.72 Compiling futures-io v0.3.31 Compiling cfg-if v1.0.0 Compiling futures-util v0.3.31 Compiling foreign-types v0.3.2 Compiling indexmap v2.9.0 Compiling tracing v0.1.41 Compiling icu_properties v1.5.1 Compiling darling v0.20.11 Compiling http-body v1.0.1 Compiling tokio-util v0.7.14 Compiling openssl-macros v0.1.1 Compiling serde_derive v1.0.219 Compiling utf8_iter v1.0.4 Compiling native-tls v0.2.14 Compiling bitflags v2.9.0 Compiling atomic-waker v1.1.2 Compiling try-lock v0.2.5 Compiling utf16_iter v1.0.5 Compiling write16 v1.0.0 Compiling icu_normalizer v1.5.0 Compiling want v0.3.1 Compiling h2 v0.4.8 Compiling futures-channel v0.3.31 Compiling percent-encoding v2.3.1 Compiling log v0.4.27 Compiling openssl-probe v0.1.6 Compiling build-print v0.1.1 Compiling tower-service v0.3.3 Compiling extendr-ffi v0.8.0 Compiling form_urlencoded v1.2.1 Compiling hyper v1.6.0 Compiling idna_adapter v1.2.0 Compiling ryu v1.0.20 Compiling serde_json v1.0.140 Compiling idna v1.0.3 Compiling hyper-util v0.1.11 Compiling tokio-native-tls v0.3.1 Compiling http-body-util v0.1.3 Compiling derive_builder_core v0.20.2 Compiling sync_wrapper v1.0.2 Compiling paste v1.0.15 Compiling rustls-pki-types v1.11.0 Compiling tower-layer v0.3.3 Compiling tower v0.5.2 Compiling rustls-pemfile v2.2.0 Compiling derive_builder_macro v0.20.2 Compiling hyper-tls v0.6.0 Compiling url v2.5.4 Compiling serde_urlencoded v0.7.1 Compiling serde_with_macros v3.12.0 Compiling encoding_rs v0.8.35 Compiling mime v0.3.17 Compiling base64 v0.22.1 Compiling ipnet v2.11.0 Compiling extendr-api v0.8.0 Compiling reqwest v0.12.15 Compiling serde_with v3.12.0 Compiling derive_builder v0.20.2 Compiling extendr-macros v0.8.0 Compiling serde_esri v0.3.1 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: -lssl -lcrypto -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc Compiling arcgisplaces v0.1.0 (/srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/rust) note: native-static-libs: -lssl -lcrypto -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc Finished `release` profile [optimized] target(s) in 1m 43s # Always clean up CARGOTMP rm -Rf /srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/.cargo; clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o arcgisplaces.so entrypoint.o -L./rust/target/release -larcgisplaces -lcrypto -lssl -L/home/hornik/tmp/R-d-clang-19/lib -lR rm -Rf /srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/.cargo /srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00_pkg_src/arcgisplaces/src/vendor ./rust/target installing to /srv/hornik/tmp/CRAN_pretest/arcgisplaces.Rcheck/00LOCK-arcgisplaces/00new/arcgisplaces/libs ** R ** data *** moving datasets to lazyload DB ** 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 (arcgisplaces)