* installing *source* package ‘dparser’ ...
** package ‘dparser’ 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/dparser/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 parse.c -o parse.o
In file included from d.h:107,
                 from parse.c:5:
parse.c: In function 'new_ZNode':
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
      |                          ^~~~~~~~~~~~~~~~~~~~~
parse.c:225:22: note: in expansion of macro 'znode_next'
  225 |     p->free_znodes = znode_next(z);
      |                      ^~~~~~~~~~
parse.c: In function 'free_ZNode':
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
      |                          ^~~~~~~~~~~~~~~~~~~~~
parse.c:268:3: note: in expansion of macro 'znode_next'
  268 |   znode_next(z) = p->free_znodes;
      |   ^~~~~~~~~~
parse.c: In function 'free_parser_working_data':
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
      |                          ^~~~~~~~~~~~~~~~~~~~~
parse.c:436:17: note: in expansion of macro 'znode_next'
  436 |     ZNode *zn = znode_next(p->free_znodes);
      |                 ^~~~~~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 scan.c -o scan.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 dsymtab.c -o dsymtab.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 util.c -o util.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 mkdparse.c -o mkdparse.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 write_tables.c -o write_tables.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 grammar.g.c -o grammar.g.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 gram.c -o gram.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 lex.c -o lex.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 lr.c -o lr.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 version.c -o version.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 read_binary.c -o read_binary.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 dparser.c -o dparser.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 mkdparser.c -o mkdparser.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -DUSE_FREELISTS -DTRACK_PNODES -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 rdparse.c -o rdparse.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 dparser.so parse.o scan.o dsymtab.o util.o mkdparse.o write_tables.o grammar.g.o gram.o lex.o lr.o version.o read_binary.o dparser.o mkdparser.o rdparse.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-devel/dparser.Rcheck/00LOCK-dparser/00new/dparser
** 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 (dparser)