* installing *source* package ‘astgrepr’ ... ** this is package ‘astgrepr’ version ‘0.1.1’ ** package ‘astgrepr’ successfully unpacked and MD5 sums checked ** using staged installation Using cargo 1.87.0 (99624be96 2025-05-06) (Fedora 1.87.0-2.fc42) Using rustc 1.87.0 (17067e9ac 2025-05-09) (Fedora 1.87.0-2.fc42) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/astgrepr/src' gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c entrypoint.c -o entrypoint.o if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /data/gannet/ripley/R/packages/tests-devel/astgrepr/src/.cargo && \ cp rust/vendor-config.toml /data/gannet/ripley/R/packages/tests-devel/astgrepr/src/.cargo/config.toml; \ fi export MACOSX_DEPLOYMENT_TARGET=15.0 && \ export CARGO_HOME=/data/gannet/ripley/R/packages/tests-devel/astgrepr/src/.cargo && \ export PATH="/data/gannet/ripley/bin:/data/gannet/ripley/bin2:/usr/local/bin:/usr/local/texbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.12 Compiling quote v1.0.35 Compiling syn v2.0.90 Compiling memchr v2.7.2 Compiling shlex v1.3.0 Compiling cc v1.2.24 Compiling wasm-bindgen-shared v0.2.100 Compiling aho-corasick v1.1.3 Compiling regex-syntax v0.8.5 Compiling tree-sitter v0.24.7 Compiling bumpalo v3.17.0 Compiling regex-automata v0.4.9 Compiling log v0.4.21 Compiling wasm-bindgen-backend v0.2.100 Compiling serde v1.0.203 Compiling rustversion v1.0.21 Compiling wasm-bindgen-macro-support v0.2.100 Compiling regex v1.11.1 Compiling serde_derive v1.0.203 Compiling streaming-iterator v0.1.9 Compiling once_cell v1.21.3 Compiling wasm-bindgen v0.2.100 Compiling build-print v0.1.1 Compiling tree-sitter-language v0.1.3 Compiling extendr-ffi v0.8.0 Compiling wasm-bindgen-macro v0.2.100 Compiling thiserror v2.0.9 Compiling ryu v1.0.17 Compiling serde_json v1.0.140 Compiling cfg-if v1.0.0 Compiling itoa v1.0.11 Compiling thiserror-impl v2.0.9 Compiling serde_derive_internals v0.29.1 Compiling anyhow v1.0.98 Compiling schemars v0.8.21 Compiling bit-vec v0.8.0 Compiling paste v1.0.15 Compiling equivalent v1.0.1 Compiling hashbrown v0.14.3 Compiling bit-set v0.8.0 Compiling schemars_derive v0.8.21 Compiling tree-sitter-facade-sg v0.24.5 Compiling tree-sitter-r v1.0.1 Compiling indexmap v2.2.6 Compiling bstr v1.9.1 Compiling unsafe-libyaml v0.2.11 Compiling dyn-clone v1.0.17 Compiling extendr-api v0.8.0 Compiling globset v0.4.14 Compiling serde_yaml v0.9.34+deprecated Compiling ast-grep-core v0.32.3 Compiling extendr-macros v0.8.0 Compiling ast-grep-config v0.32.3 Compiling astgrepr v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/astgrepr/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 4m 39s # Always clean up CARGOTMP rm -Rf /data/gannet/ripley/R/packages/tests-devel/astgrepr/src/.cargo; gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o astgrepr.so entrypoint.o -L./rust/target/release -lastgrepr -lutil rm -Rf /data/gannet/ripley/R/packages/tests-devel/astgrepr/src/.cargo /data/gannet/ripley/R/packages/tests-devel/astgrepr/src/vendor ./rust/target make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/astgrepr/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/astgrepr/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/astgrepr/src' installing to /data/gannet/ripley/R/packages/tests-devel/astgrepr.Rcheck/00LOCK-astgrepr/00new/astgrepr/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 (astgrepr)