* installing *source* package ‘imager’ ... ** this is package ‘imager’ version ‘1.0.2’ ** package ‘imager’ successfully unpacked and MD5 sums checked ** using staged installation checking for pkg-config... /usr/bin/pkg-config checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ -std=gnu++17 accepts -g... yes checking how to run the C++ preprocessor... g++ -std=gnu++17 -E checking for X... libraries , headers checking for XOpenDisplay in -lX11... yes X11 library found. configure: Checking if FFTW3 library is available using pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FFTW... yes FFTW3 found! checking whether pkg-config knows about libtiff-4... yes checking for configurable backends... checking whether --static is needed... no checking for g++ -std=gnu++17 option to support OpenMP... -fopenmp configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘g++ (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/imager/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 colourspace.cpp -o colourspace.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 coordinates.cpp -o coordinates.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 display.cpp -o display.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 drawing.cpp -o drawing.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from colourspace.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 filtering.cpp -o filtering.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 hough.cpp -o hough.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from coordinates.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from drawing.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 imgraphs.cpp -o imgraphs.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from display.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from hough.cpp:2: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from filtering.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 interact.cpp -o interact.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 interpolation.cpp -o interpolation.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from imgraphs.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 morphology.cpp -o morphology.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 reductions.cpp -o reductions.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from interact.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from interpolation.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from morphology.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from reductions.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 transformations.cpp -o transformations.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from transformations.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -Dcimg_use_fftw3 -I/usr/include/webp -DWITH_GZFILEOP -Dcimg_use_tiff -I../inst/include -DCIMG_COMPILING -Dcimg_use_rng -Dcimg_use_r -Dcimg_use_fftw3_singlethread -Dcimg_verbosity=1 -Dcimg_date='""' -Dcimg_time='""' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fopenmp -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 wrappers.cpp -o wrappers.o In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from wrappers.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /data/gannet/ripley/R/R-devel/include/R.h:73, from ../inst/include/imager.h:14, from utils.cpp:1: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’: /data/gannet/ripley/R/R-devel/include/R_ext/Error.h:108:17: warning: infinite recursion detected [-Winfinite-recursion] 108 | #define warning Rf_warning | ^~~~~~~~~~ /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:46:13: note: in expansion of macro ‘warning’ 46 | inline void warning(const char* fmt, Args&&... args ) { | ^~~~~~~ In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:180, from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:130, from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27, from ../inst/include/imager.h:15: /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions/cpp11/exceptions.h:47:15: note: recursive call 47 | Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str()); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -L/usr/local/lib64 -o imager.so RcppExports.o colourspace.o coordinates.o display.o drawing.o filtering.o hough.o imgraphs.o interact.o interpolation.o morphology.o reductions.o transformations.o utils.o wrappers.o -fopenmp -lX11 -Dcimg_use_fftw3 -lfftw3 -ltiff make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/imager/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/imager/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/imager/src' installing to /data/gannet/ripley/R/packages/tests-devel/imager.Rcheck/00LOCK-imager/00new/imager/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (imager)