* installing *source* package ‘ambient’ ...
** package ‘ambient’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ambient/src'
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 FastNoise.cpp -o FastNoise.o
FastNoise.cpp: In member function 'FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL, FN_DECIMAL, FN_DECIMAL) const':
FastNoise.cpp:498:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  498 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:498:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  498 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:499:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  499 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:499:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  499 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:500:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  500 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:500:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  500 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:501:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  501 |                     *reinterpret_cast<int*>(&w) ^ (*reinterpret_cast<int*>(&w) >> 16));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:501:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  501 |                     *reinterpret_cast<int*>(&w) ^ (*reinterpret_cast<int*>(&w) >> 16));
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp: In member function 'FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL, FN_DECIMAL) const':
FastNoise.cpp:507:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  507 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:507:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  507 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:508:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  508 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:508:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  508 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:509:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  509 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:509:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  509 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16));
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp: In member function 'FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL) const':
FastNoise.cpp:515:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  515 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:515:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  515 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:516:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  516 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:516:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  516 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16));
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp: At global scope:
FastNoise.cpp:186:12: warning: 'int FastAbs(int)' defined but not used [-Wunused-function]
  186 | static int FastAbs(int i) { return abs(i); }
      |            ^~~~~~~
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 cpp11.cpp -o cpp11.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 cubic.cpp -o cubic.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 perlin.cpp -o perlin.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 simplex.cpp -o simplex.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 value.cpp -o value.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 white.cpp -o white.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/cpp11/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 worley.cpp -o worley.o
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o ambient.so FastNoise.o cpp11.o cubic.o perlin.o simplex.o value.o white.o worley.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ambient/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ambient/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ambient/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ambient.Rcheck/00LOCK-ambient/00new/ambient/libs
** R
** 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 (ambient)