* installing *source* package ‘poismf’ ...
** package ‘poismf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.0.1 20240503 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/poismf/src'
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 nonnegcg.c -o nonnegcg.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 poismf.c -o poismf.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 pred.c -o pred.o
In file included from poismf.c:39:
poismf.c: In function 'tncg_iteration._omp_fn.0':
poismf.h:95:24: warning: 'prev_values' may be used uninitialized [-Wmaybe-uninitialized]
   95 |     #define cblas_tdot cblas_ddot
poismf.c:395:28: note: in expansion of macro 'cblas_tdot'
  395 |             n_unchanged += cblas_tdot(k_int, prev_values, 1, prev_values, 1) <= 1e-4;
      |                            ^~~~~~~~~~
poismf.c:350:13: note: 'prev_values' was declared here
  350 |     real_t *prev_values;
      |             ^~~~~~~~~~~
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 rwrapper.c -o rwrapper.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 tnc.c -o tnc.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -D_FOR_R -DUSE_FC_LEN_T  -I/usr/local/include   -fopenmp -fvisibility=hidden -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 topN.c -o topN.o
gcc-14 -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/gcc14/lib64 -L/usr/local/lib64 -o poismf.so nonnegcg.o poismf.o pred.o rwrapper.o tnc.o topN.o -fopenmp -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/poismf/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/poismf/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/poismf/src'
installing to /data/gannet/ripley/R/packages/tests-devel/poismf.Rcheck/00LOCK-poismf/00new/poismf/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 (poismf)