* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘gtfstools’ ...
** package ‘gtfstools’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 17.0.5 (1)’
make[1]: Entering directory '/tmp/Rtmped5eL7/R.INSTALL34d4951914e902/gtfstools/src'
clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c convert-time.cpp -o convert-time.o
In file included from convert-time.cpp:1:
In file included from ./convert-time.h:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/as.hpp:11:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~~                             ^~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~~                           ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~~                              ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~~                                 ^~~~~~~~~
4 warnings generated.
clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c cpp11.cpp -o cpp11.o
In file included from cpp11.cpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/declarations.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/as.hpp:11:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~~                             ^~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~~                           ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~~                              ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~~                                 ^~~~~~~~~
4 warnings generated.
clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o gtfstools.so convert-time.o cpp11.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmped5eL7/R.INSTALL34d4951914e902/gtfstools/src'
make[1]: Entering directory '/tmp/Rtmped5eL7/R.INSTALL34d4951914e902/gtfstools/src'
make[1]: Leaving directory '/tmp/Rtmped5eL7/R.INSTALL34d4951914e902/gtfstools/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-gtfstools/00new/gtfstools/libs
** R
** 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 (gtfstools)