* installing *source* package ‘bitops’ ...
** package ‘bitops’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/bitops/src'
gcc-13 -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 bit-ops.c -o bit-ops.o
bit-ops.c: In function 'bitShiftL':
bit-ops.c:125:80: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  125 |                 else *(xaAb++)=(double) (_2_UINT_(xa[i]) __OP__ I_2_UINT(xb[j] & 31 ) ) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro 'I_2_UINT'
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:145:5: note: in expansion of macro 'bitshift_BODY'
  145 |     bitshift_BODY( << );
      |     ^~~~~~~~~~~~~
bit-ops.c:136:80: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  136 |                 else *(xaAb++)=(double) (_2_UINT_(xa[j]) __OP__ I_2_UINT(xb[i] & 31 )) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro 'I_2_UINT'
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:145:5: note: in expansion of macro 'bitshift_BODY'
  145 |     bitshift_BODY( << );
      |     ^~~~~~~~~~~~~
bit-ops.c: In function 'bitShiftR':
bit-ops.c:125:80: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  125 |                 else *(xaAb++)=(double) (_2_UINT_(xa[i]) __OP__ I_2_UINT(xb[j] & 31 ) ) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro 'I_2_UINT'
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:149:5: note: in expansion of macro 'bitshift_BODY'
  149 |     bitshift_BODY( >> );
      |     ^~~~~~~~~~~~~
bit-ops.c:136:80: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
  136 |                 else *(xaAb++)=(double) (_2_UINT_(xa[j]) __OP__ I_2_UINT(xb[i] & 31 )) ; \
      |                                                                                ^
bit-ops.c:6:50: note: in definition of macro 'I_2_UINT'
    6 | #define I_2_UINT(I)   (unsigned int) ((I) < 0 ? (I + UINT_MAX +1) : (I))
      |                                                  ^
bit-ops.c:149:5: note: in expansion of macro 'bitshift_BODY'
  149 |     bitshift_BODY( >> );
      |     ^~~~~~~~~~~~~
gcc-13 -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 cksum.c -o cksum.o
gcc-13 -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 init.c -o init.o
gcc-13 -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/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o bitops.so bit-ops.o cksum.o init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/bitops/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/bitops/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/bitops/src'
installing to /data/gannet/ripley/R/packages/tests-devel/bitops.Rcheck/00LOCK-bitops/00new/bitops/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 (bitops)