downloading reverse dependencies ‘fireproof’, ‘firesafety’, ‘plumber2’ trying URL 'file:///data/Repositories/CRAN/src/contrib/fireproof_0.1.0.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/firesafety_0.1.0.tar.gz' trying URL 'file:///data/Repositories/CRAN/src/contrib/plumber2_0.1.1.tar.gz' installing dependencies ‘fiery’, ‘firesafety’, ‘firesale’, ‘firestorm’, ‘rapidoc’, ‘redoc’, ‘reqres’, ‘routr’, ‘waysign’ also installing the dependency ‘brotli’ begin installing package ‘brotli’ begin installing package ‘waysign’ begin installing package ‘redoc’ begin installing package ‘rapidoc’ begin installing package ‘firestorm’ * installing *source* package ‘rapidoc’ ... ** this is package ‘rapidoc’ version ‘9.3.4’ ** package ‘rapidoc’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rapidoc) * installing *source* package ‘redoc’ ... ** this is package ‘redoc’ version ‘2.0.0.75’ ** package ‘redoc’ successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (redoc) * installing *source* package ‘firestorm’ ... ** this is package ‘firestorm’ version ‘0.1.0’ ** package ‘firestorm’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (firestorm) * installing *source* package ‘brotli’ ... ** this is package ‘brotli’ version ‘1.3.2’ ** package ‘brotli’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-11) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpaWMIsh/R.INSTALL1f19f733b23ab7/brotli/src' gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c wrapper.c -o wrapper.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/backward_references.c -o enc/backward_references.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/bit_cost.c -o enc/bit_cost.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/block_splitter.c -o enc/block_splitter.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/brotli_bit_stream.c -o enc/brotli_bit_stream.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/cluster.c -o enc/cluster.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/compress_fragment_two_pass.c -o enc/compress_fragment_two_pass.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/compress_fragment.c -o enc/compress_fragment.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/encode.c -o enc/encode.o enc/encode.c:1473:20: warning: argument 5 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Wvla-parameter] 1473 | const uint8_t* input_buffer, size_t* encoded_size, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from enc/encode.c:9: include/brotli/encode.h:314:19: note: previously declared as a variable length array ‘const uint8_t[input_size]’ {aka ‘const unsigned char[input_size]’} 314 | const uint8_t input_buffer[BROTLI_ARRAY_PARAM(input_size)], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ enc/encode.c:1474:14: warning: argument 7 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Wvla-parameter] 1474 | uint8_t* encoded_buffer) { | ~~~~~~~~~^~~~~~~~~~~~~~ include/brotli/encode.h:316:13: note: previously declared as a variable length array ‘uint8_t[*encoded_size]’ {aka ‘unsigned char[*encoded_size]’} 316 | uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(*encoded_size)]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/entropy_encode.c -o enc/entropy_encode.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/histogram.c -o enc/histogram.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/literal_cost.c -o enc/literal_cost.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/memory.c -o enc/memory.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/metablock.c -o enc/metablock.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/static_dict.c -o enc/static_dict.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/utf8_util.c -o enc/utf8_util.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c dec/bit_reader.c -o dec/bit_reader.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c dec/huffman.c -o dec/huffman.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c dec/state.c -o dec/state.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c dec/decode.c -o dec/decode.o dec/decode.c:2036:41: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Wvla-parameter] 2036 | size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from dec/decode.c:7: include/brotli/decode.h:204:19: note: previously declared as a variable length array ‘const uint8_t[encoded_size]’ {aka ‘const unsigned char[encoded_size]’} 204 | const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dec/decode.c:2037:14: warning: argument 4 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Wvla-parameter] 2037 | uint8_t* decoded_buffer) { | ~~~~~~~~~^~~~~~~~~~~~~~ include/brotli/decode.h:206:13: note: previously declared as a variable length array ‘uint8_t[*decoded_size]’ {aka ‘unsigned char[*decoded_size]’} 206 | uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c common/dictionary.c -o common/dictionary.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/backward_references_hq.c -o enc/backward_references_hq.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/dictionary_hash.c -o enc/dictionary_hash.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c common/transform.c -o common/transform.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/encoder_dict.c -o enc/encoder_dict.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c common/platform.c -o common/platform.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c common/context.c -o common/context.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c common/constants.c -o common/constants.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/command.c -o enc/command.o gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c enc/fast_log.c -o enc/fast_log.o ar rcs enc/libstatbrotli.a enc/backward_references.o enc/bit_cost.o enc/block_splitter.o enc/brotli_bit_stream.o enc/cluster.o enc/compress_fragment_two_pass.o enc/compress_fragment.o enc/encode.o enc/entropy_encode.o enc/histogram.o enc/literal_cost.o enc/memory.o enc/metablock.o enc/static_dict.o enc/utf8_util.o dec/bit_reader.o dec/huffman.o dec/state.o dec/decode.o common/dictionary.o enc/backward_references_hq.o enc/dictionary_hash.o common/transform.o enc/encoder_dict.o common/platform.o common/context.o common/constants.o enc/command.o enc/fast_log.o gcc-15 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o brotli.so wrapper.o -Lenc -lstatbrotli -L/home/hornik/tmp/R-d-gcc-15/lib -lR gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -DBROTLI_BUILD_PORTABLE -Iinclude -include config.h -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fvisibility=hidden -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c tools/brotli.c -o tools/brotli.o mkdir -p ../inst/bin g++-15 -std=gnu++17 -o ../inst/bin/bro tools/brotli.o -Lenc -lstatbrotli -Wl,-O1 rm -f enc/backward_references.o enc/bit_cost.o enc/block_splitter.o enc/brotli_bit_stream.o enc/cluster.o enc/compress_fragment_two_pass.o enc/compress_fragment.o enc/encode.o enc/entropy_encode.o enc/histogram.o enc/literal_cost.o enc/memory.o enc/metablock.o enc/static_dict.o enc/utf8_util.o dec/bit_reader.o dec/huffman.o dec/state.o dec/decode.o common/dictionary.o enc/backward_references_hq.o enc/dictionary_hash.o common/transform.o enc/encoder_dict.o common/platform.o common/context.o common/constants.o enc/command.o enc/fast_log.o ../inst/bin/bro enc/libstatbrotli.a tools/brotli.o make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpaWMIsh/R.INSTALL1f19f733b23ab7/brotli/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-brotli/00new/brotli/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 (brotli) begin installing package ‘reqres’ * installing *source* package ‘reqres’ ... ** this is package ‘reqres’ version ‘1.2.0’ ** package ‘reqres’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-11) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpRbPPHD/R.INSTALL1f1d0481e3e10/reqres/src' gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c reqres.c -o reqres.o gcc-15 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o reqres.so reqres.o -L/home/hornik/tmp/R-d-gcc-15/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpRbPPHD/R.INSTALL1f1d0481e3e10/reqres/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-reqres/00new/reqres/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 (reqres) begin installing package ‘fiery’ begin installing package ‘firesale’ * installing *source* package ‘waysign’ ... ** this is package ‘waysign’ version ‘0.1.0’ ** package ‘waysign’ successfully unpacked and MD5 sums checked ** using staged installation Using cargo 1.90.0 (840b83a10 2025-07-30) (built from a source tarball) Using rustc 1.90.0 (1159e78c4 2025-09-14) (built from a source tarball) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-11) 15.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src' gcc-15 -I"/home/hornik/tmp/R-d-gcc-15/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 if [ -d ./vendor ]; then \ echo "=== Using offline vendor directory ==="; \ mkdir -p /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/.cargo/config.toml; \ elif [ -f ./rust/vendor.tar.xz ]; then \ echo "=== Using offline vendor tarball ==="; \ tar xf rust/vendor.tar.xz && \ mkdir -p /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/.cargo && \ cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/.cargo/config.toml; \ fi === Using offline vendor tarball === export CARGO_HOME=/home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/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.103 Compiling unicode-ident v1.0.22 Compiling quote v1.0.42 Compiling extendr-ffi v0.8.1 Compiling paste v1.0.15 Compiling syn v2.0.111 Compiling extendr-api v0.8.1 Compiling once_cell v1.21.3 Compiling smallvec v1.15.1 Compiling path-tree v0.8.1 Compiling extendr-macros v0.8.1 Compiling waysign v0.1.0 (/home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/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 23.23s # Always clean up CARGOTMP rm -Rf /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/.cargo; gcc-15 -shared -L/home/hornik/tmp/R-d-gcc-15/lib -Wl,-O1 -o waysign.so entrypoint.o -L./rust/target/release -lwaysign -L/home/hornik/tmp/R-d-gcc-15/lib -lR rm -Rf /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/.cargo /home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src/vendor ./rust/target make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpIxrHRX/R.INSTALL1f19f41410129f/waysign/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-waysign/00new/waysign/libs ** R ** 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 (waysign) begin installing package ‘routr’ * installing *source* package ‘firesale’ ... ** this is package ‘firesale’ version ‘0.1.1’ ** package ‘firesale’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (firesale) * installing *source* package ‘routr’ ... ** this is package ‘routr’ version ‘2.0.0’ ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (routr) begin installing package ‘firesafety’ * installing *source* package ‘fiery’ ... ** this is package ‘fiery’ version ‘1.4.1’ ** package ‘fiery’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fiery) * installing *source* package ‘firesafety’ ... ** this is package ‘firesafety’ version ‘0.1.0’ ** package ‘firesafety’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (firesafety) checking routr_2.0.0.tar.gz ... checking fireproof_0.1.0.tar.gz ... checking firesafety_0.1.0.tar.gz ... checking plumber2_0.1.1.tar.gz ... Depends: Package: routr Depends: R (>= 4.1.0) Imports: R6, reqres (>= 1.2.0), stringi, rlang (>= 1.1.0), cli, lifecycle, fs, promises (>= 1.5.0), brio, otel, waysign, glue Timings: user system elapsed routr 34.15 4.439 40.241 Results: Check status summary: OK Source packages 1 Reverse depends 3 Check results summary: routr ... OK rdepends_fireproof ... OK rdepends_firesafety ... OK rdepends_plumber2 ... OK