* installing *source* package ‘arima2’ ...
** package ‘arima2’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/arima2/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -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 arima.c -o arima.o
arima.c: In function 'KalmanLike':
arima.c:123:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  123 |       for (int i = 0; i < p; i++)
      |       ^~~
arima.c:130:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  130 |         for (int i = 0; i < p; i++)
      |         ^~~
arima.c: In function 'KalmanSmooth':
arima.c:244:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  244 |       for (int i = 0; i < p; i++)
      |       ^~~
arima.c:251:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  251 |         for (int i = 0; i < p; i++)
      |         ^~~
arima.c:315:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  315 |       for (int i = 0; i < p; i++)
      |       ^~~
arima.c:322:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  322 |         for (int i = 0; i < p; i++) {
      |         ^~~
arima.c:329:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  329 |       for (int i = 0; i < p; i++)
      |       ^~~
arima.c:336:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  336 |         for (int i = 0; i < p; i++)
      |         ^~~
arima.c:355:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  355 |       for (int i = 0; i < p; i++)
      |       ^~~
arima.c:362:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  362 |         for (int i = 0; i < p; i++)
      |         ^~~
arima.c:353:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  353 |   if (var)
      |   ^~
In file included from ts.h:28,
                 from arima.c:38:
/data/gannet/ripley/R/R-devel/include/Rinternals.h:372:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  372 | #define UNPROTECT(n)    Rf_unprotect(n)
      |                         ^~~~~~~~~~~~
arima.c:370:5: note: in expansion of macro 'UNPROTECT'
  370 |     UNPROTECT(4);
      |     ^~~~~~~~~
arima.c: In function 'KalmanFore':
arima.c:420:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  420 |     for (int i = 0; i < p; i++)
      |     ^~~
arima.c:427:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  427 |       for (int i = 0; i < p; i++)
      |       ^~~
arima.c:427:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
arima.c:434:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  434 |         double tmp = h;
      |         ^~~~~~
arima.c:435:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  435 |     for (int i = 0; i < p; i++)
      |     ^~~
arima.c:440:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  440 |       REAL(se)[l] = tmp;
      |       ^~~~
arima.c: In function 'ARIMA_Like':
arima.c:668:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  668 |         for (int i = 0; i < r; i++)
      |         ^~~
arima.c:675:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  675 |           for (int j = 0; j < rd; j++) {
      |           ^~~
arima.c:686:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  686 |         for (int i = 0; i < r; i++)
      |         ^~~
arima.c:693:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  693 |           for (int j = 0; j < rd; j++) {
      |           ^~~
arima.c: In function 'getListElement':
arima.c:1144:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1144 |   for (i = 0; i < length(list); i++)
      |   ^~~
arima.c:1149:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1149 |     return elmt;
      |     ^~~~~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -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 arima2_init.c -o arima2_init.o
gcc-13 -shared -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 -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o arima2.so arima.o arima2_init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/arima2/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/arima2/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/arima2/src'
installing to /data/gannet/ripley/R/packages/tests-devel/arima2.Rcheck/00LOCK-arima2/00new/arima2/libs
** R
** data
*** moving datasets to lazyload DB
** 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)