* installing *source* package 'ps' ...
** package 'ps' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpwpADdz/R.INSTALLcb084da55e4e/ps/src'
gcc  -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -Wall px.c -o px
gcc  -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -Wall interrupt.c -o interrupt
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c api-common.c -o api-common.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c common.c -o common.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c extra.c -o extra.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dummy.c -o dummy.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c error-codes.c -o error-codes.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c windows.c -o windows.o
windows.c: In function 'ps__get_proc_address_from_lib':
windows.c:817:10: warning: ISO C forbids return between function pointer and 'void *' [-Wpedantic]
  817 |   return addr;
      |          ^~~~
windows.c: In function 'ps__init':
windows.c:836:24: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
  836 |   NtQueryVirtualMemory = ps__get_proc_address_from_lib(
      |                        ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c api-windows.c -o api-windows.o
api-windows.c: In function 'ps__boot_time':
api-windows.c:571:24: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  571 |   ps__GetTickCount64 = (void*)GetProcAddress(hKernel32, "GetTickCount64");
      |                        ^
api-windows.c:571:22: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
  571 |   ps__GetTickCount64 = (void*)GetProcAddress(hKernel32, "GetTickCount64");
      |                      ^
api-windows.c: In function 'ps__get_num_cpus':
api-windows.c:604:30: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
  604 |   _GetActiveProcessorCount = (void*)GetProcAddress(
      |                              ^
api-windows.c:604:28: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
  604 |   _GetActiveProcessorCount = (void*)GetProcAddress(
      |                            ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c api-windows-conn.c -o api-windows-conn.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arch/windows/process_info.c -o arch/windows/process_info.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arch/windows/process_handles.c -o arch/windows/process_handles.o
arch/windows/process_handles.c: In function 'GetLibraryProcAddress':
arch/windows/process_handles.c:20:10: warning: ISO C forbids return between function pointer and 'void *' [-Wpedantic]
   20 |   return GetProcAddress(GetModuleHandleA(LibraryName), ProcName);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/windows/process_handles.c: In function 'ps__get_open_files_init':
arch/windows/process_handles.c:28:30: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
   28 |   __NtQuerySystemInformation =
      |                              ^
arch/windows/process_handles.c:30:19: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic]
   30 |   __NtQueryObject = GetLibraryProcAddress("ntdll.dll", "NtQueryObject");
      |                   ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arch/windows/wmi.c -o arch/windows/wmi.o
gcc -shared -s -static-libgcc -o ps.dll tmp.def init.o api-common.o common.o extra.o dummy.o error-codes.o windows.o api-windows.o api-windows-conn.o arch/windows/process_info.o arch/windows/process_handles.o arch/windows/wmi.o -lpsapi -lkernel32 -ladvapi32 -lshell32 -lnetapi32 -liphlpapi -lwtsapi32 -lws2_32 -lPowrProf -lPdh -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpwpADdz/R.INSTALLcb084da55e4e/ps/src'
make[1]: Entering directory '/d/temp/RtmpwpADdz/R.INSTALLcb084da55e4e/ps/src'
make[1]: Leaving directory '/d/temp/RtmpwpADdz/R.INSTALLcb084da55e4e/ps/src'
installing via 'install.libs.R' to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-ps/00new/ps
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'ps' as ps_1.7.6.zip
* DONE (ps)