* installing *source* package ‘lfe’ ...
** package ‘lfe’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... /usr/local/clang18/bin/clang
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 the compiler supports GNU C... yes
checking whether /usr/local/clang18/bin/clang accepts -g... yes
checking for /usr/local/clang18/bin/clang option to enable C11 features... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... /usr/local/clang18/bin/clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether /usr/local/clang18/bin/clang is Clang... yes
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for timed semaphore wait... yes
checking for library containing pthread_setname_np... none required
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
config.status: src/config.h is unchanged
** libs
using C compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/lfe/src'
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c crowsum.c -o crowsum.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c demean.c -o demean.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c factor.c -o factor.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c kaczmarz.c -o kaczmarz.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c lfe.c -o lfe.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include   -fvisibility=hidden -fopenmp -pthread  -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c utils.c -o utils.o
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o lfe.so crowsum.o demean.o factor.o kaczmarz.o lfe.o utils.o -lpthread -pthread -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/lfe/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/lfe/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/lfe/src'
installing to /data/gannet/ripley/R/packages/tests-clang/lfe.Rcheck/00LOCK-lfe/00new/lfe/libs
** R
** exec
** 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 (lfe)