* installing *source* package ‘tfevents’ ... ** package ‘tfevents’ successfully unpacked and MD5 sums checked ** using staged installation Found pkg-config cflags and libs! Using PKG_CFLAGS= Using PKG_LIBS=-lprotobuf Using C++17 compiler: g++-13 -std=gnu++17 Using libprotoc 3.19.6 from /usr/bin/protoc ** libs using C compiler: ‘gcc-13 (GCC) 13.2.0’ using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tfevents/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c code.cpp -o code.o In file included from tfevents_types.h:4, from RcppExports.cpp:4: tensor.h: In function 'T Rcpp::as(SEXP) [with T = std::vector >; SEXP = SEXPREC*]': tensor.h:13:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare] 13 | for (size_t i = 0; i < r_dtype.size(); i++) { | ~~^~~~~~~~~~~~~~~~ tensor.h: In function 'T Rcpp::as(SEXP) [with T = std::vector; SEXP = SEXPREC*]': tensor.h:47:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare] 47 | for (size_t i = 0; i < r_dims.size(); i++) { | ~~^~~~~~~~~~~~~~~ tensor.h: In function 'T Rcpp::as(SEXP) [with T = std::vector >; SEXP = SEXPREC*]': tensor.h:69:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare] 69 | for (size_t i = 0; i < r_dims.size(); i++) { | ~~^~~~~~~~~~~~~~~ In file included from tfevents_types.h:5: as.h: In function 'T Rcpp::as(SEXP) [with T = std::vector; SEXP = SEXPREC*]': as.h:40:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare] 40 | for (size_t i =0; i < r_buffer.size(); i++) { | ~~^~~~~~~~~~~~~~~~~ as.h: In function 'T Rcpp::as(SEXP) [with T = std::vector; SEXP = SEXPREC*]': as.h:102:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'R_xlen_t' {aka 'long int'} [-Wsign-compare] 102 | for (size_t i = 0; i < r_summary.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ In file included from tfevents_types.h:6: wrap.h: In function 'SEXPREC* Rcpp::wrap(const T&) [with T = tensorboard::Summary; SEXP = SEXPREC*]': wrap.h:105:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 105 | for (size_t i = 0; i < n_values; i++) { | ~~^~~~~~~~~~ g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c event_writer.cpp -o event_writer.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c reader.cpp -o reader.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c record_writer.cpp -o record_writer.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c utils.cpp -o utils.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c write.cpp -o write.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/resource_handle.pb.cc -o generated/resource_handle.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/tensor_shape.pb.cc -o generated/tensor_shape.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/event.pb.cc -o generated/event.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/summary.pb.cc -o generated/summary.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/text/plugin_data.pb.cc -o generated/plugins/text/plugin_data.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/image/plugin_data.pb.cc -o generated/plugins/image/plugin_data.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/scalar/plugin_data.pb.cc -o generated/plugins/scalar/plugin_data.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/hparams/api.pb.cc -o generated/plugins/hparams/api.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/hparams/hparams_util.pb.cc -o generated/plugins/hparams/hparams_util.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/hparams/plugin_data.pb.cc -o generated/plugins/hparams/plugin_data.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/audio/plugin_data.pb.cc -o generated/plugins/audio/plugin_data.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/plugins/histogram/plugin_data.pb.cc -o generated/plugins/histogram/plugin_data.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/tensor.pb.cc -o generated/tensor.pb.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fvisibility=hidden -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c generated/types.pb.cc -o generated/types.pb.o gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DUSENEWAPI -Igenerated -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 crc32c.c -o crc32c.o g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o tfevents.so RcppExports.o code.o event_writer.o reader.o record_writer.o utils.o write.o generated/resource_handle.pb.o generated/tensor_shape.pb.o generated/event.pb.o generated/summary.pb.o generated/plugins/text/plugin_data.pb.o generated/plugins/image/plugin_data.pb.o generated/plugins/scalar/plugin_data.pb.o generated/plugins/hparams/api.pb.o generated/plugins/hparams/hparams_util.pb.o generated/plugins/hparams/plugin_data.pb.o generated/plugins/audio/plugin_data.pb.o generated/plugins/histogram/plugin_data.pb.o generated/tensor.pb.o generated/types.pb.o ./crc32c.o -lprotobuf make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tfevents/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tfevents/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tfevents/src' installing to /data/gannet/ripley/R/packages/tests-devel/tfevents.Rcheck/00LOCK-tfevents/00new/tfevents/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (tfevents)