* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘fs’ ...
** this is package ‘fs’ version ‘2.0.1’
** package ‘fs’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=
Using PKG_LIBS=-luv -lpthread -ldl -lrt -lm
** libs
using C++ compiler: ‘g++-15 (Debian 15.2.0-15) 15.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDDr9ed/R.INSTALL20cebc5ace52bd/fs/src'
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c dir.cc -o dir.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c error.cc -o error.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c file.cc -o file.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c fs.cc -o fs.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c getmode.cc -o getmode.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c id.cc -o id.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c init.cc -o init.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c link.cc -o link.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c path.cc -o path.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c utils.cc -o utils.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c unix/getmode.cc -o unix/getmode.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c bsd/setmode.c -o bsd/setmode.o
bsd/setmode.c: In function ‘setmode’:
bsd/setmode.c:159:37: warning: pointer ‘saveset’ may be used after ‘reallocarray’ [-Wuse-after-free]
  159 |                 set = newset + (set - saveset);                         \
      |                                     ^
bsd/setmode.c:227:17: note: in expansion of macro ‘ADDCMD’
  227 |                 ADDCMD('=', (STANDARD_BITS|S_ISTXT), perm, mask);
      |                 ^~~~~~
bsd/setmode.c:156:36: note: call to ‘reallocarray’ here
  156 |                 newset = (BITCMD*) reallocarray(saveset, setlen, sizeof(BITCMD));       \
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bsd/setmode.c:227:17: note: in expansion of macro ‘ADDCMD’
  227 |                 ADDCMD('=', (STANDARD_BITS|S_ISTXT), perm, mask);
      |                 ^~~~~~
bsd/setmode.c:159:37: warning: pointer ‘saveset’ may be used after ‘reallocarray’ [-Wuse-after-free]
  159 |                 set = newset + (set - saveset);                         \
      |                                     ^
bsd/setmode.c:306:41: note: in expansion of macro ‘ADDCMD’
  306 |                                         ADDCMD(op, who, perm, mask);
      |                                         ^~~~~~
bsd/setmode.c:156:36: note: call to ‘reallocarray’ here
  156 |                 newset = (BITCMD*) reallocarray(saveset, setlen, sizeof(BITCMD));       \
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bsd/setmode.c:306:41: note: in expansion of macro ‘ADDCMD’
  306 |                                         ADDCMD(op, who, perm, mask);
      |                                         ^~~~~~
bsd/setmode.c:159:37: warning: pointer ‘saveset’ may be used after ‘reallocarray’ [-Wuse-after-free]
  159 |                 set = newset + (set - saveset);                         \
      |                                     ^
bsd/setmode.c:312:41: note: in expansion of macro ‘ADDCMD’
  312 |                                         ADDCMD('X', who, permXbits, mask);
      |                                         ^~~~~~
bsd/setmode.c:156:36: note: call to ‘reallocarray’ here
  156 |                 newset = (BITCMD*) reallocarray(saveset, setlen, sizeof(BITCMD));       \
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bsd/setmode.c:312:41: note: in expansion of macro ‘ADDCMD’
  312 |                                         ADDCMD('X', who, permXbits, mask);
      |                                         ^~~~~~
bsd/setmode.c:159:37: warning: pointer ‘saveset’ may be used after ‘reallocarray’ [-Wuse-after-free]
  159 |                 set = newset + (set - saveset);                         \
      |                                     ^
bsd/setmode.c:315:33: note: in expansion of macro ‘ADDCMD’
  315 |                                 ADDCMD(*p, who, op, mask);
      |                                 ^~~~~~
bsd/setmode.c:156:36: note: call to ‘reallocarray’ here
  156 |                 newset = (BITCMD*) reallocarray(saveset, setlen, sizeof(BITCMD));       \
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bsd/setmode.c:315:33: note: in expansion of macro ‘ADDCMD’
  315 |                                 ADDCMD(*p, who, op, mask);
      |                                 ^~~~~~
bsd/setmode.c:159:37: warning: pointer ‘saveset’ may be used after ‘reallocarray’ [-Wuse-after-free]
  159 |                 set = newset + (set - saveset);                         \
      |                                     ^
bsd/setmode.c:326:41: note: in expansion of macro ‘ADDCMD’
  326 |                                         ADDCMD(op, who, perm, mask);
      |                                         ^~~~~~
bsd/setmode.c:156:36: note: call to ‘reallocarray’ here
  156 |                 newset = (BITCMD*) reallocarray(saveset, setlen, sizeof(BITCMD));       \
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bsd/setmode.c:326:41: note: in expansion of macro ‘ADDCMD’
  326 |                                         ADDCMD(op, who, perm, mask);
      |                                         ^~~~~~
bsd/setmode.c:159:37: warning: pointer ‘saveset’ may be used after ‘reallocarray’ [-Wuse-after-free]
  159 |                 set = newset + (set - saveset);                         \
      |                                     ^
bsd/setmode.c:330:41: note: in expansion of macro ‘ADDCMD’
  330 |                                         ADDCMD('X', who, permXbits, mask);
      |                                         ^~~~~~
bsd/setmode.c:156:36: note: call to ‘reallocarray’ here
  156 |                 newset = (BITCMD*) reallocarray(saveset, setlen, sizeof(BITCMD));       \
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bsd/setmode.c:330:41: note: in expansion of macro ‘ADDCMD’
  330 |                                         ADDCMD('X', who, permXbits, mask);
      |                                         ^~~~~~
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c bsd/strmode.c -o bsd/strmode.o
gcc-15 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c bsd/reallocarray.c -o bsd/reallocarray.o
g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o fs.so dir.o error.o file.o fs.o getmode.o id.o init.o link.o path.o utils.o unix/getmode.o bsd/setmode.o bsd/strmode.o bsd/reallocarray.o -luv -lpthread -ldl -lrt -lm -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDDr9ed/R.INSTALL20cebc5ace52bd/fs/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDDr9ed/R.INSTALL20cebc5ace52bd/fs/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDDr9ed/R.INSTALL20cebc5ace52bd/fs/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-fs/00new/fs/libs
** R
** 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 (fs)