* installing *source* package ‘SheetReader’ ...
** package ‘SheetReader’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240503 (prerelease)’
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SheetReader/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DTARGET_R -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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 interface.cpp -o interface.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DTARGET_R -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DTARGET_R -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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 XlsxSheet.cpp -o XlsxSheet.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DTARGET_R -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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 XlsxFile.cpp -o XlsxFile.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DTARGET_R -DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0 -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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 miniz/miniz.cpp -o miniz/miniz.o
XlsxSheet.cpp: In instantiation of 'void XlsxSheet::interleavedFunc(size_t, ParseState<num_buffers>&) [with long unsigned int num_buffers = 1024; size_t = long unsigned int]':
XlsxSheet.cpp:188:131:   required from here
  188 |             parseThreads.push_back(std::thread(&XlsxSheet::interleavedFunc<numBuffers>, this, numThreads, std::ref(parseStates[i])));
      |                                                                                                                                   ^
XlsxSheet.cpp:423:26: warning: ignoring return value of 'std::lock_guard<_Mutex>::lock_guard(mutex_type&) [with _Mutex = std::mutex; mutex_type = std::mutex]', declared with attribute 'nodiscard' [-Wunused-result]
  423 |                     std::lock_guard<std::mutex>(parseState.headerMutex);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/gcc14/include/c++/14.0.1/mutex:47,
                 from XlsxSheet.h:6,
                 from XlsxSheet.cpp:1:
/usr/local/gcc14/include/c++/14.0.1/bits/std_mutex.h:249:16: note: declared here
  249 |       explicit lock_guard(mutex_type& __m) : _M_device(__m)
      |                ^~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o SheetReader.so interface.o RcppExports.o XlsxSheet.o XlsxFile.o miniz/miniz.o
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SheetReader/src'
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SheetReader/src'
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SheetReader/src'
installing to /data/gannet/ripley/R/packages/tests-devel/SheetReader.Rcheck/00LOCK-SheetReader/00new/SheetReader/libs
** 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 (SheetReader)