* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘tidyprompt’ ...
** this is package ‘tidyprompt’ version ‘0.2.0’
** package ‘tidyprompt’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Installing package into ‘/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b’
(as ‘lib’ is unspecified)
also installing the dependencies ‘Rcpp’, ‘fastmap’, ‘coro’, ‘later’, ‘promises’, ‘S7’

trying URL 'https://cran.rstudio.com/src/contrib/Rcpp_1.1.0.tar.gz'
trying URL 'https://cran.rstudio.com/src/contrib/fastmap_1.2.0.tar.gz'
trying URL 'https://cran.rstudio.com/src/contrib/coro_1.1.0.tar.gz'
trying URL 'https://cran.rstudio.com/src/contrib/later_1.4.4.tar.gz'
trying URL 'https://cran.rstudio.com/src/contrib/promises_1.3.3.tar.gz'
trying URL 'https://cran.rstudio.com/src/contrib/S7_0.2.0.tar.gz'
trying URL 'https://cran.rstudio.com/src/contrib/ellmer_0.3.2.tar.gz'
* installing *source* package ‘Rcpp’ ...
** this is package ‘Rcpp’ version ‘1.1.0’
** package ‘Rcpp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5XSdPB/R.INSTALL222ea459228c05/Rcpp/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c api.cpp -o api.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c attributes.cpp -o attributes.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c barrier.cpp -o barrier.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c date.cpp -o date.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c module.cpp -o module.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I../inst/include/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c rcpp_init.cpp -o rcpp_init.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5XSdPB/R.INSTALL222ea459228c05/Rcpp/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp5XSdPB/R.INSTALL222ea459228c05/Rcpp/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp5XSdPB/R.INSTALL222ea459228c05/Rcpp/src'
installing to /home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/00LOCK-Rcpp/00new/Rcpp/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (Rcpp)
* installing *source* package ‘fastmap’ ...
** this is package ‘fastmap’ version ‘1.2.0’
** package ‘fastmap’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.7 (3+b2)’
using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpfypsmd/R.INSTALL2248b3514cde7b/fastmap/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Ilib/  -I/usr/local/include -D_FORTIFY_SOURCE=3  -DR_NO_REMAP -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c fastmap.cpp -o fastmap.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Ilib/  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o fastmap.so fastmap.o init.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpfypsmd/R.INSTALL2248b3514cde7b/fastmap/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpfypsmd/R.INSTALL2248b3514cde7b/fastmap/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpfypsmd/R.INSTALL2248b3514cde7b/fastmap/src'
installing to /home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/00LOCK-fastmap/00new/fastmap/libs
** R
** 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
** 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 (fastmap)
* installing *source* package ‘coro’ ...
** this is package ‘coro’ version ‘1.1.0’
** package ‘coro’ successfully unpacked and MD5 sums checked
** using staged installation
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (coro)
* installing *source* package ‘S7’ ...
** this is package ‘S7’ version ‘0.2.0’
** package ‘S7’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp12Rz8s/R.INSTALL2251893f019261/S7/src'
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c method-dispatch.c -o method-dispatch.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c prop.c -o prop.o
clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o S7.so init.o method-dispatch.o prop.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp12Rz8s/R.INSTALL2251893f019261/S7/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp12Rz8s/R.INSTALL2251893f019261/S7/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp12Rz8s/R.INSTALL2251893f019261/S7/src'
installing to /home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/00LOCK-S7/00new/S7/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (S7)
* installing *source* package ‘later’ ...
** this is package ‘later’ version ‘1.4.4’
** package ‘later’ successfully unpacked and MD5 sums checked
** using staged installation
Running configure script
-latomic linker flag not needed.
** libs
using C compiler: ‘Debian clang version 19.1.7 (3+b2)’
using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4qwvH0/R.INSTALL2255b81bae5ba8/later/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c callback_registry.cpp -o callback_registry.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c debug.cpp -o debug.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c fd.cpp -o fd.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c later.cpp -o later.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c later_posix.cpp -o later_posix.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c later_win32.cpp -o later_win32.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c timer_posix.cpp -o timer_posix.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c timestamp_unix.cpp -o timestamp_unix.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c timestamp_win32.cpp -o timestamp_win32.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c tinycthread.c -o tinycthread.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c wref.c -o wref.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o later.so RcppExports.o callback_registry.o debug.o fd.o init.o later.o later_posix.o later_win32.o timer_posix.o timestamp_unix.o timestamp_win32.o tinycthread.o wref.o -pthread -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4qwvH0/R.INSTALL2255b81bae5ba8/later/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4qwvH0/R.INSTALL2255b81bae5ba8/later/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4qwvH0/R.INSTALL2255b81bae5ba8/later/src'
installing to /home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/00LOCK-later/00new/later/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (later)
* installing *source* package ‘promises’ ...
** this is package ‘promises’ version ‘1.3.3’
** package ‘promises’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (3+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpVKmmfG/R.INSTALL2268ce19ebc6af/promises/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/later/include' -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/later/include' -I'/home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator  -c promise_task.cpp -o promise_task.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o promises.so RcppExports.o promise_task.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpVKmmfG/R.INSTALL2268ce19ebc6af/promises/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpVKmmfG/R.INSTALL2268ce19ebc6af/promises/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpVKmmfG/R.INSTALL2268ce19ebc6af/promises/src'
installing to /home/hornik/tmp/scratch/RtmpOv7YZG/RLIBS_222d762945be7b/00LOCK-promises/00new/promises/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 (promises)
* installing *source* package ‘ellmer’ ...
** this is package ‘ellmer’ version ‘0.3.2’
** package ‘ellmer’ successfully unpacked and MD5 sums checked
** using staged installation
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ellmer)

The downloaded source packages are in
	‘/home/hornik/tmp/scratch/Rtmpac7Dvp/downloaded_packages’

── Thank you for using 'tidyprompt'! 
ℹ You may download the latest version from GitHub (<https://github.com/KennispuntTwente/tidyprompt>), using:
→ `remotes::install_github()`
ℹ Bugs, suggestions, questions, or contributions?
→ Open an issue (<https://github.com/KennispuntTwente/tidyprompt/issues>) or
pull request (<https://github.com/KennispuntTwente/tidyprompt/pulls>)

** help
*** installing help indices
** building package indices
** installing vignettes
** 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
* DONE (tidyprompt)