* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’ * installing *source* package ‘heck’ ... ** package ‘heck’ successfully unpacked and MD5 sums checked ** using staged installation Using cargo 1.81.0 (2dbb1af80 2024-08-20) Using rustc 1.81.0 ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-6) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src' rm -Rf heck.so ./rust/target/release/libheck.a entrypoint.o /home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/.cargo /home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/vendor gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -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/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/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/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/.cargo; \ fi && \ export PATH="/home/hornik/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`; Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling libR-sys v0.7.1 Compiling paste v1.0.15 Compiling quote v1.0.37 Compiling syn v2.0.77 Compiling extendr-api v0.7.1 Compiling once_cell v1.19.0 Compiling heck v0.5.0 Compiling extendr-macros v0.7.1 Compiling heck v0.1.0 (/home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/rust) Finished `release` profile [optimized] target(s) in 21.37s cargo 1.81.0 (2dbb1af80 2024-08-20) rustc 1.81.0 rm -Rf /home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/.cargo /home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src/vendor ./rust/target/release/build; \ gcc-14 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o heck.so entrypoint.o -L./rust/target/release -lheck -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5QHeTO/R.INSTALL1c02cdb906ad2/heck/src' installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-heck/00new/heck/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 (heck)