* installing *source* package ‘arima2’ ...
** this is package ‘arima2’ version ‘3.4.2’
** package ‘arima2’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 21.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/arima2/src'
/usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c arima.c -o arima.o
/usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c arima2_init.c -o arima2_init.o
arima.c:130:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
130 | for (int i = 0; i < p; i++)
| ^
arima.c:123:7: note: previous statement is here
123 | for (int i = 0; i < p; i++)
| ^
arima.c:251:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
251 | for (int i = 0; i < p; i++)
| ^
arima.c:244:7: note: previous statement is here
244 | for (int i = 0; i < p; i++)
| ^
arima.c:322:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
322 | for (int i = 0; i < p; i++) {
| ^
arima.c:315:7: note: previous statement is here
315 | for (int i = 0; i < p; i++)
| ^
arima.c:336:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
336 | for (int i = 0; i < p; i++)
| ^
arima.c:329:7: note: previous statement is here
329 | for (int i = 0; i < p; i++)
| ^
arima.c:362:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
362 | for (int i = 0; i < p; i++)
| ^
arima.c:355:7: note: previous statement is here
355 | for (int i = 0; i < p; i++)
| ^
arima.c:427:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
427 | for (int i = 0; i < p; i++)
| ^
arima.c:420:5: note: previous statement is here
420 | for (int i = 0; i < p; i++)
| ^
arima.c:434:9: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
434 | double tmp = h;
| ^
arima.c:427:7: note: previous statement is here
427 | for (int i = 0; i < p; i++)
| ^
arima.c:440:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
440 | REAL(se)[l] = tmp;
| ^
arima.c:435:5: note: previous statement is here
435 | for (int i = 0; i < p; i++)
| ^
arima.c:675:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
675 | for (int j = 0; j < rd; j++) {
| ^
arima.c:668:9: note: previous statement is here
668 | for (int i = 0; i < r; i++)
| ^
arima.c:693:11: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
693 | for (int j = 0; j < rd; j++) {
| ^
arima.c:686:9: note: previous statement is here
686 | for (int i = 0; i < r; i++)
| ^
arima.c:1149:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
1149 | return elmt;
| ^
arima.c:1144:3: note: previous statement is here
1144 | for (i = 0; i < length(list); i++)
| ^
11 warnings generated.
/usr/local/clang21/bin/clang -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o arima2.so arima.o arima2_init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/arima2/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/arima2/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/arima2/src'
installing to /data/gannet/ripley/R/packages/tests-clang/arima2.Rcheck/00LOCK-arima2/00new/arima2/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** 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 (arima2)