* installing *source* package ‘RMySQL’ ...
** package ‘RMySQL’ successfully unpacked and MD5 sums checked
** using staged installation
Found mysql_config cflags and libs!
Using PKG_CFLAGS=-I/usr/include/mysql -I/usr/include/mysql/mysql
Using PKG_LIBS=-L/usr/lib64/ -lmariadb
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RMySQL/src'
rm -f RMySQL.so RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 RMySQL-init.c -o RMySQL-init.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 connection.c -o connection.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 db-apply.c -o db-apply.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 driver.c -o driver.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 exception.c -o exception.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 fields.c -o fields.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 result.c -o result.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/include/mysql -I/usr/include/mysql/mysql  -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 utils.c -o utils.o
utils.c: In function 'RS_DBI_newEntry':
utils.c:132:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  132 |   for(i = 0; i < length; i++)
      |   ^~~
utils.c:137:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  137 |     return indx;
      |     ^~~~~~
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 RMySQL.so RMySQL-init.o connection.o db-apply.o driver.o exception.o fields.o result.o utils.o -L/usr/lib64/ -lmariadb
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RMySQL/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RMySQL/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RMySQL/src'
installing to /data/gannet/ripley/R/packages/tests-devel/RMySQL.Rcheck/00LOCK-RMySQL/00new/RMySQL/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 (RMySQL)