Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-12-12 r89163) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-12-13/deps.csv", task.str = "732", release = "/scratch/th798/data.table-revdeps/2025-12-13/data.table_release_1.17.8.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-12-13/data.table_master_1.17.99.4e9c98914eeefab73f987f8b25145d08dbbdffdd.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/25875570/R-devel/732" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/25875570/R-devel/732/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "LabourMarketAreas" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/25875570/R-devel/732/library" [2] "/projects/genomic-ml/R/R-devel/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-12-13 01:14:35 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/25875570/R-devel/732/library' (as 'lib' is unspecified) also installing the dependencies 'geometries', 'rapidjsonr', 'sfheaders', 'later', 'promises', 'spacesXYZ', 'geojsonsf', 'raster', 'jsonify', 'leaflet.providers', 'terra', 'lwgeom', 'httpuv', 's2', 'units', 'Rcpp', 'cols4all', 'htmlwidgets', 'leafem', 'leafgl', 'leaflegend', 'leaflet', 'leafsync', 'maptiles', 'stars', 'tmaptools', 'servr', 'yaml', 'xfun', 'sf', 'spdep', 'tmap', 'rmarkdown', 'knitr' trying URL 'http://cloud.r-project.org/src/contrib/geometries_0.2.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rapidjsonr_1.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/sfheaders_0.4.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/later_1.4.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/promises_1.5.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/spacesXYZ_1.6-0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geojsonsf_2.0.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/raster_3.6-32.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/jsonify_1.2.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflet.providers_2.0.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/terra_1.8-86.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/lwgeom_0.2-14.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/httpuv_1.6.16.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/s2_1.1.9.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/units_1.0-0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/4.6.0/Other/Rcpp_1.1.0.8.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/cols4all_0.10.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/htmlwidgets_1.6.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafem_0.2.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafgl_0.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflegend_1.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflet_2.2.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafsync_0.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/maptiles_0.11.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/stars_0.6-8.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmaptools_3.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/servr_0.32.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/yaml_2.3.12.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/xfun_0.54.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/sf_1.0-23.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/spdep_1.4-1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmap_4.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rmarkdown_2.30.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/knitr_1.50.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/LabourMarketAreas_3.4.tar.gz' * installing *source* package 'rapidjsonr' ... ** this is package 'rapidjsonr' version '1.2.1' ** package 'rapidjsonr' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (rapidjsonr) * installing *source* package 'spacesXYZ' ... ** this is package 'spacesXYZ' version '1.6-0' ** package 'spacesXYZ' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (spacesXYZ) * installing *source* package 'leaflet.providers' ... ** this is package 'leaflet.providers' version '2.0.0' ** package 'leaflet.providers' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (leaflet.providers) * installing *source* package 'Rcpp' ... ** this is package 'Rcpp' version '1.1.0.8.1' ** package 'Rcpp' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c api.cpp -o api.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c attributes.cpp -o attributes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c barrier.cpp -o barrier.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c date.cpp -o date.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c module.cpp -o module.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rcpp_init.cpp -o rcpp_init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o installing to /tmp/th798/25875570/R-devel/732/library/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 'yaml' ... ** this is package 'yaml' version '2.3.12' ** package 'yaml' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c api.c -o api.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dumper.c -o dumper.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c emitter.c -o emitter.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c implicit.c -o implicit.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c loader.c -o loader.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c parser.c -o parser.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c r_emit.c -o r_emit.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c r_ext.c -o r_ext.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c r_parse.c -o r_parse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reader.c -o reader.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c scanner.c -o scanner.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I. -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c writer.c -o writer.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o yaml.so api.o dumper.o emitter.o implicit.o loader.o parser.o r_emit.o r_ext.o r_parse.o reader.o scanner.o writer.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-yaml/00new/yaml/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 (yaml) * installing *source* package 'xfun' ... ** this is package 'xfun' version '0.54' ** package 'xfun' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c base64.c -o base64.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rand_lcg.c -o rand_lcg.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o xfun.so base64.o init.o rand_lcg.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-xfun/00new/xfun/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 (xfun) * installing *source* package 'geometries' ... ** this is package 'geometries' version '0.2.5' ** package 'geometries' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c close.cpp -o close.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c columns.cpp -o columns.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coordinates.cpp -o coordinates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geometries.cpp -o geometries.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lines.cpp -o lines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nest.cpp -o nest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geometries.so RcppExports.o bbox.o close.o columns.o coordinates.o geometries.o lines.o lists.o nest.o shapes.o tests.o utils.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-geometries/00new/geometries/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 (geometries) * 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: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o In file included from /tmp/th798/25875570/R-devel/732/library/Rcpp/include/RcppCommon.h:30, from /tmp/th798/25875570/R-devel/732/library/Rcpp/include/Rcpp.h:27, from RcppExports.cpp:5: /tmp/th798/25875570/R-devel/732/library/Rcpp/include/Rcpp/r/check_r_headers.h:35:21: note: '#pragma message: Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410' 35 | #pragma message "Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c callback_registry.cpp -o callback_registry.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c debug.cpp -o debug.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fd.cpp -o fd.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c later.cpp -o later.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c later_posix.cpp -o later_posix.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c later_win32.cpp -o later_win32.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c timer_posix.cpp -o timer_posix.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c timestamp_unix.cpp -o timestamp_unix.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c timestamp_win32.cpp -o timestamp_win32.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tinycthread.c -o tinycthread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -pthread -DSTRICT_R_HEADERS -DRCPP_NO_MODULES -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wref.c -o wref.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -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 installing to /tmp/th798/25875570/R-devel/732/library/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 'jsonify' ... ** this is package 'jsonify' version '1.2.3' ** package 'jsonify' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c from_json.cpp -o from_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c pretty.cpp -o pretty.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_json.cpp -o read_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_json.cpp -o to_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c validate.cpp -o validate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o jsonify.so RcppExports.o from_json.o pretty.o read_json.o tests.o to_json.o validate.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-jsonify/00new/jsonify/libs ** 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 ** 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 (jsonify) * installing *source* package 'terra' ... ** this is package 'terra' version '1.8-86' ** package 'terra' successfully unpacked and MD5 sums checked ** using staged installation configure: CC: /packages/gcc/12.2.0-nnbserq/bin/gcc configure: CXX: /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 checking for gdal-config... /packages/gdal/3.3.1/bin/gdal-config checking gdal-config usability... yes configure: GDAL: 3.3.1 checking GDAL version >= 2.0.1... yes checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for gdal.h... yes checking GDAL: linking with --libs only... yes checking GDAL: /packages/gdal/3.3.1/share/gdal/pcs.csv readable... no checking GDAL: checking whether PROJ is available for linking:... yes checking GDAL: checking whether PROJ is available for running:... yes configure: GDAL: 3.3.1 checking for proj.h... yes checking PROJ: checking whether PROJ and sqlite3 are available for linking:... yes checking for geos-config... /packages/gcc-8.3.1/geos/3.8.1-j7t4spf/bin/geos-config checking geos-config usability... yes configure: GEOS: 3.8.1 checking GEOS version >= 3.4.0... yes checking for geos_c.h... yes checking geos: linking with -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c... yes checking Intel TBB exists:... no configure: WARNING: to support parallel processing install TBB devel or update the PKG_CONFIG_PATH environment variable configure: Package CPP flags: -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include configure: Package LIBS: -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppFunctions.cpp -o RcppFunctions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppModule.cpp -o RcppModule.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c arith.cpp -o arith.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c crs.cpp -o crs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distRaster.cpp -o distRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distValueRaster.cpp -o distValueRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distVector.cpp -o distVector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distance.cpp -o distance.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c extract.cpp -o extract.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c file_utils.cpp -o file_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c focal.cpp -o focal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gcp.cpp -o gcp.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdal_algs.cpp -o gdal_algs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdal_multidimensional.cpp -o gdal_multidimensional.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdalio.cpp -o gdalio.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geodesic.c -o geodesic.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geos_methods.cpp -o geos_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geosphere.cpp -o geosphere.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c math_utils.cpp -o math_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mediancut.cpp -o mediancut.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c memory.cpp -o memory.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c movingWindow.cpp -o movingWindow.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ncdf.cpp -o ncdf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nearest.cpp -o nearest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c patches.cpp -o patches.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ram.cpp -o ram.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_methods.cpp -o raster_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_stats.cpp -o raster_stats.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rasterize.cpp -o rasterize.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read.cpp -o read.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_gdal.cpp -o read_gdal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ogr.cpp -o read_ogr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sample.cpp -o sample.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sort.cpp -o sort.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatBase.cpp -o spatBase.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatDataframe.cpp -o spatDataframe.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatFactor.cpp -o spatFactor.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatRaster.cpp -o spatRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatRasterMultiple.cpp -o spatRasterMultiple.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatSources.cpp -o spatSources.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatTime.cpp -o spatTime.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatVector.cpp -o spatVector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatVector2.cpp -o spatVector2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c string_utils.cpp -o string_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c surfArea.cpp -o surfArea.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c table_utils.cpp -o table_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecmath.cpp -o vecmath.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecmathse.cpp -o vecmathse.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vector_methods.cpp -o vector_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c watershed_internal.cpp -o watershed_internal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write.cpp -o write.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_gdal.cpp -o write_gdal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_ogr.cpp -o write_ogr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o terra.so RcppExports.o RcppFunctions.o RcppModule.o arith.o crs.o distRaster.o distValueRaster.o distVector.o distance.o extract.o file_utils.o focal.o gcp.o gdal_algs.o gdal_multidimensional.o gdalio.o geodesic.o geos_methods.o geosphere.o math_utils.o mediancut.o memory.o movingWindow.o ncdf.o nearest.o patches.o ram.o raster_methods.o raster_stats.o rasterize.o read.o read_gdal.o read_ogr.o sample.o sort.o spatBase.o spatDataframe.o spatFactor.o spatRaster.o spatRasterMultiple.o spatSources.o spatTime.o spatVector.o spatVector2.o string_utils.o surfArea.o table_utils.o vecmath.o vecmathse.o vector_methods.o watershed_internal.o write.o write_gdal.o write_ogr.o -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-terra/00new/terra/libs ** R ** inst ** byte-compile and prepare package for lazy loading in method for 'sds' with signature 'x="stars"': no definition for class "stars" in method for 'sds' with signature 'x="stars_proxy"': no definition for class "stars_proxy" in method for 'svc' with signature 'x="sf"': no definition for class "sf" in method for 'coerce' with signature '"stars","SpatRasterDataset"': no definition for class "stars" in method for 'coerce' with signature '"ggmap","SpatRaster"': no definition for class "ggmap" in method for 'coerce' with signature '"sf","SpatRaster"': no definition for class "sf" in method for 'coerce' with signature '"sf","SpatVector"': no definition for class "sf" in method for 'coerce' with signature '"sfc","SpatVector"': no definition for class "sfc" in method for 'coerce' with signature '"sfg","SpatVector"': no definition for class "sfg" in method for 'coerce' with signature '"XY","SpatVector"': no definition for class "XY" in method for 'coerce' with signature '"im","SpatRaster"': no definition for class "im" in method for 'coerce' with signature '"SpatVector","Spatial"': no definition for class "Spatial" in method for 'coerce' with signature '"Spatial","SpatVector"': no definition for class "Spatial" in method for 'coerce' with signature '"SpatialGrid","SpatRaster"': no definition for class "SpatialGrid" in method for 'coerce' with signature '"SpatialPixels","SpatRaster"': no definition for class "SpatialPixels" in method for 'crs' with signature '"sf"': no definition for class "sf" Creating a generic function for 'ncol' from package 'base' in package 'terra' in method for 'distance' with signature 'x="SpatRaster",y="sf"': no definition for class "sf" in method for 'ext' with signature 'x="sf"': no definition for class "sf" in method for 'ext' with signature 'x="bbox"': no definition for class "bbox" in method for 'ext' with signature 'x="Extent"': no definition for class "Extent" in method for 'ext' with signature 'x="Raster"': no definition for class "Raster" in method for 'ext' with signature 'x="Spatial"': no definition for class "Spatial" in method for 'extract' with signature 'x="SpatRaster",y="sf"': no definition for class "sf" in method for 'mask' with signature 'x="SpatRaster",mask="sf"': no definition for class "sf" in method for 'points' with signature 'x="sf"': no definition for class "sf" in method for 'lines' with signature 'x="sf"': no definition for class "sf" in method for 'polys' with signature 'x="sf"': no definition for class "sf" in method for 'polys' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'lines' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'points' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'rast' with signature 'x="stars"': no definition for class "stars" in method for 'rast' with signature 'x="stars_proxy"': no definition for class "stars_proxy" in method for 'rasterize' with signature 'x="sf",y="SpatRaster"': no definition for class "sf" Creating a generic function for 'rowSums' from package 'base' in package 'terra' Creating a generic function for 'colSums' from package 'base' in package 'terra' Creating a generic function for 'rowMeans' from package 'base' in package 'terra' Creating a generic function for 'colMeans' from package 'base' in package 'terra' in method for 'show' with signature '"Rcpp_SpatDataFrame"': no definition for class "Rcpp_SpatDataFrame" in method for 'show' with signature '"Rcpp_SpatCategories"': no definition for class "Rcpp_SpatCategories" in method for 'geomtype' with signature 'x="Spatial"': no definition for class "Spatial" Creating a generic function for 'identical' from package 'base' in package 'terra' in method for 'vect' with signature 'x="Spatial"': no definition for class "Spatial" in method for 'vect' with signature 'x="sf"': no definition for class "sf" in method for 'vect' with signature 'x="sfc"': no definition for class "sfc" in method for 'vect' with signature 'x="XY"': no definition for class "XY" Creating a generic function for 'unserialize' from package 'base' in package 'terra' Creating a generic function for 'readRDS' from package 'base' in package 'terra' ** 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 (terra) * installing *source* package 's2' ... ** this is package 's2' version '1.1.9' ** package 's2' successfully unpacked and MD5 sums checked ** using staged installation Found OpenSSL pkg-config cflags and libs! Testing compiler OpenSSL configuration using PKG_CFLAGS=-I/home/th798/.conda/envs/emacs1/include ** Using PKG_CONFIG_PATH=/home/th798/.conda/envs/emacs1/lib/pkgconfig:/home/th798/lib/pkgconfig:/home/th798/lib64/pkgconfig:/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/pkgconfig ** Building abseil-cpp using cmake GNU Make 4.2.1 Built for x86_64-redhat-linux-gnu Copyright (C) 1988-2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Using MAKE=make cmake version 3.22.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). Using CMAKE=/home/th798/.conda/envs/emacs1/bin/cmake Using MAKE=make -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /packages/gcc/12.2.0-nnbserq/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done -- Build files have been written to: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/build/abseil-cpp [ 0%] Building CXX object absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o [ 1%] Linking CXX static library libabsl_log_severity.a [ 1%] Built target log_severity [ 2%] Building CXX object absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o [ 2%] Linking CXX static library libabsl_raw_logging_internal.a [ 2%] Built target raw_logging_internal [ 2%] Building CXX object absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o [ 3%] Linking CXX static library libabsl_spinlock_wait.a [ 3%] Built target spinlock_wait [ 3%] Building CXX object absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o [ 4%] Building CXX object absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o [ 4%] Building CXX object absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o [ 5%] Building CXX object absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o [ 5%] Building CXX object absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o [ 6%] Linking CXX static library libabsl_base.a [ 6%] Built target base [ 7%] Building CXX object absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o [ 7%] Linking CXX static library libabsl_malloc_internal.a [ 7%] Built target malloc_internal [ 7%] Building CXX object absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o [ 8%] Linking CXX static library libabsl_throw_delegate.a [ 8%] Built target throw_delegate [ 8%] Building CXX object absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o [ 9%] Linking CXX static library libabsl_scoped_set_env.a [ 9%] Built target scoped_set_env [ 9%] Building CXX object absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o [ 10%] Linking CXX static library libabsl_strerror.a [ 10%] Built target strerror [ 11%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o [ 11%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o [ 12%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o [ 12%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o [ 12%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o [ 13%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o [ 13%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o [ 14%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o [ 14%] Building CXX object absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o [ 15%] Linking CXX static library libabsl_time_zone.a [ 15%] Built target time_zone [ 15%] Building CXX object absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o [ 16%] Building CXX object absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o [ 16%] Building CXX object absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o [ 17%] Linking CXX static library libabsl_debugging_internal.a [ 17%] Built target debugging_internal [ 17%] Building CXX object absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o [ 18%] Linking CXX static library libabsl_stacktrace.a [ 18%] Built target stacktrace [ 18%] Building CXX object absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o [ 19%] Building CXX object absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o [ 19%] Building CXX object absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o [ 19%] Linking CXX static library libabsl_strings_internal.a [ 19%] Built target strings_internal [ 19%] Building CXX object absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o [ 19%] Linking CXX static library libabsl_demangle_internal.a [ 19%] Built target demangle_internal [ 20%] Building CXX object absl/numeric/CMakeFiles/int128.dir/int128.cc.o [ 20%] Linking CXX static library libabsl_int128.a [ 20%] Built target int128 [ 20%] Building CXX object absl/strings/CMakeFiles/string_view.dir/string_view.cc.o [ 20%] Linking CXX static library libabsl_string_view.a [ 20%] Built target string_view [ 21%] Building CXX object absl/strings/CMakeFiles/strings.dir/ascii.cc.o [ 21%] Building CXX object absl/strings/CMakeFiles/strings.dir/charconv.cc.o [ 22%] Building CXX object absl/strings/CMakeFiles/strings.dir/escaping.cc.o [ 22%] Building CXX object absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o [ 23%] Building CXX object absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o [ 23%] Building CXX object absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o [ 23%] Building CXX object absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o [ 24%] Building CXX object absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o [ 24%] Building CXX object absl/strings/CMakeFiles/strings.dir/match.cc.o [ 25%] Building CXX object absl/strings/CMakeFiles/strings.dir/numbers.cc.o [ 25%] Building CXX object absl/strings/CMakeFiles/strings.dir/str_cat.cc.o [ 25%] Building CXX object absl/strings/CMakeFiles/strings.dir/str_replace.cc.o [ 26%] Building CXX object absl/strings/CMakeFiles/strings.dir/str_split.cc.o [ 26%] Building CXX object absl/strings/CMakeFiles/strings.dir/substitute.cc.o [ 27%] Linking CXX static library libabsl_strings.a [ 27%] Built target strings [ 28%] Building CXX object absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o [ 28%] Linking CXX static library libabsl_symbolize.a [ 28%] Built target symbolize [ 29%] Building CXX object absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o [ 29%] Linking CXX static library libabsl_exponential_biased.a [ 29%] Built target exponential_biased [ 30%] Building CXX object absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o [ 30%] Linking CXX static library libabsl_graphcycles_internal.a [ 30%] Built target graphcycles_internal [ 31%] Building CXX object absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o [ 31%] Linking CXX static library libabsl_civil_time.a [ 31%] Built target civil_time [ 31%] Building CXX object absl/time/CMakeFiles/time.dir/civil_time.cc.o [ 32%] Building CXX object absl/time/CMakeFiles/time.dir/clock.cc.o [ 32%] Building CXX object absl/time/CMakeFiles/time.dir/duration.cc.o [ 32%] Building CXX object absl/time/CMakeFiles/time.dir/format.cc.o [ 33%] Building CXX object absl/time/CMakeFiles/time.dir/time.cc.o [ 33%] Linking CXX static library libabsl_time.a [ 33%] Built target time [ 33%] Building CXX object absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o [ 34%] Linking CXX static library libabsl_kernel_timeout_internal.a [ 34%] Built target kernel_timeout_internal [ 35%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o [ 35%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o [ 36%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o [ 36%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o [ 36%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o [ 37%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o [ 37%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o [ 38%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o [ 38%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o [ 39%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o [ 39%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o [ 39%] Building CXX object absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o [ 40%] Linking CXX static library libabsl_synchronization.a [ 40%] Built target synchronization [ 40%] Building CXX object absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o [ 41%] Building CXX object absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o [ 41%] Linking CXX static library libabsl_hashtablez_sampler.a [ 41%] Built target hashtablez_sampler [ 42%] Building CXX object absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o [ 42%] Linking CXX static library libabsl_bad_variant_access.a [ 42%] Built target bad_variant_access [ 42%] Building CXX object absl/hash/CMakeFiles/city.dir/internal/city.cc.o [ 42%] Linking CXX static library libabsl_city.a [ 42%] Built target city [ 42%] Building CXX object absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o [ 42%] Linking CXX static library libabsl_low_level_hash.a [ 42%] Built target low_level_hash [ 43%] Building CXX object absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o [ 43%] Linking CXX static library libabsl_bad_optional_access.a [ 43%] Built target bad_optional_access [ 43%] Building CXX object absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o [ 44%] Linking CXX static library libabsl_hash.a [ 44%] Built target hash [ 45%] Building CXX object absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o [ 45%] Linking CXX static library libabsl_raw_hash_set.a [ 45%] Built target raw_hash_set [ 45%] Building CXX object absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o [ 46%] Linking CXX static library libabsl_crc_cpu_detect.a [ 46%] Built target crc_cpu_detect [ 46%] Building CXX object absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o [ 47%] Building CXX object absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o [ 47%] Linking CXX static library libabsl_crc_internal.a [ 47%] Built target crc_internal [ 47%] Building CXX object absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o [ 48%] Building CXX object absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o [ 48%] Building CXX object absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o [ 48%] Building CXX object absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o [ 49%] Building CXX object absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o [ 49%] Building CXX object absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o [ 50%] Linking CXX static library libabsl_str_format_internal.a [ 50%] Built target str_format_internal [ 50%] Building CXX object absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o [ 51%] Building CXX object absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o [ 51%] Building CXX object absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_64.cc.o [ 52%] Building CXX object absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o [ 52%] Linking CXX static library libabsl_crc32c.a [ 52%] Built target crc32c [ 52%] Building CXX object absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o [ 53%] Linking CXX static library libabsl_crc_cord_state.a [ 53%] Built target crc_cord_state [ 54%] Building CXX object absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o [ 54%] Linking CXX static library libabsl_examine_stack.a [ 54%] Built target examine_stack [ 54%] Building CXX object absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o [ 55%] Linking CXX static library libabsl_failure_signal_handler.a [ 55%] Built target failure_signal_handler [ 55%] Building CXX object absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o [ 56%] Linking CXX static library libabsl_leak_check.a [ 56%] Built target leak_check [ 56%] Building CXX object absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o [ 57%] Linking CXX static library libabsl_flags_program_name.a [ 57%] Built target flags_program_name [ 58%] Building CXX object absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o [ 58%] Linking CXX static library libabsl_flags_config.a [ 58%] Built target flags_config [ 59%] Building CXX object absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o [ 59%] Linking CXX static library libabsl_flags_marshalling.a [ 59%] Built target flags_marshalling [ 59%] Building CXX object absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o [ 59%] Linking CXX static library libabsl_flags_commandlineflag_internal.a [ 59%] Built target flags_commandlineflag_internal [ 59%] Building CXX object absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o [ 60%] Linking CXX static library libabsl_flags_commandlineflag.a [ 60%] Built target flags_commandlineflag [ 60%] Building CXX object absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o [ 61%] Linking CXX static library libabsl_flags_private_handle_accessor.a [ 61%] Built target flags_private_handle_accessor [ 61%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o [ 62%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o [ 62%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o [ 63%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o [ 63%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o [ 64%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o [ 64%] Building CXX object absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_ring.cc.o [ 64%] Linking CXX static library libabsl_cord_internal.a [ 64%] Built target cord_internal [ 65%] Building CXX object absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o [ 65%] Linking CXX static library libabsl_cordz_functions.a [ 65%] Built target cordz_functions [ 66%] Building CXX object absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o [ 66%] Linking CXX static library libabsl_cordz_handle.a [ 66%] Built target cordz_handle [ 67%] Building CXX object absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o [ 67%] Linking CXX static library libabsl_cordz_info.a [ 67%] Built target cordz_info [ 68%] Building CXX object absl/strings/CMakeFiles/cord.dir/cord.cc.o [ 68%] Building CXX object absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o [ 69%] Building CXX object absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o [ 69%] Linking CXX static library libabsl_cord.a [ 69%] Built target cord [ 69%] Building CXX object absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o [ 69%] Linking CXX static library libabsl_flags_reflection.a [ 69%] Built target flags_reflection [ 70%] Building CXX object absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o [ 70%] Linking CXX static library libabsl_flags_internal.a [ 70%] Built target flags_internal [ 70%] Building CXX object absl/flags/CMakeFiles/flags.dir/flag.cc.o [ 71%] Linking CXX static library libabsl_flags.a [ 71%] Built target flags [ 72%] Building CXX object absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o [ 72%] Linking CXX static library libabsl_flags_usage_internal.a [ 72%] Built target flags_usage_internal [ 73%] Building CXX object absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o [ 73%] Linking CXX static library libabsl_flags_usage.a [ 73%] Built target flags_usage [ 73%] Building CXX object absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o [ 74%] Linking CXX static library libabsl_flags_parse.a [ 74%] Built target flags_parse [ 74%] Building CXX object absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o [ 74%] Linking CXX static library libabsl_log_internal_globals.a [ 74%] Built target log_internal_globals [ 74%] Building CXX object absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o [ 75%] Linking CXX static library libabsl_log_internal_format.a [ 75%] Built target log_internal_format [ 75%] Building CXX object absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o [ 76%] Linking CXX static library libabsl_log_internal_proto.a [ 76%] Built target log_internal_proto [ 77%] Building CXX object absl/log/CMakeFiles/log_globals.dir/globals.cc.o [ 77%] Linking CXX static library libabsl_log_globals.a [ 77%] Built target log_globals [ 77%] Building CXX object absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o [ 77%] Linking CXX static library libabsl_log_entry.a [ 77%] Built target log_entry [ 77%] Building CXX object absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o [ 78%] Linking CXX static library libabsl_log_sink.a [ 78%] Built target log_sink [ 79%] Building CXX object absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o [ 79%] Linking CXX static library libabsl_log_internal_log_sink_set.a [ 79%] Built target log_internal_log_sink_set [ 80%] Building CXX object absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o [ 80%] Linking CXX static library libabsl_log_internal_nullguard.a [ 80%] Built target log_internal_nullguard [ 81%] Building CXX object absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o [ 81%] Linking CXX static library libabsl_log_internal_message.a [ 81%] Built target log_internal_message [ 81%] Building CXX object absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o [ 82%] Linking CXX static library libabsl_log_internal_check_op.a [ 82%] Built target log_internal_check_op [ 82%] Building CXX object absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o [ 83%] Linking CXX static library libabsl_log_internal_conditions.a [ 83%] Built target log_internal_conditions [ 84%] Building CXX object absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o [ 84%] Linking CXX static library libabsl_die_if_null.a [ 84%] Built target die_if_null [ 85%] Building CXX object absl/log/CMakeFiles/log_flags.dir/flags.cc.o [ 85%] Linking CXX static library libabsl_log_flags.a [ 85%] Built target log_flags [ 86%] Building CXX object absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o [ 86%] Linking CXX static library libabsl_log_initialize.a [ 86%] Built target log_initialize [ 87%] Building CXX object absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o [ 87%] Linking CXX static library libabsl_periodic_sampler.a [ 87%] Built target periodic_sampler [ 88%] Building CXX object absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o [ 88%] Building CXX object absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o [ 88%] Linking CXX static library libabsl_random_distributions.a [ 88%] Built target random_distributions [ 88%] Building CXX object absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o [ 88%] Linking CXX static library libabsl_random_seed_gen_exception.a [ 88%] Built target random_seed_gen_exception [ 88%] Building CXX object absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o [ 89%] Linking CXX static library libabsl_random_internal_seed_material.a [ 89%] Built target random_internal_seed_material [ 89%] Building CXX object absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o [ 90%] Linking CXX static library libabsl_random_internal_platform.a [ 90%] Built target random_internal_platform [ 90%] Building CXX object absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o [ 91%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a [ 91%] Built target random_internal_randen_hwaes_impl [ 91%] Building CXX object absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o [ 92%] Linking CXX static library libabsl_random_internal_randen_slow.a [ 92%] Built target random_internal_randen_slow [ 93%] Building CXX object absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o [ 93%] Linking CXX static library libabsl_random_internal_randen_hwaes.a [ 93%] Built target random_internal_randen_hwaes [ 94%] Building CXX object absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o [ 94%] Linking CXX static library libabsl_random_internal_randen.a [ 94%] Built target random_internal_randen [ 94%] Building CXX object absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o [ 94%] Linking CXX static library libabsl_random_internal_pool_urbg.a [ 94%] Built target random_internal_pool_urbg [ 95%] Building CXX object absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o [ 95%] Linking CXX static library libabsl_random_seed_sequences.a [ 95%] Built target random_seed_sequences [ 96%] Building CXX object absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o [ 96%] Building CXX object absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o [ 97%] Linking CXX static library libabsl_random_internal_distribution_test_util.a [ 97%] Built target random_internal_distribution_test_util [ 97%] Building CXX object absl/status/CMakeFiles/status.dir/status.cc.o [ 97%] Building CXX object absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o [ 98%] Linking CXX static library libabsl_status.a [ 98%] Built target status [ 98%] Building CXX object absl/status/CMakeFiles/statusor.dir/statusor.cc.o [ 99%] Linking CXX static library libabsl_statusor.a [ 99%] Built target statusor [ 99%] Building CXX object absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o [100%] Linking CXX static library libabsl_cordz_sample_token.a [100%] Built target cordz_sample_token [100%] Building CXX object absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o [100%] Linking CXX static library libabsl_bad_any_cast_impl.a [100%] Built target bad_any_cast_impl -- Install configuration: "Release" -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/cmake/absl/abslTargets.cmake -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/cmake/absl/abslTargets-release.cmake -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/cmake/absl/abslConfig.cmake -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/cmake/absl/abslConfigVersion.cmake -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/mutex.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/barrier.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/blocking_counter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/notification.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/futex.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/create_thread_identity.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/kernel_timeout.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/futex_waiter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/pthread_waiter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/win32_waiter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/waiter_base.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/sem_waiter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/graphcycles.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/waiter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/per_thread_sem.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/stdcpp_waiter.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/synchronization/internal/thread_pool.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/mocking_bit_gen.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/poisson_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/log_uniform_int_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/seed_sequences.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/random.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/mock_distributions.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/exponential_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/bit_gen_ref.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/seed_gen_exception.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/gaussian_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/bernoulli_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/uniform_int_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/beta_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/discrete_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/distributions.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/zipf_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/iostream_state_saver.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/explicit_seed_seq.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/salted_seed_seq.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/distribution_test_util.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/randen_engine.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/fast_uniform_bits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/distribution_caller.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/fastmath.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/traits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/mock_overload_set.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/sequence_urbg.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/randen.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/randen_detect.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/uniform_helper.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/generate_real.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/platform.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/chi_square.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/randen_traits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/seed_material.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/nonsecure_base.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/wide_multiply.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/randen_slow.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/pool_urbg.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/mock_helpers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/pcg_engine.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/randen_hwaes.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/internal/nanobenchmark.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/random/uniform_real_distribution.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status/status_payload_printer.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status/statusor.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status/status.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status/internal/statusor_internal.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/status/internal/status_internal.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/log_basic_test_impl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/check_test_impl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/log_streamer.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/flags.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/scoped_mock_log.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/initialize.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/die_if_null.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/structured.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/log_sink.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/log_sink_registry.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/check.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/globals.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/absl_check.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/conditions.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/test_matchers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/log_message.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/flags.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/strip.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/log_sink_set.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/structured.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/voidify.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/test_actions.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/test_helpers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/nullguard.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/proto.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/check_op.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/append_truncated.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/nullstream.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/check_impl.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/globals.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/log_impl.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/internal/log_format.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/log.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/absl_log.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/log/log_entry.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/hash.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/hash_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/internal/spy_hash_state.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/internal/city.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/internal/hash.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/internal/hash_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/hash/internal/low_level_hash.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/profiling -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/profiling/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/profiling/internal/exponential_biased.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/profiling/internal/periodic_sampler.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/profiling/internal/sample_recorder.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/bind_front.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/function_ref.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/any_invocable.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/internal/function_ref.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/internal/any_invocable.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/functional/internal/front_binder.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/memory -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/memory/memory.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/meta -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/meta/type_traits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/civil_time.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/time.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/include -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/include/cctz -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/zone_info_source.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/civil_time.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/time_zone.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/civil_time_detail.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_posix.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_fixed.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_if.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_impl.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/tzfile.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_libc.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_info.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/get_current_time_posix.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/test_util.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/internal/get_current_time_chrono.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/time/clock.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/symbolize_unimplemented.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/symbolize.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/stacktrace.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/symbolize_elf.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/failure_signal_handler.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/symbolize_emscripten.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/symbolize_win32.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_aarch64-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_riscv-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/symbolize.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_arm-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/examine_stack.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stack_consumption.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_generic-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/address_is_readable.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/vdso_support.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_emscripten-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_x86-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/elf_mem_image.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_win32-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_unimplemented-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/stacktrace_powerpc-inl.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/internal/demangle.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/symbolize_darwin.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/debugging/leak_check.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/variant.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/bad_optional_access.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/bad_variant_access.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/bad_any_cast.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/span.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/compare.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/optional.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/any.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/variant.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/conformance_profile.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/conformance_aliases.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/conformance_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/conformance_archetype.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/span.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/conformance_testing_helpers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/transform_args.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/optional.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/types/internal/parentheses.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/algorithm -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/algorithm/container.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/algorithm/algorithm.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/usage_config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/reflection.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/flag.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/usage.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/parse.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/declare.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/commandlineflag.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/marshalling.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/registry.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/sequence_lock.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/flag.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/usage.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/path_util.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/program_name.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/parse.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/flag_msvc.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/commandlineflag.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/flags/internal/private_handle_accessor.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/cleanup -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/cleanup/cleanup.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/cleanup/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/cleanup/internal/cleanup.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/crc32c.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc_cord_state.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc_internal.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc32_x86_arm_combined_simd.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/cpu_detect.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc_memcpy.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc32c.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/non_temporal_memcpy.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/crc32c_inline.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/crc/internal/non_temporal_arm_intrinsics.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/substitute.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/str_replace.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/str_cat.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/cordz_test_helpers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/cord_test_helpers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/str_format.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/str_split.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/strip.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/escaping.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/numbers.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/string_view.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/str_join.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/cord_buffer.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/charconv.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/ascii.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/match.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_internal.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_data_edge.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_crc.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_consume.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_sample_token.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/damerau_levenshtein_distance.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/stl_type_traits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/ostringstream.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/escaping.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_split_internal.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/escaping_test_common.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/char_map.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/numbers_test_common.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_info.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/charconv_bigint.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_btree_navigator.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_join_internal.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/has_absl_stringify.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_functions.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/utf8.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/resize_uninitialized.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_ring.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/stringify_sink.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/memutil.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/string_constant.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_btree_reader.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/charconv_parse.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_update_scope.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/float_conversion.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/parser.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/checker.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/output.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/extension.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/constexpr_parser.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/arg.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/str_format/bind.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_btree.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_test_util.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_ring_reader.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_statistics.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_handle.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/pow10_helper.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cordz_update_tracker.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/internal/cord_rep_flat.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/cord_analysis.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/strings/cord.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/int128_have_intrinsic.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/int128.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/int128_no_intrinsic.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/internal/representation.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/internal/bits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/numeric/bits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/utility -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/utility/utility.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/utility/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/utility/internal/if_constexpr.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/inlined_vector.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/btree_map.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/btree_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/flat_hash_set.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/fixed_array.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/btree_set.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/node_hash_map.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/node_hash_set.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/flat_hash_map.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/btree.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_map_constructor_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hashtable_debug.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hashtablez_sampler.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/inlined_vector.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/compressed_tuple.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/raw_hash_set.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hash_generator_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_set_members_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/common_policy_traits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hash_policy_traits.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_set_modifiers_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hash_policy_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/counting_allocator.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_map_modifiers_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/layout.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/container_memory.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/node_slot_policy.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/common.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/test_instance_tracker.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hashtable_debug_hooks.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/hash_function_defaults.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/btree_container.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_set_constructor_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/tracked.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/raw_hash_map.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_set_lookup_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_map_members_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/container/internal/unordered_map_lookup_test.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/call_once.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/attributes.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/thread_annotations.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/nullability.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/port.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/casts.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/prefetch.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/optimization.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/log_severity.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/policy_checks.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/options.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/const_init.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/dynamic_annotations.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/fast_type_id.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/spinlock_akaros.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/exception_safety_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/cycleclock.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/strerror.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/pretty_function.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/endian.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/spinlock_wait.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/unaligned_access.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/inline_variable_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/hide_ptr.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/thread_annotations.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/thread_identity.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/spinlock_win32.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/low_level_scheduling.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/prefetch.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/inline_variable.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/throw_delegate.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/spinlock_posix.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/atomic_hook.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/sysinfo.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/per_thread_tls.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/cycleclock_config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/invoke.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/spinlock_linux.inc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/tsan_mutex_interface.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/nullability_impl.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/identity.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/unscaledcycleclock_config.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/dynamic_annotations.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/atomic_hook_test_helper.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/raw_logging.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/scoped_set_env.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/scheduling_mode.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/exception_testing.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/direct_mmap.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/unscaledcycleclock.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/low_level_alloc.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/spinlock.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/internal/errno_saver.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/macros.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include/absl/base/options.h -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_atomic_hook.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_errno_saver.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_severity.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_severity.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_nullability.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_raw_logging_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_raw_logging_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_spinlock_wait.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_spinlock_wait.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_config.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_dynamic_annotations.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_core_headers.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_malloc_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_malloc_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_base_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_base.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_base.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_throw_delegate.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_throw_delegate.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_pretty_function.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_endian.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_scoped_set_env.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_scoped_set_env.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_strerror.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_strerror.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_fast_type_id.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_prefetch.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_algorithm.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_algorithm_container.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cleanup_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cleanup.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_btree.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_compressed_tuple.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_fixed_array.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_inlined_vector_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_inlined_vector.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_counting_allocator.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flat_hash_map.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flat_hash_set.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_node_hash_map.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_node_hash_set.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_container_memory.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_hash_function_defaults.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_hash_policy_traits.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_common_policy_traits.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_hashtablez_sampler.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_hashtablez_sampler.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_hashtable_debug.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_hashtable_debug_hooks.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_node_slot_policy.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_raw_hash_map.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_container_common.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_raw_hash_set.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_raw_hash_set.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_layout.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_crc_cpu_detect.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_crc_cpu_detect.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_crc_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_crc_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_crc32c.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_crc32c.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_non_temporal_arm_intrinsics.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_non_temporal_memcpy.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_crc_cord_state.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_crc_cord_state.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_stacktrace.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_stacktrace.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_symbolize.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_symbolize.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_examine_stack.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_examine_stack.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_failure_signal_handler.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_failure_signal_handler.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_debugging_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_debugging_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_demangle_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_demangle_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_leak_check.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_leak_check.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_debugging.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_path_util.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_program_name.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_program_name.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_config.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_config.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_marshalling.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_marshalling.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_commandlineflag_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_commandlineflag_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_commandlineflag.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_commandlineflag.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_private_handle_accessor.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_private_handle_accessor.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_reflection.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_reflection.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_usage_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_usage_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_usage.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_usage.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_flags_parse.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_flags_parse.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_any_invocable.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_bind_front.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_function_ref.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_hash.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_hash.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_city.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_city.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_low_level_hash.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_low_level_hash.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_check_impl.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_check_op.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_check_op.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_conditions.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_conditions.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_config.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_flags.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_format.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_format.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_globals.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_globals.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_log_impl.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_proto.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_proto.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_message.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_message.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_log_sink_set.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_log_sink_set.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_nullguard.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_internal_nullguard.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_nullstream.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_strip.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_voidify.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_append_truncated.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_absl_check.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_absl_log.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_check.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_die_if_null.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_die_if_null.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_flags.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_flags.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_globals.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_globals.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_initialize.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_initialize.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_entry.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_entry.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_sink.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_log_sink.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_sink_registry.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_streamer.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_internal_structured.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_log_structured.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_memory.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_type_traits.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_meta.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_bits.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_int128.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_int128.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_numeric.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_numeric_representation.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_sample_recorder.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_exponential_biased.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_exponential_biased.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_periodic_sampler.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_periodic_sampler.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_random.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_bit_gen_ref.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_mock_helpers.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_distributions.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_distributions.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_seed_gen_exception.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_seed_gen_exception.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_seed_sequences.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_seed_sequences.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_traits.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_distribution_caller.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_fast_uniform_bits.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_seed_material.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_seed_material.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_pool_urbg.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_pool_urbg.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_salted_seed_seq.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_iostream_state_saver.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_generate_real.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_wide_multiply.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_fastmath.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_nonsecure_base.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_pcg_engine.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_engine.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_platform.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_platform.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_randen.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_slow.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_randen_slow.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_hwaes.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_randen_hwaes.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_hwaes_impl.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_randen_hwaes_impl.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_distribution_test_util.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_random_internal_distribution_test_util.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_random_internal_uniform_helper.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_status.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_status.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_statusor.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_statusor.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_string_view.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_string_view.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_strings.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_strings.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_strings_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_strings_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_str_format.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_str_format_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_str_format_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cord_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_cord_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_update_tracker.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_functions.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_cordz_functions.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_statistics.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_handle.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_cordz_handle.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_info.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_cordz_info.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_sample_token.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_cordz_sample_token.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cordz_update_scope.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_cord.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_cord.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_graphcycles_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_graphcycles_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_kernel_timeout_internal.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_kernel_timeout_internal.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_synchronization.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_synchronization.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_time.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_time.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_civil_time.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_civil_time.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_time_zone.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_time_zone.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_any.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_bad_any_cast.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_bad_any_cast_impl.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_bad_any_cast_impl.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_span.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_optional.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_bad_optional_access.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_bad_optional_access.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_bad_variant_access.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/libabsl_bad_variant_access.a -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_variant.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_compare.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_utility.pc -- Installing: /tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/lib64/pkgconfig/absl_if_constexpr.pc ** Done! ** Using PKG_CONFIG_PATH=tools/dist/lib64/pkgconfig:/home/th798/.conda/envs/emacs1/lib/pkgconfig:/home/th798/lib/pkgconfig:/home/th798/lib64/pkgconfig:/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/pkgconfig Testing Abseil configuration using PKG_CFLAGS=-I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include Using PKG_LIBS=-Ltools/dist/lib64 -labsl_flags -labsl_flags_internal -labsl_flags_marshalling -labsl_flags_reflection -labsl_flags_private_handle_accessor -labsl_flags_commandlineflag -labsl_flags_commandlineflag_internal -labsl_flags_config -labsl_flags_program_name -labsl_raw_hash_set -labsl_hashtablez_sampler -labsl_log_internal_check_op -labsl_log_internal_conditions -labsl_log_internal_message -labsl_examine_stack -labsl_log_internal_format -labsl_log_internal_proto -labsl_log_internal_nullguard -labsl_log_internal_log_sink_set -labsl_log_internal_globals -labsl_log_globals -labsl_hash -labsl_city -labsl_bad_variant_access -labsl_low_level_hash -labsl_log_sink -labsl_log_entry -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_synchronization -labsl_graphcycles_internal -labsl_kernel_timeout_internal -labsl_time -labsl_civil_time -labsl_time_zone -labsl_crc_cord_state -labsl_crc32c -labsl_crc_internal -labsl_crc_cpu_detect -labsl_bad_optional_access -labsl_stacktrace -labsl_str_format_internal -labsl_strerror -labsl_symbolize -labsl_debugging_internal -labsl_demangle_internal -labsl_malloc_internal -labsl_strings -labsl_string_view -labsl_strings_internal -labsl_base -lrt -labsl_spinlock_wait -labsl_int128 -labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity -L/home/th798/.conda/envs/emacs1/lib -lssl -lcrypto Using PKG_CFLAGS=-I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cpp-compat.cpp -o cpp-compat.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-accessors.cpp -o s2-accessors.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-bounds.cpp -o s2-bounds.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-cell.cpp -o s2-cell.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-cell-union.cpp -o s2-cell-union.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-constructors-formatters.cpp -o s2-constructors-formatters.o In file included from /tmp/th798/25875570/R-devel/732/library/Rcpp/include/RcppCommon.h:30, from /tmp/th798/25875570/R-devel/732/library/Rcpp/include/Rcpp.h:27, from geography.h:5, from s2-constructors-formatters.cpp:9: /tmp/th798/25875570/R-devel/732/library/Rcpp/include/Rcpp/r/check_r_headers.h:27:21: note: '#pragma message: R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410' 27 | #pragma message "R.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/th798/25875570/R-devel/732/library/Rcpp/include/Rcpp/r/check_r_headers.h:35:21: note: '#pragma message: Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410' 35 | #pragma message "Rinternals.h has been included before any Rcpp headers. This can lead to hard-to-debug errors, and is not necessary. See https://github.com/RcppCore/Rcpp/issues/1410" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-predicates.cpp -o s2-predicates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-transformers.cpp -o s2-transformers.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.cpp -o init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-geography.cpp -o s2-geography.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-lnglat.cpp -o s2-lnglat.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2-matrix.cpp -o s2-matrix.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wk-impl.c -o wk-impl.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/accessors-geog.cc -o s2geography/accessors-geog.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/accessors.cc -o s2geography/accessors.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/build.cc -o s2geography/build.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/coverings.cc -o s2geography/coverings.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/distance.cc -o s2geography/distance.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/geography.cc -o s2geography/geography.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/linear-referencing.cc -o s2geography/linear-referencing.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2geography/predicates.cc -o s2geography/predicates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/encoded_s2cell_id_vector.cc -o s2/encoded_s2cell_id_vector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/encoded_s2point_vector.cc -o s2/encoded_s2point_vector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/encoded_s2shape_index.cc -o s2/encoded_s2shape_index.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/encoded_string_vector.cc -o s2/encoded_string_vector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/id_set_lexicon.cc -o s2/id_set_lexicon.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/mutable_s2shape_index.cc -o s2/mutable_s2shape_index.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/r2rect.cc -o s2/r2rect.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s1angle.cc -o s2/s1angle.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s1chord_angle.cc -o s2/s1chord_angle.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s1interval.cc -o s2/s1interval.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2boolean_operation.cc -o s2/s2boolean_operation.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2buffer_operation.cc -o s2/s2buffer_operation.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builder_graph.cc -o s2/s2builder_graph.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builder.cc -o s2/s2builder.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_closed_set_normalizer.cc -o s2/s2builderutil_closed_set_normalizer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_find_polygon_degeneracies.cc -o s2/s2builderutil_find_polygon_degeneracies.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_get_snapped_winding_delta.cc -o s2/s2builderutil_get_snapped_winding_delta.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_lax_polygon_layer.cc -o s2/s2builderutil_lax_polygon_layer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_lax_polyline_layer.cc -o s2/s2builderutil_lax_polyline_layer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_s2point_vector_layer.cc -o s2/s2builderutil_s2point_vector_layer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_s2polygon_layer.cc -o s2/s2builderutil_s2polygon_layer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_s2polyline_layer.cc -o s2/s2builderutil_s2polyline_layer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_s2polyline_vector_layer.cc -o s2/s2builderutil_s2polyline_vector_layer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2builderutil_snap_functions.cc -o s2/s2builderutil_snap_functions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2cap.cc -o s2/s2cap.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2cell_id.cc -o s2/s2cell_id.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2cell_index.cc -o s2/s2cell_index.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2cell_union.cc -o s2/s2cell_union.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2cell.cc -o s2/s2cell.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2centroids.cc -o s2/s2centroids.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2closest_cell_query.cc -o s2/s2closest_cell_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2closest_edge_query.cc -o s2/s2closest_edge_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2closest_point_query.cc -o s2/s2closest_point_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2contains_vertex_query.cc -o s2/s2contains_vertex_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2convex_hull_query.cc -o s2/s2convex_hull_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2coords.cc -o s2/s2coords.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2crossing_edge_query.cc -o s2/s2crossing_edge_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2debug.cc -o s2/s2debug.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2earth.cc -o s2/s2earth.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2edge_clipping.cc -o s2/s2edge_clipping.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2edge_crosser.cc -o s2/s2edge_crosser.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2edge_crossings.cc -o s2/s2edge_crossings.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2edge_distances.cc -o s2/s2edge_distances.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2edge_tessellator.cc -o s2/s2edge_tessellator.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2error.cc -o s2/s2error.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2furthest_edge_query.cc -o s2/s2furthest_edge_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2hausdorff_distance_query.cc -o s2/s2hausdorff_distance_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2latlng_rect_bounder.cc -o s2/s2latlng_rect_bounder.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2latlng_rect.cc -o s2/s2latlng_rect.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2latlng.cc -o s2/s2latlng.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2lax_loop_shape.cc -o s2/s2lax_loop_shape.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2lax_polygon_shape.cc -o s2/s2lax_polygon_shape.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2lax_polyline_shape.cc -o s2/s2lax_polyline_shape.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2loop_measures.cc -o s2/s2loop_measures.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2loop.cc -o s2/s2loop.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2max_distance_targets.cc -o s2/s2max_distance_targets.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2measures.cc -o s2/s2measures.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2memory_tracker.cc -o s2/s2memory_tracker.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2metrics.cc -o s2/s2metrics.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2min_distance_targets.cc -o s2/s2min_distance_targets.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2padded_cell.cc -o s2/s2padded_cell.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2point_compression.cc -o s2/s2point_compression.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2point_region.cc -o s2/s2point_region.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2pointutil.cc -o s2/s2pointutil.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2polygon.cc -o s2/s2polygon.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2polyline_alignment.cc -o s2/s2polyline_alignment.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2polyline_measures.cc -o s2/s2polyline_measures.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2polyline_simplifier.cc -o s2/s2polyline_simplifier.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2polyline.cc -o s2/s2polyline.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2predicates.cc -o s2/s2predicates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2projections.cc -o s2/s2projections.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2r2rect.cc -o s2/s2r2rect.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2region_coverer.cc -o s2/s2region_coverer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2region_intersection.cc -o s2/s2region_intersection.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2region_term_indexer.cc -o s2/s2region_term_indexer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2region_union.cc -o s2/s2region_union.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2region.cc -o s2/s2region.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shape_index_buffered_region.cc -o s2/s2shape_index_buffered_region.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shape_index_measures.cc -o s2/s2shape_index_measures.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shape_index.cc -o s2/s2shape_index.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shape_measures.cc -o s2/s2shape_measures.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shape_nesting_query.cc -o s2/s2shape_nesting_query.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_build_polygon_boundaries.cc -o s2/s2shapeutil_build_polygon_boundaries.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_coding.cc -o s2/s2shapeutil_coding.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_contains_brute_force.cc -o s2/s2shapeutil_contains_brute_force.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_conversion.cc -o s2/s2shapeutil_conversion.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_edge_iterator.cc -o s2/s2shapeutil_edge_iterator.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_get_reference_point.cc -o s2/s2shapeutil_get_reference_point.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2shapeutil_visit_crossing_edge_pairs.cc -o s2/s2shapeutil_visit_crossing_edge_pairs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2text_format.cc -o s2/s2text_format.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2wedge_relations.cc -o s2/s2wedge_relations.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/s2winding_operation.cc -o s2/s2winding_operation.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/util/bits/bit-interleave.cc -o s2/util/bits/bit-interleave.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/util/coding/coder.cc -o s2/util/coding/coder.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/util/coding/varint.cc -o s2/util/coding/varint.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/util/math/exactfloat/exactfloat.cc -o s2/util/math/exactfloat/exactfloat.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/util/math/mathutil.cc -o s2/util/math/mathutil.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I../src -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/wk/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I/tmp/th798/25875570/RtmpxhbCze/R.INSTALL444ab7ae5b595/s2/tools/dist/include -I/home/th798/.conda/envs/emacs1/include -pthread -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c s2/util/units/length-units.cc -o s2/util/units/length-units.o ar rcs s2/libs2static.a s2/encoded_s2cell_id_vector.o s2/encoded_s2point_vector.o s2/encoded_s2shape_index.o s2/encoded_string_vector.o s2/id_set_lexicon.o s2/mutable_s2shape_index.o s2/r2rect.o s2/s1angle.o s2/s1chord_angle.o s2/s1interval.o s2/s2boolean_operation.o s2/s2buffer_operation.o s2/s2builder_graph.o s2/s2builder.o s2/s2builderutil_closed_set_normalizer.o s2/s2builderutil_find_polygon_degeneracies.o s2/s2builderutil_get_snapped_winding_delta.o s2/s2builderutil_lax_polygon_layer.o s2/s2builderutil_lax_polyline_layer.o s2/s2builderutil_s2point_vector_layer.o s2/s2builderutil_s2polygon_layer.o s2/s2builderutil_s2polyline_layer.o s2/s2builderutil_s2polyline_vector_layer.o s2/s2builderutil_snap_functions.o s2/s2cap.o s2/s2cell_id.o s2/s2cell_index.o s2/s2cell_union.o s2/s2cell.o s2/s2centroids.o s2/s2closest_cell_query.o s2/s2closest_edge_query.o s2/s2closest_point_query.o s2/s2contains_vertex_query.o s2/s2convex_hull_query.o s2/s2coords.o s2/s2crossing_edge_query.o s2/s2debug.o s2/s2earth.o s2/s2edge_clipping.o s2/s2edge_crosser.o s2/s2edge_crossings.o s2/s2edge_distances.o s2/s2edge_tessellator.o s2/s2error.o s2/s2furthest_edge_query.o s2/s2hausdorff_distance_query.o s2/s2latlng_rect_bounder.o s2/s2latlng_rect.o s2/s2latlng.o s2/s2lax_loop_shape.o s2/s2lax_polygon_shape.o s2/s2lax_polyline_shape.o s2/s2loop_measures.o s2/s2loop.o s2/s2max_distance_targets.o s2/s2measures.o s2/s2memory_tracker.o s2/s2metrics.o s2/s2min_distance_targets.o s2/s2padded_cell.o s2/s2point_compression.o s2/s2point_region.o s2/s2pointutil.o s2/s2polygon.o s2/s2polyline_alignment.o s2/s2polyline_measures.o s2/s2polyline_simplifier.o s2/s2polyline.o s2/s2predicates.o s2/s2projections.o s2/s2r2rect.o s2/s2region_coverer.o s2/s2region_intersection.o s2/s2region_term_indexer.o s2/s2region_union.o s2/s2region.o s2/s2shape_index_buffered_region.o s2/s2shape_index_measures.o s2/s2shape_index.o s2/s2shape_measures.o s2/s2shape_nesting_query.o s2/s2shapeutil_build_polygon_boundaries.o s2/s2shapeutil_coding.o s2/s2shapeutil_contains_brute_force.o s2/s2shapeutil_conversion.o s2/s2shapeutil_edge_iterator.o s2/s2shapeutil_get_reference_point.o s2/s2shapeutil_visit_crossing_edge_pairs.o s2/s2text_format.o s2/s2wedge_relations.o s2/s2winding_operation.o s2/util/bits/bit-interleave.o s2/util/coding/coder.o s2/util/coding/varint.o s2/util/math/exactfloat/exactfloat.o s2/util/math/mathutil.o s2/util/units/length-units.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o s2.so cpp-compat.o s2-accessors.o s2-bounds.o s2-cell.o s2-cell-union.o s2-constructors-formatters.o s2-predicates.o s2-transformers.o init.o RcppExports.o s2-geography.o s2-lnglat.o s2-matrix.o wk-impl.o s2geography/accessors-geog.o s2geography/accessors.o s2geography/build.o s2geography/coverings.o s2geography/distance.o s2geography/geography.o s2geography/linear-referencing.o s2geography/predicates.o -Ls2 -ls2static -Ltools/dist/lib64 -labsl_flags -labsl_flags_internal -labsl_flags_marshalling -labsl_flags_reflection -labsl_flags_private_handle_accessor -labsl_flags_commandlineflag -labsl_flags_commandlineflag_internal -labsl_flags_config -labsl_flags_program_name -labsl_raw_hash_set -labsl_hashtablez_sampler -labsl_log_internal_check_op -labsl_log_internal_conditions -labsl_log_internal_message -labsl_examine_stack -labsl_log_internal_format -labsl_log_internal_proto -labsl_log_internal_nullguard -labsl_log_internal_log_sink_set -labsl_log_internal_globals -labsl_log_globals -labsl_hash -labsl_city -labsl_bad_variant_access -labsl_low_level_hash -labsl_log_sink -labsl_log_entry -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_synchronization -labsl_graphcycles_internal -labsl_kernel_timeout_internal -labsl_time -labsl_civil_time -labsl_time_zone -labsl_crc_cord_state -labsl_crc32c -labsl_crc_internal -labsl_crc_cpu_detect -labsl_bad_optional_access -labsl_stacktrace -labsl_str_format_internal -labsl_strerror -labsl_symbolize -labsl_debugging_internal -labsl_demangle_internal -labsl_malloc_internal -labsl_strings -labsl_string_view -labsl_strings_internal -labsl_base -lrt -labsl_spinlock_wait -labsl_int128 -labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity -L/home/th798/.conda/envs/emacs1/lib -lssl -lcrypto /usr/bin/ld: cannot find -labsl_flags /usr/bin/ld: cannot find -labsl_flags_internal /usr/bin/ld: cannot find -labsl_flags_marshalling /usr/bin/ld: cannot find -labsl_flags_reflection /usr/bin/ld: cannot find -labsl_flags_private_handle_accessor /usr/bin/ld: cannot find -labsl_flags_commandlineflag /usr/bin/ld: cannot find -labsl_flags_commandlineflag_internal /usr/bin/ld: cannot find -labsl_flags_config /usr/bin/ld: cannot find -labsl_flags_program_name /usr/bin/ld: cannot find -labsl_raw_hash_set /usr/bin/ld: cannot find -labsl_hashtablez_sampler /usr/bin/ld: cannot find -labsl_log_internal_check_op /usr/bin/ld: cannot find -labsl_log_internal_conditions /usr/bin/ld: cannot find -labsl_log_internal_message /usr/bin/ld: cannot find -labsl_examine_stack /usr/bin/ld: cannot find -labsl_log_internal_format /usr/bin/ld: cannot find -labsl_log_internal_proto /usr/bin/ld: cannot find -labsl_log_internal_nullguard /usr/bin/ld: cannot find -labsl_log_internal_log_sink_set /usr/bin/ld: cannot find -labsl_log_internal_globals /usr/bin/ld: cannot find -labsl_log_globals /usr/bin/ld: cannot find -labsl_hash /usr/bin/ld: cannot find -labsl_city /usr/bin/ld: cannot find -labsl_bad_variant_access /usr/bin/ld: cannot find -labsl_low_level_hash /usr/bin/ld: cannot find -labsl_log_sink /usr/bin/ld: cannot find -labsl_log_entry /usr/bin/ld: cannot find -labsl_status /usr/bin/ld: cannot find -labsl_cord /usr/bin/ld: cannot find -labsl_cordz_info /usr/bin/ld: cannot find -labsl_cord_internal /usr/bin/ld: cannot find -labsl_cordz_functions /usr/bin/ld: cannot find -labsl_exponential_biased /usr/bin/ld: cannot find -labsl_cordz_handle /usr/bin/ld: cannot find -labsl_synchronization /usr/bin/ld: cannot find -labsl_graphcycles_internal /usr/bin/ld: cannot find -labsl_kernel_timeout_internal /usr/bin/ld: cannot find -labsl_time /usr/bin/ld: cannot find -labsl_civil_time /usr/bin/ld: cannot find -labsl_time_zone /usr/bin/ld: cannot find -labsl_crc_cord_state /usr/bin/ld: cannot find -labsl_crc32c /usr/bin/ld: cannot find -labsl_crc_internal /usr/bin/ld: cannot find -labsl_crc_cpu_detect /usr/bin/ld: cannot find -labsl_bad_optional_access /usr/bin/ld: cannot find -labsl_stacktrace /usr/bin/ld: cannot find -labsl_str_format_internal /usr/bin/ld: cannot find -labsl_strerror /usr/bin/ld: cannot find -labsl_symbolize /usr/bin/ld: cannot find -labsl_debugging_internal /usr/bin/ld: cannot find -labsl_demangle_internal /usr/bin/ld: cannot find -labsl_malloc_internal /usr/bin/ld: cannot find -labsl_strings /usr/bin/ld: cannot find -labsl_string_view /usr/bin/ld: cannot find -labsl_strings_internal /usr/bin/ld: cannot find -labsl_base /usr/bin/ld: cannot find -labsl_spinlock_wait /usr/bin/ld: cannot find -labsl_int128 /usr/bin/ld: cannot find -labsl_throw_delegate /usr/bin/ld: cannot find -labsl_raw_logging_internal /usr/bin/ld: cannot find -labsl_log_severity collect2: error: ld returned 1 exit status make: *** [/home/th798/R/R-devel/share/make/shlib.mk:10: s2.so] Error 1 ERROR: compilation failed for package 's2' * removing '/tmp/th798/25875570/R-devel/732/library/s2' * installing *source* package 'units' ... ** this is package 'units' version '1.0-0' ** package 'units' successfully unpacked and MD5 sums checked ** using staged installation configure: units: 1.0-0 checking for default C++ standard... 201703 checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... no checking for stdbool.h that conforms to C99 or later... yes checking for error_at_line... yes checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc checking whether the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for brew... no checking for XML_ParserCreate in -lexpat... yes checking for udunits2.h... no checking for udunits2/udunits2.h... yes checking for ut_read_xml in -ludunits2... yes configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DUDUNITS2_DIR=1 -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DUDUNITS2_DIR=1 -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tokenizer.cpp -o tokenizer.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DUDUNITS2_DIR=1 -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c udunits.cpp -o udunits.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o units.so RcppExports.o tokenizer.o udunits.o -lexpat -lexpat -ludunits2 installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-units/00new/units/libs ** R ** demo ** 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 (units) * installing *source* package 'cols4all' ... ** this is package 'cols4all' version '0.10' ** package 'cols4all' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (cols4all) * installing *source* package 'knitr' ... ** this is package 'knitr' version '1.50' ** package 'knitr' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (knitr) * installing *source* package 'sfheaders' ... ** this is package 'sfheaders' version '0.4.5' ** package 'sfheaders' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cast.cpp -o cast.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sfg_dimension.cpp -o sfg_dimension.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_df.cpp -o to_df.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sf.cpp -o to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfc.cpp -o to_sfc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfg.cpp -o to_sfg.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o sfheaders.so RcppExports.o bbox.o cast.o lists.o sfg_dimension.o shapes.o to_df.o to_sf.o to_sfc.o to_sfg.o utils.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-sfheaders/00new/sfheaders/libs ** 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 ** 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 (sfheaders) * installing *source* package 'promises' ... ** this is package 'promises' version '1.5.0' ** package 'promises' 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 (promises) * installing *source* package 'raster' ... ** this is package 'raster' version '3.6-32' ** package 'raster' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RasterModule.cpp -o RasterModule.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c aggregate.cpp -o aggregate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bilinear.cpp -o bilinear.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c broom.cpp -o broom.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cellRowCol.cpp -o cellRowCol.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c clamp.cpp -o clamp.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distance.cpp -o distance.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c edge.cpp -o edge.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c focal_fun.cpp -o focal_fun.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c focal_get.cpp -o focal_get.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c focal_sum.cpp -o focal_sum.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geodesic.c -o geodesic.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c getPolygons.cpp -o getPolygons.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c layerize.cpp -o layerize.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c memory.cpp -o memory.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c modal.cpp -o modal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ppmin.cpp -o ppmin.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_aggregate.cpp -o raster_aggregate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_distance.cpp -o raster_distance.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rasterize.cpp -o rasterize.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reclass.cpp -o reclass.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c terrain.cpp -o terrain.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c util.cpp -o util.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c xyCell.cpp -o xyCell.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o raster.so RasterModule.o RcppExports.o aggregate.o bilinear.o broom.o cellRowCol.o clamp.o distance.o edge.o focal_fun.o focal_get.o focal_sum.o geodesic.o getPolygons.o layerize.o memory.o modal.o ppmin.o raster_aggregate.o raster_distance.o rasterize.o reclass.o terrain.o util.o xyCell.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-raster/00new/raster/libs ** R ** inst ** byte-compile and prepare package for lazy loading in method for 'initialize' with signature '"BasicRaster"': no definition for class "BasicRaster" in method for 'brick' with signature 'x="kasc"': no definition for class "kasc" in method for 'brick' with signature 'x="grf"': no definition for class "grf" in method for 'coerce' with signature '"STFDF","RasterBrick"': no definition for class "STFDF" in method for 'coerce' with signature '"STSDF","RasterBrick"': no definition for class "STSDF" in method for 'coerce' with signature '"asc","RasterLayer"': no definition for class "asc" in method for 'coerce' with signature '"RasterLayer","asc"': no definition for class "asc" in method for 'coerce' with signature '"kasc","RasterBrick"': no definition for class "kasc" in method for 'coerce' with signature '"kasc","RasterStack"': no definition for class "kasc" in method for 'coerce' with signature '"kde","RasterLayer"': no definition for class "kde" in method for 'coerce' with signature '"grf","RasterBrick"': no definition for class "grf" in method for 'coerce' with signature '"grf","RasterLayer"': no definition for class "grf" in method for 'extent' with signature 'x="bbox"': no definition for class "bbox" in method for 'extent' with signature 'x="sf"': no definition for class "sf" in method for 'extract' with signature 'x="Raster",y="sf"': no definition for class "sf" in method for 'mask' with signature 'x="Raster",mask="sf"': no definition for class "sf" in method for 'raster' with signature 'x="sf"': no definition for class "sf" in method for 'raster' with signature 'x="kasc"': no definition for class "kasc" in method for 'raster' with signature 'x="asc"': no definition for class "asc" in method for 'raster' with signature 'x="kde"': no definition for class "kde" in method for 'raster' with signature 'x="grf"': no definition for class "grf" in method for 'rasterize' with signature 'x="sf",y="Raster"': no definition for class "sf" in method for 'setValues' with signature 'x="RasterLayerSparse"': no definition for class "RasterLayerSparse" in method for 'stack' with signature 'x="kasc"': no definition for class "kasc" ** 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 (raster) ERROR: dependency 's2' is not available for package 'sf' Perhaps try a variation of: install.packages('s2') * removing '/tmp/th798/25875570/R-devel/732/library/sf' * installing *source* package 'rmarkdown' ... ** this is package 'rmarkdown' version '2.30' ** package 'rmarkdown' 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 (rmarkdown) * installing *source* package 'geojsonsf' ... ** this is package 'geojsonsf' version '2.0.5' ** package 'geojsonsf' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c df_geojson.cpp -o df_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_sf.cpp -o geojson_to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_wkt.cpp -o geojson_to_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_wkt.cpp -o geojson_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_geojson.cpp -o read_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-devel/732/library/geometries/include' -I'/tmp/th798/25875570/R-devel/732/library/jsonify/include' -I'/tmp/th798/25875570/R-devel/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-devel/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sf_geojson.cpp -o sf_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geojsonsf.so RcppExports.o df_geojson.o geojson_to_sf.o geojson_to_wkt.o geojson_wkt.o read_geojson.o sf_geojson.o installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-geojsonsf/00new/geojsonsf/libs ** R ** data *** moving datasets to lazyload DB ** 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 (geojsonsf) ERROR: dependency 'sf' is not available for package 'lwgeom' Perhaps try a variation of: install.packages('sf') * removing '/tmp/th798/25875570/R-devel/732/library/lwgeom' * installing *source* package 'httpuv' ... ** this is package 'httpuv' version '1.6.16' ** package 'httpuv' successfully unpacked and MD5 sums checked ** using staged installation ** Using bundled copy of libuv ** PKG_CFLAGS=-Ilibuv/include ** PKG_LIBS=./libuv/.libs/libuv.b ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c callback.cpp -o callback.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c callbackqueue.cpp -o callbackqueue.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c filedatasource-unix.cpp -o filedatasource-unix.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c filedatasource-win.cpp -o filedatasource-win.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fs.cpp -o fs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gzipdatasource.cpp -o gzipdatasource.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c http.cpp -o http.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c httprequest.cpp -o httprequest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c httpresponse.cpp -o httpresponse.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c httpuv.cpp -o httpuv.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c md5.c -o md5.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mime.cpp -o mime.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c socket.cpp -o socket.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c staticpath.cpp -o staticpath.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c thread.cpp -o thread.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c timegm.cpp -o timegm.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uvutil.cpp -o uvutil.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c webapplication.cpp -o webapplication.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c websockets-base.cpp -o websockets-base.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c websockets-hixie76.cpp -o websockets-hixie76.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c websockets-hybi03.cpp -o websockets-hybi03.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c websockets-ietf.cpp -o websockets-ietf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c websockets.cpp -o websockets.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c winutils.cpp -o winutils.o cp -p -f libuv/m4/lt_obsolete.m4 libuv/m4/lt~obsolete.m4 ignoring -p /usr/bin/cp -f libuv/m4/lt_obsolete.m4 libuv/m4/lt~obsolete.m4 cd libuv; \ if ! command -v automake >/dev/null 2>&1 ; then \ echo "automake not found. Touching files so configure will not try to run automake."; \ touch aclocal.m4; \ touch -r aclocal.m4 configure Makefile.in; \ else \ echo "automake found. Running autoupdate and autogen.sh."; \ autoupdate; \ sh autogen.sh; \ fi; \ chmod +x configure; \ CC="/packages/gcc/12.2.0-nnbserq/bin/gcc" CFLAGS="-I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -fpic -fvisibility=hidden -DNDEBUG" CPPFLAGS="-I/home/th798/.conda/envs/emacs1/include -I/home/th798/include" AR="ar" RANLIB="ranlib" LDFLAGS="-L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64" ./configure "--quiet" automake not found. Touching files so configure will not try to run automake. /usr/bin/cp .//depcomp conftest.dir make --directory=libuv \ HAVE_DTRACE=0 make[1]: Entering directory '/tmp/th798/25875570/Rtmp4LNgf2/R.INSTALL8675031e3c662/httpuv/src/libuv' CC src/libuv_la-fs-poll.lo CC src/libuv_la-idna.lo CC src/libuv_la-inet.lo CC src/libuv_la-random.lo CC src/libuv_la-strscpy.lo CC src/libuv_la-threadpool.lo CC src/libuv_la-timer.lo CC src/libuv_la-uv-data-getter-setters.lo CC src/libuv_la-uv-common.lo CC src/libuv_la-version.lo CC src/unix/libuv_la-async.lo CC src/unix/libuv_la-core.lo CC src/unix/libuv_la-dl.lo CC src/unix/libuv_la-fs.lo CC src/unix/libuv_la-getaddrinfo.lo CC src/unix/libuv_la-getnameinfo.lo CC src/unix/libuv_la-loop-watcher.lo CC src/unix/libuv_la-loop.lo CC src/unix/libuv_la-pipe.lo CC src/unix/libuv_la-poll.lo CC src/unix/libuv_la-process.lo CC src/unix/libuv_la-random-devurandom.lo CC src/unix/libuv_la-signal.lo CC src/unix/libuv_la-stream.lo CC src/unix/libuv_la-tcp.lo CC src/unix/libuv_la-thread.lo CC src/unix/libuv_la-tty.lo CC src/unix/libuv_la-udp.lo CC src/unix/libuv_la-linux-core.lo CC src/unix/libuv_la-linux-inotify.lo CC src/unix/libuv_la-linux-syscalls.lo CC src/unix/libuv_la-procfs-exepath.lo CC src/unix/libuv_la-proctitle.lo CC src/unix/libuv_la-random-getrandom.lo CC src/unix/libuv_la-random-sysctl-linux.lo CC src/unix/libuv_la-epoll.lo CCLD libuv.la make[1]: Leaving directory '/tmp/th798/25875570/Rtmp4LNgf2/R.INSTALL8675031e3c662/httpuv/src/libuv' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c http-parser/http_parser.c -o http-parser/http_parser.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sha1/sha1.c -o sha1/sha1.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -Ilibuv/include -pthread -I'/tmp/th798/25875570/R-devel/732/library/later/include' -I'/tmp/th798/25875570/R-devel/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fvisibility=hidden -DSTRICT_R_HEADERS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c base64/base64.cpp -o base64/base64.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o httpuv.so RcppExports.o callback.o callbackqueue.o filedatasource-unix.o filedatasource-win.o fs.o gzipdatasource.o http.o httprequest.o httpresponse.o httpuv.o md5.o mime.o socket.o staticpath.o thread.o timegm.o utils.o uvutil.o webapplication.o websockets-base.o websockets-hixie76.o websockets-hybi03.o websockets-ietf.o websockets.o winutils.o ./libuv/.libs/libuv.b ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o -pthread installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-httpuv/00new/httpuv/libs ** R ** demo ** 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 ** 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 (httpuv) * installing *source* package 'htmlwidgets' ... ** this is package 'htmlwidgets' version '1.6.4' ** package 'htmlwidgets' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (htmlwidgets) ERROR: dependency 'sf' is not available for package 'maptiles' Perhaps try a variation of: install.packages('sf') * removing '/tmp/th798/25875570/R-devel/732/library/maptiles' ERROR: dependency 'sf' is not available for package 'stars' Perhaps try a variation of: install.packages('sf') * removing '/tmp/th798/25875570/R-devel/732/library/stars' ERROR: dependencies 'sf', 's2' are not available for package 'spdep' Perhaps try a variation of: install.packages(c('sf', 's2')) * removing '/tmp/th798/25875570/R-devel/732/library/spdep' ERROR: dependency 'sf' is not available for package 'leaflet' Perhaps try a variation of: install.packages('sf') * removing '/tmp/th798/25875570/R-devel/732/library/leaflet' ERROR: dependencies 'sf', 'lwgeom', 'stars' are not available for package 'tmaptools' Perhaps try a variation of: install.packages(c('sf', 'lwgeom', 'stars')) * removing '/tmp/th798/25875570/R-devel/732/library/tmaptools' * installing *source* package 'servr' ... ** this is package 'servr' version '0.32' ** package 'servr' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (servr) ERROR: dependencies 'leaflet', 'sf' are not available for package 'leafem' Perhaps try a variation of: install.packages(c('leaflet', 'sf')) * removing '/tmp/th798/25875570/R-devel/732/library/leafem' ERROR: dependencies 'leaflet', 'sf' are not available for package 'leafgl' Perhaps try a variation of: install.packages(c('leaflet', 'sf')) * removing '/tmp/th798/25875570/R-devel/732/library/leafgl' ERROR: dependency 'leaflet' is not available for package 'leaflegend' Perhaps try a variation of: install.packages('leaflet') * removing '/tmp/th798/25875570/R-devel/732/library/leaflegend' ERROR: dependency 'leaflet' is not available for package 'leafsync' Perhaps try a variation of: install.packages('leaflet') * removing '/tmp/th798/25875570/R-devel/732/library/leafsync' ERROR: dependencies 'leafem', 'leafgl', 'leaflegend', 'leaflet', 'leafsync', 'maptiles', 'sf', 'stars', 's2', 'tmaptools' are not available for package 'tmap' Perhaps try a variation of: install.packages(c('leafem', 'leafgl', 'leaflegend', 'leaflet', 'leafsync', 'maptiles', 'sf', 'stars', 's2', 'tmaptools')) * removing '/tmp/th798/25875570/R-devel/732/library/tmap' ERROR: dependencies 'sf', 'spdep', 'tmap' are not available for package 'LabourMarketAreas' Perhaps try a variation of: install.packages(c('sf', 'spdep', 'tmap')) * removing '/tmp/th798/25875570/R-devel/732/library/LabourMarketAreas' The downloaded source packages are in '/tmp/th798/25875570/Rtmpt7SqTC/downloaded_packages' There were 14 warnings (use warnings() to see them) > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 803.262 75.368 896.505 > print(Sys.time()) [1] "2025-12-13 01:29:32 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-12-13 01:29:32 MST" Installing package into '/tmp/th798/25875570/R-devel/732/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.8' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-12-13 01:29:50 MST" * using log directory '/tmp/th798/25875570/R-devel/732/LabourMarketAreas.Rcheck' * using R Under development (unstable) (2025-12-12 r89163) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'LabourMarketAreas/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'LabourMarketAreas' version '3.4' * checking package namespace information ... OK * checking package dependencies ... ERROR Packages required but not available: 'sf', 'spdep', 'tmap' See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. * DONE Status: 1 ERROR See '/tmp/th798/25875570/R-devel/732/LabourMarketAreas.Rcheck/00check.log' for details. [1] "2025-12-13 01:29:53 MST" [1] "2025-12-13 01:29:53 MST" Installing package into '/tmp/th798/25875570/R-devel/732/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollapply.c -o frollapply.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mergelist.c -o mergelist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shellsort.c -o shellsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o frollapply.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o mergelist.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shellsort.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/25875570/R-devel/732/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-12-13 01:30:13 MST" * using log directory '/tmp/th798/25875570/R-devel/732/LabourMarketAreas.Rcheck' * using R Under development (unstable) (2025-12-12 r89163) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'LabourMarketAreas/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'LabourMarketAreas' version '3.4' * checking package namespace information ... OK * checking package dependencies ... ERROR Packages required but not available: 'sf', 'spdep', 'tmap' See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. * DONE Status: 1 ERROR See '/tmp/th798/25875570/R-devel/732/LabourMarketAreas.Rcheck/00check.log' for details. [1] "2025-12-13 01:30:18 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) Error: package or namespace load failed for 'data.table' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/projects/genomic-ml/R/R-devel/library/data.table/libs/data_table.so': /projects/genomic-ml/R/R-devel/library/data.table/libs/data_table.so: undefined symbol: Rf_GetOption Execution halted WARNING: ignoring environment value of R_HOME R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-12-13/deps.csv", task.str = "732", release = "/scratch/th798/data.table-revdeps/2025-12-13/data.table_release_1.17.8.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-12-13/data.table_master_1.17.99.4e9c98914eeefab73f987f8b25145d08dbbdffdd.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/25875570/R-release/732" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/25875570/R-release/732/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "LabourMarketAreas" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/25875570/R-release/732/library" [2] "/projects/genomic-ml/R/R-release/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-12-13 01:30:24 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/25875570/R-release/732/library' (as 'lib' is unspecified) also installing the dependencies 'Rcpp', 'geometries', 'rapidjsonr', 'sfheaders', 'spacesXYZ', 'geojsonsf', 'jsonify', 'terra', 'xfun', 'cols4all', 'leafem', 'leafgl', 'leaflegend', 'leafsync', 'maptiles', 'tmaptools', 'servr', 'tmap' trying URL 'http://cloud.r-project.org/src/contrib/Rcpp_1.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geometries_0.2.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rapidjsonr_1.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/sfheaders_0.4.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/spacesXYZ_1.6-0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/geojsonsf_2.0.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/jsonify_1.2.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/terra_1.8-86.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/xfun_0.54.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/cols4all_0.10.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafem_0.2.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafgl_0.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leaflegend_1.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/leafsync_0.1.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/maptiles_0.11.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmaptools_3.3.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/servr_0.32.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/tmap_4.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/LabourMarketAreas_3.4.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: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c api.cpp -o api.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c attributes.cpp -o attributes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c barrier.cpp -o barrier.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c date.cpp -o date.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c module.cpp -o module.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I../inst/include/ -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rcpp_init.cpp -o rcpp_init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o Rcpp.so api.o attributes.o barrier.o date.o module.o rcpp_init.o installing to /tmp/th798/25875570/R-release/732/library/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 'rapidjsonr' ... ** this is package 'rapidjsonr' version '1.2.1' ** package 'rapidjsonr' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (rapidjsonr) * installing *source* package 'spacesXYZ' ... ** this is package 'spacesXYZ' version '1.6-0' ** package 'spacesXYZ' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (spacesXYZ) * installing *source* package 'xfun' ... ** this is package 'xfun' version '0.54' ** package 'xfun' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c base64.c -o base64.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rand_lcg.c -o rand_lcg.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o xfun.so base64.o init.o rand_lcg.o installing to /tmp/th798/25875570/R-release/732/library/00LOCK-xfun/00new/xfun/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 (xfun) * installing *source* package 'leaflegend' ... ** this is package 'leaflegend' version '1.2.1' ** package 'leaflegend' 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 ** 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 (leaflegend) * installing *source* package 'leafsync' ... ** this is package 'leafsync' version '0.1.0' ** package 'leafsync' 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 ** 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 (leafsync) * installing *source* package 'tmaptools' ... ** this is package 'tmaptools' version '3.3' ** package 'tmaptools' successfully unpacked and MD5 sums checked ** using staged installation ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (tmaptools) * installing *source* package 'geometries' ... ** this is package 'geometries' version '0.2.5' ** package 'geometries' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c close.cpp -o close.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c columns.cpp -o columns.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coordinates.cpp -o coordinates.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geometries.cpp -o geometries.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lines.cpp -o lines.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nest.cpp -o nest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geometries.so RcppExports.o bbox.o close.o columns.o coordinates.o geometries.o lines.o lists.o nest.o shapes.o tests.o utils.o installing to /tmp/th798/25875570/R-release/732/library/00LOCK-geometries/00new/geometries/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 (geometries) * installing *source* package 'jsonify' ... ** this is package 'jsonify' version '1.2.3' ** package 'jsonify' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c from_json.cpp -o from_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c pretty.cpp -o pretty.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_json.cpp -o read_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c tests.cpp -o tests.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_json.cpp -o to_json.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c validate.cpp -o validate.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o jsonify.so RcppExports.o from_json.o pretty.o read_json.o tests.o to_json.o validate.o installing to /tmp/th798/25875570/R-release/732/library/00LOCK-jsonify/00new/jsonify/libs ** 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 ** 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 (jsonify) * installing *source* package 'terra' ... ** this is package 'terra' version '1.8-86' ** package 'terra' successfully unpacked and MD5 sums checked ** using staged installation configure: CC: /packages/gcc/12.2.0-nnbserq/bin/gcc configure: CXX: /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 checking for gdal-config... /packages/gdal/3.3.1/bin/gdal-config checking gdal-config usability... yes configure: GDAL: 3.3.1 checking GDAL version >= 2.0.1... yes checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for gdal.h... yes checking GDAL: linking with --libs only... yes checking GDAL: /packages/gdal/3.3.1/share/gdal/pcs.csv readable... no checking GDAL: checking whether PROJ is available for linking:... yes checking GDAL: checking whether PROJ is available for running:... yes configure: GDAL: 3.3.1 checking for proj.h... yes checking PROJ: checking whether PROJ and sqlite3 are available for linking:... yes checking for geos-config... /packages/gcc-8.3.1/geos/3.8.1-j7t4spf/bin/geos-config checking geos-config usability... yes configure: GEOS: 3.8.1 checking GEOS version >= 3.4.0... yes checking for geos_c.h... yes checking geos: linking with -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c... yes checking Intel TBB exists:... no configure: WARNING: to support parallel processing install TBB devel or update the PKG_CONFIG_PATH environment variable configure: Package CPP flags: -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include configure: Package LIBS: -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppFunctions.cpp -o RcppFunctions.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppModule.cpp -o RcppModule.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c arith.cpp -o arith.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c crs.cpp -o crs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distRaster.cpp -o distRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distValueRaster.cpp -o distValueRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distVector.cpp -o distVector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c distance.cpp -o distance.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c extract.cpp -o extract.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c file_utils.cpp -o file_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c focal.cpp -o focal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gcp.cpp -o gcp.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdal_algs.cpp -o gdal_algs.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdal_multidimensional.cpp -o gdal_multidimensional.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gdalio.cpp -o gdalio.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geodesic.c -o geodesic.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geos_methods.cpp -o geos_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geosphere.cpp -o geosphere.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c math_utils.cpp -o math_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mediancut.cpp -o mediancut.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c memory.cpp -o memory.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c movingWindow.cpp -o movingWindow.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ncdf.cpp -o ncdf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nearest.cpp -o nearest.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c patches.cpp -o patches.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ram.cpp -o ram.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_methods.cpp -o raster_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c raster_stats.cpp -o raster_stats.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rasterize.cpp -o rasterize.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read.cpp -o read.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_gdal.cpp -o read_gdal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_ogr.cpp -o read_ogr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sample.cpp -o sample.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sort.cpp -o sort.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatBase.cpp -o spatBase.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatDataframe.cpp -o spatDataframe.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatFactor.cpp -o spatFactor.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatRaster.cpp -o spatRaster.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatRasterMultiple.cpp -o spatRasterMultiple.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatSources.cpp -o spatSources.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatTime.cpp -o spatTime.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatVector.cpp -o spatVector.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c spatVector2.cpp -o spatVector2.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c string_utils.cpp -o string_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c surfArea.cpp -o surfArea.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c table_utils.cpp -o table_utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecmath.cpp -o vecmath.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecmathse.cpp -o vecmathse.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vector_methods.cpp -o vector_methods.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c watershed_internal.cpp -o watershed_internal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write.cpp -o write.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_gdal.cpp -o write_gdal.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DHAVE_PROJ_H -I/packages/gdal/3.3.1/include -I/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/include -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c write_ogr.cpp -o write_ogr.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o terra.so RcppExports.o RcppFunctions.o RcppModule.o arith.o crs.o distRaster.o distValueRaster.o distVector.o distance.o extract.o file_utils.o focal.o gcp.o gdal_algs.o gdal_multidimensional.o gdalio.o geodesic.o geos_methods.o geosphere.o math_utils.o mediancut.o memory.o movingWindow.o ncdf.o nearest.o patches.o ram.o raster_methods.o raster_stats.o rasterize.o read.o read_gdal.o read_ogr.o sample.o sort.o spatBase.o spatDataframe.o spatFactor.o spatRaster.o spatRasterMultiple.o spatSources.o spatTime.o spatVector.o spatVector2.o string_utils.o surfArea.o table_utils.o vecmath.o vecmathse.o vector_methods.o watershed_internal.o write.o write_gdal.o write_ogr.o -L/packages/gdal/3.3.1/lib -lgdal -lproj -L/packages/gdal/3.3.1/lib -lgdal -L/packages/gcc-8.3.1/geos/3.8.1-j7t4spf/lib -lgeos_c installing to /tmp/th798/25875570/R-release/732/library/00LOCK-terra/00new/terra/libs ** R ** inst ** byte-compile and prepare package for lazy loading in method for 'sds' with signature 'x="stars"': no definition for class "stars" in method for 'sds' with signature 'x="stars_proxy"': no definition for class "stars_proxy" in method for 'svc' with signature 'x="sf"': no definition for class "sf" in method for 'coerce' with signature '"stars","SpatRasterDataset"': no definition for class "stars" in method for 'coerce' with signature '"ggmap","SpatRaster"': no definition for class "ggmap" in method for 'coerce' with signature '"sf","SpatRaster"': no definition for class "sf" in method for 'coerce' with signature '"sf","SpatVector"': no definition for class "sf" in method for 'coerce' with signature '"sfc","SpatVector"': no definition for class "sfc" in method for 'coerce' with signature '"sfg","SpatVector"': no definition for class "sfg" in method for 'coerce' with signature '"XY","SpatVector"': no definition for class "XY" in method for 'coerce' with signature '"im","SpatRaster"': no definition for class "im" in method for 'coerce' with signature '"SpatVector","Spatial"': no definition for class "Spatial" in method for 'coerce' with signature '"Spatial","SpatVector"': no definition for class "Spatial" in method for 'coerce' with signature '"SpatialGrid","SpatRaster"': no definition for class "SpatialGrid" in method for 'coerce' with signature '"SpatialPixels","SpatRaster"': no definition for class "SpatialPixels" in method for 'crs' with signature '"sf"': no definition for class "sf" Creating a generic function for 'ncol' from package 'base' in package 'terra' in method for 'distance' with signature 'x="SpatRaster",y="sf"': no definition for class "sf" in method for 'ext' with signature 'x="sf"': no definition for class "sf" in method for 'ext' with signature 'x="bbox"': no definition for class "bbox" in method for 'ext' with signature 'x="Extent"': no definition for class "Extent" in method for 'ext' with signature 'x="Raster"': no definition for class "Raster" in method for 'ext' with signature 'x="Spatial"': no definition for class "Spatial" in method for 'extract' with signature 'x="SpatRaster",y="sf"': no definition for class "sf" in method for 'mask' with signature 'x="SpatRaster",mask="sf"': no definition for class "sf" in method for 'points' with signature 'x="sf"': no definition for class "sf" in method for 'lines' with signature 'x="sf"': no definition for class "sf" in method for 'polys' with signature 'x="sf"': no definition for class "sf" in method for 'polys' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'lines' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'points' with signature 'x="leaflet"': no definition for class "leaflet" in method for 'rast' with signature 'x="stars"': no definition for class "stars" in method for 'rast' with signature 'x="stars_proxy"': no definition for class "stars_proxy" in method for 'rasterize' with signature 'x="sf",y="SpatRaster"': no definition for class "sf" Creating a generic function for 'rowSums' from package 'base' in package 'terra' Creating a generic function for 'colSums' from package 'base' in package 'terra' Creating a generic function for 'rowMeans' from package 'base' in package 'terra' Creating a generic function for 'colMeans' from package 'base' in package 'terra' in method for 'show' with signature '"Rcpp_SpatDataFrame"': no definition for class "Rcpp_SpatDataFrame" in method for 'show' with signature '"Rcpp_SpatCategories"': no definition for class "Rcpp_SpatCategories" in method for 'geomtype' with signature 'x="Spatial"': no definition for class "Spatial" Creating a generic function for 'identical' from package 'base' in package 'terra' in method for 'vect' with signature 'x="Spatial"': no definition for class "Spatial" in method for 'vect' with signature 'x="sf"': no definition for class "sf" in method for 'vect' with signature 'x="sfc"': no definition for class "sfc" in method for 'vect' with signature 'x="XY"': no definition for class "XY" Creating a generic function for 'unserialize' from package 'base' in package 'terra' Creating a generic function for 'readRDS' from package 'base' in package 'terra' ** 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 (terra) * installing *source* package 'cols4all' ... ** this is package 'cols4all' version '0.10' ** package 'cols4all' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (cols4all) * installing *source* package 'servr' ... ** this is package 'servr' version '0.32' ** package 'servr' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (servr) * installing *source* package 'sfheaders' ... ** this is package 'sfheaders' version '0.4.5' ** package 'sfheaders' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bbox.cpp -o bbox.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cast.cpp -o cast.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c lists.cpp -o lists.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sfg_dimension.cpp -o sfg_dimension.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shapes.cpp -o shapes.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_df.cpp -o to_df.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sf.cpp -o to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfc.cpp -o to_sfc.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c to_sfg.cpp -o to_sfg.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o sfheaders.so RcppExports.o bbox.o cast.o lists.o sfg_dimension.o shapes.o to_df.o to_sf.o to_sfc.o to_sfg.o utils.o installing to /tmp/th798/25875570/R-release/732/library/00LOCK-sfheaders/00new/sfheaders/libs ** 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 ** 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 (sfheaders) * installing *source* package 'maptiles' ... ** this is package 'maptiles' version '0.11.0' ** package 'maptiles' 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 ** 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 (maptiles) * installing *source* package 'geojsonsf' ... ** this is package 'geojsonsf' version '2.0.5' ** package 'geojsonsf' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c df_geojson.cpp -o df_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_sf.cpp -o geojson_to_sf.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_to_wkt.cpp -o geojson_to_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c geojson_wkt.cpp -o geojson_wkt.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c read_geojson.cpp -o read_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/tmp/th798/25875570/R-release/732/library/geometries/include' -I'/tmp/th798/25875570/R-release/732/library/jsonify/include' -I'/tmp/th798/25875570/R-release/732/library/rapidjsonr/include' -I'/tmp/th798/25875570/R-release/732/library/Rcpp/include' -I'/tmp/th798/25875570/R-release/732/library/sfheaders/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I../inst/include/ -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c sf_geojson.cpp -o sf_geojson.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o geojsonsf.so RcppExports.o df_geojson.o geojson_to_sf.o geojson_to_wkt.o geojson_wkt.o read_geojson.o sf_geojson.o installing to /tmp/th798/25875570/R-release/732/library/00LOCK-geojsonsf/00new/geojsonsf/libs ** R ** data *** moving datasets to lazyload DB ** 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 (geojsonsf) * installing *source* package 'leafem' ... ** this is package 'leafem' version '0.2.5' ** package 'leafem' successfully unpacked and MD5 sums checked ** using staged installation ** 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 * DONE (leafem) * installing *source* package 'leafgl' ... ** this is package 'leafgl' version '0.2.2' ** package 'leafgl' 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 ** 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 (leafgl) * installing *source* package 'tmap' ... ** this is package 'tmap' version '4.2' ** package 'tmap' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (tmap) * installing *source* package 'LabourMarketAreas' ... ** this is package 'LabourMarketAreas' version '3.4' ** package 'LabourMarketAreas' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (LabourMarketAreas) The downloaded source packages are in '/tmp/th798/25875570/RtmpaXBXdn/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 439.628 24.833 474.520 > print(Sys.time()) [1] "2025-12-13 01:38:19 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-12-13 01:38:19 MST" Installing package into '/tmp/th798/25875570/R-release/732/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.8' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/25875570/R-release/732/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-12-13 01:38:37 MST" * using log directory '/tmp/th798/25875570/R-release/732/LabourMarketAreas.Rcheck' * using R version 4.5.2 (2025-10-31) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'LabourMarketAreas/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'LabourMarketAreas' version '3.4' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'LabourMarketAreas' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... NOTE checkRd: (-1) StatClusterData.Rd:34: Lost braces 34 | \bold{LMA: }{ positive integer; labour market areas ID} | ^ checkRd: (-1) StatClusterData.Rd:36: Lost braces 36 | \bold{EMP_live: }{numeric; number of commuters who live in the area} | ^ checkRd: (-1) StatClusterData.Rd:38: Lost braces 38 | \bold{EMP_work: }{numeric; number of commuters working in the area} | ^ checkRd: (-1) StatClusterData.Rd:40: Lost braces 40 | \bold{validity: }{numeric; validity value computed with the current parameters} | ^ checkRd: (-1) StatClusterData.Rd:42: Lost braces 42 | \bold{EMP_live_work: }{numeric; number of commuters living and working in the area} | ^ checkRd: (-1) StatClusterData.Rd:44: Lost braces 44 | \bold{lma_commuter_percent: }{numeric; the quantity: (EMP_live-EMP_live_work)+(EMP_work-EMP_live_work)/(2*EMP_live_work) } | ^ checkRd: (-1) StatClusterData.Rd:46-48: Lost braces 46 | \bold{Home_Work_Ratio: }{numeric; the quantity | ^ checkRd: (-1) StatClusterData.Rd:50: Lost braces 50 | \bold{SC_demand_side: }{numeric; demand side self-containment} | ^ checkRd: (-1) StatClusterData.Rd:52: Lost braces 52 | \bold{SC_supply_side: }{numeric; supply side self-containment} | ^ checkRd: (-1) StatClusterData.Rd:54: Lost braces 54 | \bold{N_com: }{integer; number of communities forming the LMA} | ^ checkRd: (-1) StatClusterData.Rd:56-57: Lost braces 56 | \bold{InternalCohesionLink: }{numeric; consistency of internal relationships. It is given by the ratio between number of links between communities inside LMA, excluding itself, and the maximum number of possible links, i.e. (N_com * (N_com-1)). See [1]. | ^ checkRd: (-1) StatClusterData.Rd:59-60: Lost braces 59 | \bold{InternalCohesionFlows: }{numeric; intensity of internal relationships. It is the percentage of internal flows (excluding flows having as origin and destination the same node) of the LMA between different communities w.r.t the total internal flows. See [3]. | ^ checkRd: (-1) StatClusterData.Rd:62-63: Lost braces 62 | \bold{NbCentralComm: }{integer; number of communities having a centrality index greater than 1 (for communities with more than 100 workers, the centrality index is the ratio between net incoming flows and net outgoing flows). | ^ checkRd: (-1) StatClusterData.Rd:65: Lost braces 65 | \bold{N_links_in: }{integer; number of LMAs whose residents work in the current LMA (including itself) } | ^ checkRd: (-1) StatClusterData.Rd:67: Lost braces 67 | \bold{N_links_out: }{integer; number of LMAs where the residents of the current LMA work (including itself)} | ^ checkRd: (-1) StatClusterData.Rd:74: Lost braces 74 | \bold{N_links: }{numeric; number of links between LMAs} | ^ checkRd: (-1) StatClusterData.Rd:76: Lost braces 76 | \bold{PercNbLinksLessThreshold: }{numeric; percentage of links corresponding to flows below threshold} | ^ checkRd: (-1) StatClusterData.Rd:78: Lost braces 78 | \bold{summFlows: }{numeric vector; summary statistics on flows} | ^ checkRd: (-1) StatClusterData.Rd:80: Lost braces 80 | \bold{summFlowsNoItself: }{numeric vector; summary statistics on flows, excluding the self-flows} | ^ checkRd: (-1) StatClusterData.Rd:82: Lost braces 82 | \bold{summLinks_in: }{numeric vector; summary statistics on the number of incoming flows} | ^ checkRd: (-1) StatClusterData.Rd:84: Lost braces 84 | \bold{summLinks_out: }{summary statistics on the number of outgoing flows} | ^ checkRd: (-1) StatClusterData.Rd:86: Lost braces 86 | \bold{clusterMaxNlinks_in: }{positive integer; the LMA ID of the cluster reaching the maximum number of incoming flows} | ^ checkRd: (-1) StatClusterData.Rd:88: Lost braces 88 | \bold{clusterMaxNlinks_out: }{positive integer; the LMA ID of the cluster reaching the maximum number of outgoing flows} | ^ checkRd: (-1) StatClusterData.Rd:90: Lost braces 90 | \bold{clusterMinNlinks_in: }{positive integer; the LMA ID of the cluster reaching the minimum number of incoming flows} | ^ checkRd: (-1) StatClusterData.Rd:92: Lost braces 92 | \bold{clusterMinNlinks_out: }{positive integer; the LMA ID of the cluster reaching the minimum number of outgoing flows} | ^ checkRd: (-1) StatClusterData.Rd:98: Lost braces 98 | \bold{NbClusters: }{integer; number of clusters} | ^ checkRd: (-1) StatClusterData.Rd:100: Lost braces 100 | \bold{NbClusterUniqueCom: }{integer; number of clusters with an unique community} | ^ checkRd: (-1) StatClusterData.Rd:102: Lost braces 102 | \bold{NbClustersValidLess1: }{integer; number of clusters with validity smaller than 1} | ^ checkRd: (-1) StatClusterData.Rd:104: Lost braces 104 | \bold{NbClustersNoCentralCom: }{integer; number of clusters with no communities having a centrality measure greater than 1 } | ^ checkRd: (-1) StatClusterData.Rd:106: Lost braces 106 | \bold{Mean.SC_demand_side: }{numeric; mean of the demand side self-containment of the clusters in the partition } | ^ checkRd: (-1) StatClusterData.Rd:108: Lost braces 108 | \bold{Std.SC_demand_side: }{numeric; standard deviation of the demand side self-containment } | ^ checkRd: (-1) StatClusterData.Rd:110: Lost braces 110 | \bold{Mean.SC_supply_side: }{numeric; mean of the supply side self-containment of the clusters in the partition } | ^ checkRd: (-1) StatClusterData.Rd:112: Lost braces 112 | \bold{Std.SC_supply_side: }{numeric; standard deviation of the supply side self-containment } | ^ checkRd: (-1) StatClusterData.Rd:114: Lost braces 114 | \bold{Q1.InternalCohesionFlows: }{numeric; first quartile of the InternalCohesionFlows } | ^ checkRd: (-1) StatClusterData.Rd:116: Lost braces 116 | \bold{Q2.InternalCohesionFlows: }{numeric; median of the InternalCohesionFlows} | ^ checkRd: (-1) StatClusterData.Rd:118: Lost braces 118 | \bold{Q3.InternalCohesionFlows: }{numeric; third quartile of the InternalCohesionFlows } | ^ checkRd: (-1) StatClusterData.Rd:120: Lost braces 120 | \bold{Q1.InternalCohesionLink: }{numeric; first quartile of the InternalCohesionLink } | ^ checkRd: (-1) StatClusterData.Rd:122: Lost braces 122 | \bold{Q2.InternalCohesionLink: }{numeric; median of the InternalCohesionLink} | ^ checkRd: (-1) StatClusterData.Rd:124: Lost braces 124 | \bold{Q3.InternalCohesionLink: }{numeric; third quartile of the InternalCohesionLink } | ^ checkRd: (-1) StatClusterData.Rd:126: Lost braces 126 | \bold{Q1.EMP_live: }{numeric; first quartile of the residents } | ^ checkRd: (-1) StatClusterData.Rd:128: Lost braces 128 | \bold{Q2.EMP_live: }{numeric; median of the residents} | ^ checkRd: (-1) StatClusterData.Rd:130: Lost braces 130 | \bold{Q3.EMP_live: }{numeric; third quartile of the residents } | ^ checkRd: (-1) StatClusterData.Rd:132: Lost braces 132 | \bold{Mean.EMP_live: }{numeric; mean value of the residents } | ^ checkRd: (-1) StatClusterData.Rd:134: Lost braces 134 | \bold{Std.EMP_live: }{numeric; standard deviation of the residents } | ^ checkRd: (-1) StatClusterData.Rd:136: Lost braces 136 | \bold{Min.EMP_live: }{numeric; minimum value of the residents } | ^ checkRd: (-1) StatClusterData.Rd:138: Lost braces 138 | \bold{Max.EMP_live: }{numeric; maximum value of the residents } | ^ checkRd: (-1) StatClusterData.Rd:140: Lost braces 140 | \bold{Q1.EMP_work: }{numeric; first quartile of the workers/jobs } | ^ checkRd: (-1) StatClusterData.Rd:142: Lost braces 142 | \bold{Q2.EMP_work: }{numeric; median of the workers/jobs} | ^ checkRd: (-1) StatClusterData.Rd:144: Lost braces 144 | \bold{Q3.EMP_work: }{numeric; third quartile of the workers/jobs } | ^ checkRd: (-1) StatClusterData.Rd:146: Lost braces 146 | \bold{Mean.EMP_work: }{numeric; mean value of the workers } | ^ checkRd: (-1) StatClusterData.Rd:148: Lost braces 148 | \bold{Std.EMP_work: }{numeric; standard deviation of the workers } | ^ checkRd: (-1) StatClusterData.Rd:150: Lost braces 150 | \bold{Min.EMP_work: }{numeric; minimum value of the workers } | ^ checkRd: (-1) StatClusterData.Rd:152: Lost braces 152 | \bold{Max.EMP_work: }{numeric; maximum value of the workers } | ^ checkRd: (-1) StatClusterData.Rd:154: Lost braces 154 | \bold{Q1.EMP_live_work: }{numeric; first quartile of the commuters living and working in the same area} | ^ checkRd: (-1) StatClusterData.Rd:156: Lost braces 156 | \bold{Q2.EMP_live_work: }{numeric; median of the commuters living and working in the same area} | ^ checkRd: (-1) StatClusterData.Rd:158: Lost braces 158 | \bold{Q3.EMP_live_work: }{numeric; third quartile of the the commuters living and working in the same area } | ^ checkRd: (-1) StatClusterData.Rd:160: Lost braces 160 | \bold{Min.EMP_live_work: }{numeric; minimum value of the commuters living and working in the same area } | ^ checkRd: (-1) StatClusterData.Rd:162: Lost braces 162 | \bold{Max.EMP_live_work: }{numeric; maximum value of the commuters living and working in the same area } | ^ checkRd: (-1) StatClusterData.Rd:164: Lost braces 164 | \bold{Mean.lma_commuter_percent: }{numeric; mean value of the quantity: (EMP_live-EMP_live_work)+(EMP_work-EMP_live_work)/(2*EMP_live_work) } | ^ checkRd: (-1) StatClusterData.Rd:166: Lost braces 166 | \bold{Std.lma_commuter_percent: }{numeric; standard deviation of the quantity (EMP_live-EMP_live_work)+(EMP_work-EMP_live_work)/(2*EMP_live_work) } | ^ checkRd: (-1) StatClusterData.Rd:168-170: Lost braces 168 | \bold{Mean.Home_Work_Ratio: }{numeric; mean value of the quantity | ^ checkRd: (-1) StatClusterData.Rd:171-173: Lost braces 171 | \bold{Std.Home_Work_Ratio: }{numeric; standard deviation of the quantity | ^ checkRd: (-1) StatClusterData.Rd:175: Lost braces 175 | \bold{Q_modularity: }{numeric; Q_modularity index } | ^ * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/25875570/R-release/732/LabourMarketAreas.Rcheck/00check.log' for details. [1] "2025-12-13 01:42:59 MST" [1] "2025-12-13 01:42:59 MST" Installing package into '/tmp/th798/25875570/R-release/732/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollapply.c -o frollapply.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mergelist.c -o mergelist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shellsort.c -o shellsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o frollapply.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o mergelist.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shellsort.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/25875570/R-release/732/library/00LOCK-data.table/00new/data.table/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 (data.table) [1] "2025-12-13 01:43:19 MST" * using log directory '/tmp/th798/25875570/R-release/732/LabourMarketAreas.Rcheck' * using R version 4.5.2 (2025-10-31) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'LabourMarketAreas/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'LabourMarketAreas' version '3.4' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'LabourMarketAreas' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... NOTE checkRd: (-1) StatClusterData.Rd:34: Lost braces 34 | \bold{LMA: }{ positive integer; labour market areas ID} | ^ checkRd: (-1) StatClusterData.Rd:36: Lost braces 36 | \bold{EMP_live: }{numeric; number of commuters who live in the area} | ^ checkRd: (-1) StatClusterData.Rd:38: Lost braces 38 | \bold{EMP_work: }{numeric; number of commuters working in the area} | ^ checkRd: (-1) StatClusterData.Rd:40: Lost braces 40 | \bold{validity: }{numeric; validity value computed with the current parameters} | ^ checkRd: (-1) StatClusterData.Rd:42: Lost braces 42 | \bold{EMP_live_work: }{numeric; number of commuters living and working in the area} | ^ checkRd: (-1) StatClusterData.Rd:44: Lost braces 44 | \bold{lma_commuter_percent: }{numeric; the quantity: (EMP_live-EMP_live_work)+(EMP_work-EMP_live_work)/(2*EMP_live_work) } | ^ checkRd: (-1) StatClusterData.Rd:46-48: Lost braces 46 | \bold{Home_Work_Ratio: }{numeric; the quantity | ^ checkRd: (-1) StatClusterData.Rd:50: Lost braces 50 | \bold{SC_demand_side: }{numeric; demand side self-containment} | ^ checkRd: (-1) StatClusterData.Rd:52: Lost braces 52 | \bold{SC_supply_side: }{numeric; supply side self-containment} | ^ checkRd: (-1) StatClusterData.Rd:54: Lost braces 54 | \bold{N_com: }{integer; number of communities forming the LMA} | ^ checkRd: (-1) StatClusterData.Rd:56-57: Lost braces 56 | \bold{InternalCohesionLink: }{numeric; consistency of internal relationships. It is given by the ratio between number of links between communities inside LMA, excluding itself, and the maximum number of possible links, i.e. (N_com * (N_com-1)). See [1]. | ^ checkRd: (-1) StatClusterData.Rd:59-60: Lost braces 59 | \bold{InternalCohesionFlows: }{numeric; intensity of internal relationships. It is the percentage of internal flows (excluding flows having as origin and destination the same node) of the LMA between different communities w.r.t the total internal flows. See [3]. | ^ checkRd: (-1) StatClusterData.Rd:62-63: Lost braces 62 | \bold{NbCentralComm: }{integer; number of communities having a centrality index greater than 1 (for communities with more than 100 workers, the centrality index is the ratio between net incoming flows and net outgoing flows). | ^ checkRd: (-1) StatClusterData.Rd:65: Lost braces 65 | \bold{N_links_in: }{integer; number of LMAs whose residents work in the current LMA (including itself) } | ^ checkRd: (-1) StatClusterData.Rd:67: Lost braces 67 | \bold{N_links_out: }{integer; number of LMAs where the residents of the current LMA work (including itself)} | ^ checkRd: (-1) StatClusterData.Rd:74: Lost braces 74 | \bold{N_links: }{numeric; number of links between LMAs} | ^ checkRd: (-1) StatClusterData.Rd:76: Lost braces 76 | \bold{PercNbLinksLessThreshold: }{numeric; percentage of links corresponding to flows below threshold} | ^ checkRd: (-1) StatClusterData.Rd:78: Lost braces 78 | \bold{summFlows: }{numeric vector; summary statistics on flows} | ^ checkRd: (-1) StatClusterData.Rd:80: Lost braces 80 | \bold{summFlowsNoItself: }{numeric vector; summary statistics on flows, excluding the self-flows} | ^ checkRd: (-1) StatClusterData.Rd:82: Lost braces 82 | \bold{summLinks_in: }{numeric vector; summary statistics on the number of incoming flows} | ^ checkRd: (-1) StatClusterData.Rd:84: Lost braces 84 | \bold{summLinks_out: }{summary statistics on the number of outgoing flows} | ^ checkRd: (-1) StatClusterData.Rd:86: Lost braces 86 | \bold{clusterMaxNlinks_in: }{positive integer; the LMA ID of the cluster reaching the maximum number of incoming flows} | ^ checkRd: (-1) StatClusterData.Rd:88: Lost braces 88 | \bold{clusterMaxNlinks_out: }{positive integer; the LMA ID of the cluster reaching the maximum number of outgoing flows} | ^ checkRd: (-1) StatClusterData.Rd:90: Lost braces 90 | \bold{clusterMinNlinks_in: }{positive integer; the LMA ID of the cluster reaching the minimum number of incoming flows} | ^ checkRd: (-1) StatClusterData.Rd:92: Lost braces 92 | \bold{clusterMinNlinks_out: }{positive integer; the LMA ID of the cluster reaching the minimum number of outgoing flows} | ^ checkRd: (-1) StatClusterData.Rd:98: Lost braces 98 | \bold{NbClusters: }{integer; number of clusters} | ^ checkRd: (-1) StatClusterData.Rd:100: Lost braces 100 | \bold{NbClusterUniqueCom: }{integer; number of clusters with an unique community} | ^ checkRd: (-1) StatClusterData.Rd:102: Lost braces 102 | \bold{NbClustersValidLess1: }{integer; number of clusters with validity smaller than 1} | ^ checkRd: (-1) StatClusterData.Rd:104: Lost braces 104 | \bold{NbClustersNoCentralCom: }{integer; number of clusters with no communities having a centrality measure greater than 1 } | ^ checkRd: (-1) StatClusterData.Rd:106: Lost braces 106 | \bold{Mean.SC_demand_side: }{numeric; mean of the demand side self-containment of the clusters in the partition } | ^ checkRd: (-1) StatClusterData.Rd:108: Lost braces 108 | \bold{Std.SC_demand_side: }{numeric; standard deviation of the demand side self-containment } | ^ checkRd: (-1) StatClusterData.Rd:110: Lost braces 110 | \bold{Mean.SC_supply_side: }{numeric; mean of the supply side self-containment of the clusters in the partition } | ^ checkRd: (-1) StatClusterData.Rd:112: Lost braces 112 | \bold{Std.SC_supply_side: }{numeric; standard deviation of the supply side self-containment } | ^ checkRd: (-1) StatClusterData.Rd:114: Lost braces 114 | \bold{Q1.InternalCohesionFlows: }{numeric; first quartile of the InternalCohesionFlows } | ^ checkRd: (-1) StatClusterData.Rd:116: Lost braces 116 | \bold{Q2.InternalCohesionFlows: }{numeric; median of the InternalCohesionFlows} | ^ checkRd: (-1) StatClusterData.Rd:118: Lost braces 118 | \bold{Q3.InternalCohesionFlows: }{numeric; third quartile of the InternalCohesionFlows } | ^ checkRd: (-1) StatClusterData.Rd:120: Lost braces 120 | \bold{Q1.InternalCohesionLink: }{numeric; first quartile of the InternalCohesionLink } | ^ checkRd: (-1) StatClusterData.Rd:122: Lost braces 122 | \bold{Q2.InternalCohesionLink: }{numeric; median of the InternalCohesionLink} | ^ checkRd: (-1) StatClusterData.Rd:124: Lost braces 124 | \bold{Q3.InternalCohesionLink: }{numeric; third quartile of the InternalCohesionLink } | ^ checkRd: (-1) StatClusterData.Rd:126: Lost braces 126 | \bold{Q1.EMP_live: }{numeric; first quartile of the residents } | ^ checkRd: (-1) StatClusterData.Rd:128: Lost braces 128 | \bold{Q2.EMP_live: }{numeric; median of the residents} | ^ checkRd: (-1) StatClusterData.Rd:130: Lost braces 130 | \bold{Q3.EMP_live: }{numeric; third quartile of the residents } | ^ checkRd: (-1) StatClusterData.Rd:132: Lost braces 132 | \bold{Mean.EMP_live: }{numeric; mean value of the residents } | ^ checkRd: (-1) StatClusterData.Rd:134: Lost braces 134 | \bold{Std.EMP_live: }{numeric; standard deviation of the residents } | ^ checkRd: (-1) StatClusterData.Rd:136: Lost braces 136 | \bold{Min.EMP_live: }{numeric; minimum value of the residents } | ^ checkRd: (-1) StatClusterData.Rd:138: Lost braces 138 | \bold{Max.EMP_live: }{numeric; maximum value of the residents } | ^ checkRd: (-1) StatClusterData.Rd:140: Lost braces 140 | \bold{Q1.EMP_work: }{numeric; first quartile of the workers/jobs } | ^ checkRd: (-1) StatClusterData.Rd:142: Lost braces 142 | \bold{Q2.EMP_work: }{numeric; median of the workers/jobs} | ^ checkRd: (-1) StatClusterData.Rd:144: Lost braces 144 | \bold{Q3.EMP_work: }{numeric; third quartile of the workers/jobs } | ^ checkRd: (-1) StatClusterData.Rd:146: Lost braces 146 | \bold{Mean.EMP_work: }{numeric; mean value of the workers } | ^ checkRd: (-1) StatClusterData.Rd:148: Lost braces 148 | \bold{Std.EMP_work: }{numeric; standard deviation of the workers } | ^ checkRd: (-1) StatClusterData.Rd:150: Lost braces 150 | \bold{Min.EMP_work: }{numeric; minimum value of the workers } | ^ checkRd: (-1) StatClusterData.Rd:152: Lost braces 152 | \bold{Max.EMP_work: }{numeric; maximum value of the workers } | ^ checkRd: (-1) StatClusterData.Rd:154: Lost braces 154 | \bold{Q1.EMP_live_work: }{numeric; first quartile of the commuters living and working in the same area} | ^ checkRd: (-1) StatClusterData.Rd:156: Lost braces 156 | \bold{Q2.EMP_live_work: }{numeric; median of the commuters living and working in the same area} | ^ checkRd: (-1) StatClusterData.Rd:158: Lost braces 158 | \bold{Q3.EMP_live_work: }{numeric; third quartile of the the commuters living and working in the same area } | ^ checkRd: (-1) StatClusterData.Rd:160: Lost braces 160 | \bold{Min.EMP_live_work: }{numeric; minimum value of the commuters living and working in the same area } | ^ checkRd: (-1) StatClusterData.Rd:162: Lost braces 162 | \bold{Max.EMP_live_work: }{numeric; maximum value of the commuters living and working in the same area } | ^ checkRd: (-1) StatClusterData.Rd:164: Lost braces 164 | \bold{Mean.lma_commuter_percent: }{numeric; mean value of the quantity: (EMP_live-EMP_live_work)+(EMP_work-EMP_live_work)/(2*EMP_live_work) } | ^ checkRd: (-1) StatClusterData.Rd:166: Lost braces 166 | \bold{Std.lma_commuter_percent: }{numeric; standard deviation of the quantity (EMP_live-EMP_live_work)+(EMP_work-EMP_live_work)/(2*EMP_live_work) } | ^ checkRd: (-1) StatClusterData.Rd:168-170: Lost braces 168 | \bold{Mean.Home_Work_Ratio: }{numeric; mean value of the quantity | ^ checkRd: (-1) StatClusterData.Rd:171-173: Lost braces 171 | \bold{Std.Home_Work_Ratio: }{numeric; standard deviation of the quantity | ^ checkRd: (-1) StatClusterData.Rd:175: Lost braces 175 | \bold{Q_modularity: }{numeric; Q_modularity index } | ^ * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/25875570/R-release/732/LabourMarketAreas.Rcheck/00check.log' for details. [1] "2025-12-13 01:47:35 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + unlink(dt.git, recursive=TRUE, force=TRUE) + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } >