* installing *source* package ‘anticlust’ ...
** package ‘anticlust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.0.1 20240503 (prerelease)’
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/anticlust/src'
gcc-14 -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 anticlust_init.c -o anticlust_init.o
gcc-14 -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 bicriterion_iterated_local_search_call.c -o bicriterion_iterated_local_search_call.o
gcc-14 -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 categorical-contraints.c -o categorical-contraints.o
gcc-14 -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 dispersion_anticlustering.c -o dispersion_anticlustering.o
dispersion_anticlustering.c: In function 'dispersion_anticlustering':
dispersion_anticlustering.c:213:25: warning: 'best_partner' may be used uninitialized [-Wmaybe-uninitialized]
  213 |                         swap(n, i, best_partner, PTR_NODES);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dispersion_anticlustering.c:137:16: note: 'best_partner' was declared here
  137 |         size_t best_partner;
      |                ^~~~~~~~~~~~
gcc-14 -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 distance-anticlustering.c -o distance-anticlustering.o
distance-anticlustering.c: In function 'distance_anticlustering':
distance-anticlustering.c:215:25: warning: 'best_partner' may be used uninitialized [-Wmaybe-uninitialized]
  215 |                         swap(n, i, best_partner, PTR_NODES);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
distance-anticlustering.c:138:16: note: 'best_partner' was declared here
  138 |         size_t best_partner;
      |                ^~~~~~~~~~~~
gcc-14 -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 fast-kmeans-anticlustering.c -o fast-kmeans-anticlustering.o
gcc-14 -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 free-memory.c -o free-memory.o
gcc-14 -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 kmeans-anticlustering.c -o kmeans-anticlustering.o
kmeans-anticlustering.c: In function 'kmeans_anticlustering':
kmeans-anticlustering.c:241:25: warning: 'best_partner' may be used uninitialized [-Wmaybe-uninitialized]
  241 |                         swap(n, i, best_partner, PTR_NODES);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kmeans-anticlustering.c:177:16: note: 'best_partner' was declared here
  177 |         size_t best_partner;
      |                ^~~~~~~~~~~~
gcc-14 -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 misc-array-methods.c -o misc-array-methods.o
gcc-14 -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 set-up-data-structures.c -o set-up-data-structures.o
gcc-14 -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 variance-objective.c -o variance-objective.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 anticlust.so anticlust_init.o bicriterion_iterated_local_search_call.o categorical-contraints.o dispersion_anticlustering.o distance-anticlustering.o fast-kmeans-anticlustering.o free-memory.o kmeans-anticlustering.o misc-array-methods.o set-up-data-structures.o variance-objective.o
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/anticlust/src'
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/anticlust/src'
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/anticlust/src'
installing to /data/gannet/ripley/R/packages/tests-devel/anticlust.Rcheck/00LOCK-anticlust/00new/anticlust/libs
** R
** data
*** moving datasets to lazyload DB
** 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
** 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 (anticlust)