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-14 r89168) -- "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-15/deps.csv", task.str = "1229", release = "/scratch/th798/data.table-revdeps/2025-12-15/data.table_release_1.17.8.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-12-15/data.table_master_1.17.99.4f8695fa560beaa7d7d8034ee41fa6146e2998b5.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/25909973/R-devel/1229" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/25909973/R-devel/1229/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "rFIA" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/25909973/R-devel/1229/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-15 00:38:16 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/25909973/R-devel/1229/library' (as 'lib' is unspecified) also installing the dependencies 'scales', 's2', 'units', 'Rcpp', 'xfun', 'yaml', 'ggplot2', 'transformr', 'R2WinBUGS', 'sf', 'knitr', 'rmarkdown', 'gganimate', 'R2jags' trying URL 'http://cloud.r-project.org/src/contrib/scales_1.4.0.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/xfun_0.54.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/ggplot2_4.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/transformr_0.1.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/R2WinBUGS_2.1-23.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/knitr_1.50.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/gganimate_1.0.11.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/R2jags_0.8-9.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rFIA_1.1.2.tar.gz' * installing *source* package 'scales' ... ** this is package 'scales' version '1.4.0' ** package 'scales' successfully unpacked and MD5 sums checked ** using staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (scales) * 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/25909973/R-devel/1229/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 '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/25909973/R-devel/1229/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 '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/25909973/R-devel/1229/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 'R2WinBUGS' ... ** this is package 'R2WinBUGS' version '2.1-23' ** package 'R2WinBUGS' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 (R2WinBUGS) * 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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/cmake/absl/abslTargets.cmake -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/cmake/absl/abslTargets-release.cmake -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/cmake/absl/abslConfig.cmake -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/cmake/absl/abslConfigVersion.cmake -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/clock.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/time.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/civil_time.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/test_util.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/get_current_time_posix.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_libc.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_if.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_posix.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_fixed.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_info.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/tzfile.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/src/time_zone_impl.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/include -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/include/cctz -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/zone_info_source.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/civil_time.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/time_zone.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/cctz/include/cctz/civil_time_detail.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/time/internal/get_current_time_chrono.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/options.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/macros.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/call_once.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/prefetch.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/port.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/optimization.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/attributes.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/nullability.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/thread_annotations.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/policy_checks.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/errno_saver.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/spinlock_win32.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/unaligned_access.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/strerror.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/inline_variable.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/identity.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/unscaledcycleclock.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/pretty_function.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/invoke.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/spinlock_posix.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/per_thread_tls.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/exception_safety_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/scoped_set_env.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/atomic_hook.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/atomic_hook_test_helper.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/tsan_mutex_interface.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/inline_variable_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/cycleclock.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/spinlock_wait.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/prefetch.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/scheduling_mode.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/raw_logging.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/low_level_scheduling.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/sysinfo.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/unscaledcycleclock_config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/fast_type_id.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/low_level_alloc.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/thread_identity.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/exception_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/nullability_impl.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/thread_annotations.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/spinlock_linux.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/spinlock.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/hide_ptr.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/direct_mmap.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/throw_delegate.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/spinlock_akaros.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/dynamic_annotations.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/cycleclock_config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/internal/endian.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/log_severity.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/casts.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/const_init.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/dynamic_annotations.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/gaussian_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/mocking_bit_gen.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/uniform_int_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/seed_sequences.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/bit_gen_ref.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/poisson_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/distributions.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/zipf_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/log_uniform_int_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/seed_gen_exception.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/uniform_real_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/randen_traits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/mock_overload_set.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/iostream_state_saver.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/generate_real.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/fast_uniform_bits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/randen.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/wide_multiply.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/randen_detect.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/pool_urbg.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/randen_engine.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/sequence_urbg.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/nanobenchmark.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/traits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/distribution_caller.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/seed_material.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/nonsecure_base.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/randen_hwaes.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/salted_seed_seq.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/fastmath.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/mock_helpers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/randen_slow.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/uniform_helper.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/distribution_test_util.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/chi_square.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/platform.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/pcg_engine.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/internal/explicit_seed_seq.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/exponential_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/bernoulli_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/random.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/mock_distributions.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/beta_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/random/discrete_distribution.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/crc32c.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/non_temporal_arm_intrinsics.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc32_x86_arm_combined_simd.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/non_temporal_memcpy.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc32c.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc_cord_state.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/cpu_detect.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc32c_inline.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc_internal.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc_memcpy.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/crc/internal/crc.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/symbolize_unimplemented.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/leak_check.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/symbolize_win32.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/symbolize_elf.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/vdso_support.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_win32-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_emscripten-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_x86-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/demangle.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_arm-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/examine_stack.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_riscv-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/elf_mem_image.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_unimplemented-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_generic-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_aarch64-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stacktrace_powerpc-inl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/stack_consumption.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/symbolize.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/internal/address_is_readable.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/stacktrace.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/symbolize_darwin.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/symbolize.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/symbolize_emscripten.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/debugging/failure_signal_handler.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/log_basic_test_impl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/globals.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/log_sink_registry.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/log_sink.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/log_entry.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/absl_check.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/flags.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/log_streamer.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/initialize.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/log.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/absl_log.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/structured.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/scoped_mock_log.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/globals.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/nullguard.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/log_message.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/test_actions.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/log_sink_set.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/append_truncated.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/flags.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/check_impl.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/voidify.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/test_helpers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/nullstream.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/check_op.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/structured.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/log_format.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/strip.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/test_matchers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/conditions.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/proto.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/internal/log_impl.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/die_if_null.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/check_test_impl.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/log/check.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/profiling -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/profiling/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/profiling/internal/exponential_biased.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/profiling/internal/periodic_sampler.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/profiling/internal/sample_recorder.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/memory -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/memory/memory.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/compare.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/bad_any_cast.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/span.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/bad_optional_access.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/variant.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/any.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/transform_args.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/conformance_profile.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/span.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/conformance_testing_helpers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/parentheses.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/variant.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/optional.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/conformance_aliases.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/conformance_archetype.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/internal/conformance_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/optional.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/types/bad_variant_access.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/utility -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/utility/utility.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/utility/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/utility/internal/if_constexpr.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/cord_test_helpers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/numbers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/str_split.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/cord_buffer.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/match.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/charconv.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/str_cat.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/escaping.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/str_format.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/ascii.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/str_replace.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/cord.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/cord_analysis.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/string_view.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/damerau_levenshtein_distance.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_ring.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_functions.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_update_scope.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_update_tracker.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/stringify_sink.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/escaping_test_common.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_flat.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/stl_type_traits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_btree.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/ostringstream.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/pow10_helper.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/utf8.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_handle.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_crc.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_test_util.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/string_constant.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_info.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_btree_navigator.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/escaping.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/charconv_bigint.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_split_internal.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_consume.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/char_map.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/has_absl_stringify.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/charconv_parse.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/memutil.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_statistics.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cordz_sample_token.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/numbers_test_common.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_btree_reader.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_internal.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_data_edge.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/resize_uninitialized.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/extension.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/constexpr_parser.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/arg.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/checker.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/output.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/parser.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/float_conversion.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_format/bind.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/cord_rep_ring_reader.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/internal/str_join_internal.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/substitute.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/cordz_test_helpers.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/strip.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/strings/str_join.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/cleanup -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/cleanup/cleanup.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/cleanup/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/cleanup/internal/cleanup.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/hash.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/hash_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/internal/city.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/internal/spy_hash_state.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/internal/hash.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/internal/low_level_hash.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/hash/internal/hash_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status/status.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status/status_payload_printer.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status/internal/status_internal.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status/internal/statusor_internal.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/status/statusor.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/bits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/int128_no_intrinsic.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/int128.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/int128_have_intrinsic.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/internal/bits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/numeric/internal/representation.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/reflection.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/flag.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/usage.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/parse.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/sequence_lock.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/path_util.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/flag.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/usage.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/parse.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/private_handle_accessor.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/program_name.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/flag_msvc.inc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/commandlineflag.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/internal/registry.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/marshalling.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/commandlineflag.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/usage_config.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/flags/declare.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/algorithm -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/algorithm/container.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/algorithm/algorithm.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/meta -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/meta/type_traits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/barrier.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/mutex.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/notification.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/blocking_counter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/per_thread_sem.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/thread_pool.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/create_thread_identity.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/sem_waiter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/win32_waiter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/stdcpp_waiter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/waiter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/kernel_timeout.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/pthread_waiter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/graphcycles.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/futex_waiter.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/futex.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/synchronization/internal/waiter_base.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/btree_set.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/node_hash_map.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/btree_map.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/node_hash_set.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/btree_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/flat_hash_map.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/raw_hash_map.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_set_modifiers_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/btree_container.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/common.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hash_policy_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_set_constructor_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/compressed_tuple.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_map_members_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/btree.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/container_memory.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hashtable_debug_hooks.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hash_policy_traits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_map_constructor_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/test_instance_tracker.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/tracked.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hashtablez_sampler.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_map_modifiers_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hashtable_debug.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_map_lookup_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/raw_hash_set.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_set_lookup_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/unordered_set_members_test.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/common_policy_traits.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/node_slot_policy.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hash_function_defaults.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/counting_allocator.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/layout.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/hash_generator_testing.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/internal/inlined_vector.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/flat_hash_set.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/fixed_array.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/container/inlined_vector.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/bind_front.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/any_invocable.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/function_ref.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/internal -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/internal/front_binder.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/internal/any_invocable.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/functional/internal/function_ref.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/include/absl/base/options.h -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_atomic_hook.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_errno_saver.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_severity.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_severity.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_nullability.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_raw_logging_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_raw_logging_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_spinlock_wait.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_spinlock_wait.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_config.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_dynamic_annotations.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_core_headers.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_malloc_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_malloc_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_base_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_base.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_base.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_throw_delegate.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_throw_delegate.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_pretty_function.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_endian.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_scoped_set_env.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_scoped_set_env.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_strerror.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_strerror.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_fast_type_id.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_prefetch.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_algorithm.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_algorithm_container.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cleanup_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cleanup.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_btree.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_compressed_tuple.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_fixed_array.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_inlined_vector_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_inlined_vector.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_counting_allocator.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flat_hash_map.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flat_hash_set.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_node_hash_map.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_node_hash_set.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_container_memory.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_hash_function_defaults.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_hash_policy_traits.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_common_policy_traits.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_hashtablez_sampler.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_hashtablez_sampler.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_hashtable_debug.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_hashtable_debug_hooks.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_node_slot_policy.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_raw_hash_map.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_container_common.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_raw_hash_set.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_raw_hash_set.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_layout.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_crc_cpu_detect.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_crc_cpu_detect.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_crc_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_crc_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_crc32c.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_crc32c.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_non_temporal_arm_intrinsics.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_non_temporal_memcpy.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_crc_cord_state.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_crc_cord_state.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_stacktrace.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_stacktrace.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_symbolize.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_symbolize.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_examine_stack.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_examine_stack.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_failure_signal_handler.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_failure_signal_handler.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_debugging_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_debugging_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_demangle_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_demangle_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_leak_check.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_leak_check.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_debugging.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_path_util.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_program_name.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_program_name.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_config.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_config.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_marshalling.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_marshalling.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_commandlineflag_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_commandlineflag_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_commandlineflag.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_commandlineflag.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_private_handle_accessor.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_private_handle_accessor.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_reflection.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_reflection.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_usage_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_usage_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_usage.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_usage.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_flags_parse.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_flags_parse.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_any_invocable.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_bind_front.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_function_ref.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_hash.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_hash.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_city.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_city.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_low_level_hash.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_low_level_hash.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_check_impl.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_check_op.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_check_op.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_conditions.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_conditions.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_config.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_flags.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_format.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_format.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_globals.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_globals.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_log_impl.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_proto.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_proto.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_message.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_message.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_log_sink_set.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_log_sink_set.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_nullguard.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_internal_nullguard.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_nullstream.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_strip.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_voidify.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_append_truncated.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_absl_check.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_absl_log.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_check.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_die_if_null.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_die_if_null.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_flags.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_flags.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_globals.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_globals.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_initialize.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_initialize.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_entry.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_entry.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_sink.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_log_sink.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_sink_registry.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_streamer.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_internal_structured.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_log_structured.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_memory.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_type_traits.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_meta.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_bits.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_int128.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_int128.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_numeric.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_numeric_representation.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_sample_recorder.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_exponential_biased.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_exponential_biased.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_periodic_sampler.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_periodic_sampler.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_random.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_bit_gen_ref.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_mock_helpers.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_distributions.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_distributions.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_seed_gen_exception.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_seed_gen_exception.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_seed_sequences.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_seed_sequences.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_traits.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_distribution_caller.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_fast_uniform_bits.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_seed_material.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_seed_material.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_pool_urbg.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_pool_urbg.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_salted_seed_seq.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_iostream_state_saver.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_generate_real.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_wide_multiply.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_fastmath.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_nonsecure_base.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_pcg_engine.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_engine.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_platform.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_platform.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_randen.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_slow.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_randen_slow.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_hwaes.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_randen_hwaes.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_randen_hwaes_impl.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_randen_hwaes_impl.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_distribution_test_util.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_random_internal_distribution_test_util.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_random_internal_uniform_helper.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_status.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_status.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_statusor.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_statusor.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_string_view.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_string_view.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_strings.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_strings.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_strings_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_strings_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_str_format.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_str_format_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_str_format_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cord_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_cord_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_update_tracker.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_functions.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_cordz_functions.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_statistics.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_handle.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_cordz_handle.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_info.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_cordz_info.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_sample_token.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_cordz_sample_token.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cordz_update_scope.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_cord.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_cord.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_graphcycles_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_graphcycles_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_kernel_timeout_internal.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_kernel_timeout_internal.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_synchronization.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_synchronization.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_time.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_time.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_civil_time.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_civil_time.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_time_zone.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_time_zone.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_any.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_bad_any_cast.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_bad_any_cast_impl.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_bad_any_cast_impl.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_span.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_optional.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_bad_optional_access.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_bad_optional_access.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_bad_variant_access.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/libabsl_bad_variant_access.a -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_variant.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_compare.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/dist/lib64/pkgconfig/absl_utility.pc -- Installing: /tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/s2/tools/pkgconfig Testing Abseil configuration using PKG_CFLAGS=-I/tmp/th798/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/library/Rcpp/include/RcppCommon.h:30, from /tmp/th798/25909973/R-devel/1229/library/Rcpp/include/Rcpp.h:27, from geography.h:5, from s2-constructors-formatters.cpp:9: /tmp/th798/25909973/R-devel/1229/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/25909973/R-devel/1229/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/RtmpLFiZx2/R.INSTALL302285594d495b/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/25909973/R-devel/1229/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/25909973/R-devel/1229/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/25909973/R-devel/1229/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/25909973/R-devel/1229/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/25909973/R-devel/1229/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 'ggplot2' ... ** this is package 'ggplot2' version '4.0.1' ** package 'ggplot2' 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 ** 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 (ggplot2) * 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 'R2jags' ... ** this is package 'R2jags' version '0.8-9' ** package 'R2jags' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'traceplot' in package 'R2jags' ** 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 (R2jags) ERROR: dependency 's2' is not available for package 'sf' Perhaps try a variation of: install.packages('s2') * removing '/tmp/th798/25909973/R-devel/1229/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) ERROR: dependency 'sf' is not available for package 'transformr' Perhaps try a variation of: install.packages('sf') * removing '/tmp/th798/25909973/R-devel/1229/library/transformr' ERROR: dependency 'sf' is not available for package 'rFIA' Perhaps try a variation of: install.packages('sf') * removing '/tmp/th798/25909973/R-devel/1229/library/rFIA' ERROR: dependency 'transformr' is not available for package 'gganimate' Perhaps try a variation of: install.packages('transformr') * removing '/tmp/th798/25909973/R-devel/1229/library/gganimate' The downloaded source packages are in '/tmp/th798/25909973/RtmpQWDDeZ/downloaded_packages' Warning messages: 1: In install.packages(rev.dep, dep = TRUE) : installation of package 's2' had non-zero exit status 2: In install.packages(rev.dep, dep = TRUE) : installation of package 'sf' had non-zero exit status 3: In install.packages(rev.dep, dep = TRUE) : installation of package 'transformr' had non-zero exit status 4: In install.packages(rev.dep, dep = TRUE) : installation of package 'rFIA' had non-zero exit status 5: In install.packages(rev.dep, dep = TRUE) : installation of package 'gganimate' had non-zero exit status > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 458.107 55.470 528.678 > print(Sys.time()) [1] "2025-12-15 00:47:05 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-15 00:47:05 MST" Installing package into '/tmp/th798/25909973/R-devel/1229/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/25909973/R-devel/1229/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-15 00:47:28 MST" * using log directory '/tmp/th798/25909973/R-devel/1229/rFIA.Rcheck' * using R Under development (unstable) (2025-12-14 r89168) * 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 'rFIA/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rFIA' version '1.1.2' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR Package required but not available: 'sf' Package suggested but not available for checking: 'gganimate' See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. * DONE Status: 1 ERROR See '/tmp/th798/25909973/R-devel/1229/rFIA.Rcheck/00check.log' for details. [1] "2025-12-15 00:47:32 MST" [1] "2025-12-15 00:47:32 MST" Installing package into '/tmp/th798/25909973/R-devel/1229/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/25909973/R-devel/1229/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-15 00:47:58 MST" * using log directory '/tmp/th798/25909973/R-devel/1229/rFIA.Rcheck' * using R Under development (unstable) (2025-12-14 r89168) * 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 'rFIA/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rFIA' version '1.1.2' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... ERROR Package required but not available: 'sf' Package suggested but not available for checking: 'gganimate' See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. * DONE Status: 1 ERROR See '/tmp/th798/25909973/R-devel/1229/rFIA.Rcheck/00check.log' for details. [1] "2025-12-15 00:48:03 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-15/deps.csv", task.str = "1229", release = "/scratch/th798/data.table-revdeps/2025-12-15/data.table_release_1.17.8.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-12-15/data.table_master_1.17.99.4f8695fa560beaa7d7d8034ee41fa6146e2998b5.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/25909973/R-release/1229" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/25909973/R-release/1229/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "rFIA" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/25909973/R-release/1229/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-15 00:48:09 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/25909973/R-release/1229/library' (as 'lib' is unspecified) also installing the dependencies 'gtable', 'S7', 'scales', 'ggplot2', 'transformr', 'R2WinBUGS', 'gganimate', 'R2jags' trying URL 'http://cloud.r-project.org/src/contrib/gtable_0.3.6.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/S7_0.2.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/scales_1.4.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/ggplot2_4.0.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/transformr_0.1.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/R2WinBUGS_2.1-23.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/gganimate_1.0.11.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/R2jags_0.8-9.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rFIA_1.1.2.tar.gz' * installing *source* package 'gtable' ... ** this is package 'gtable' version '0.3.6' ** package 'gtable' 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 (gtable) * installing *source* package 'S7' ... ** this is package 'S7' version '0.2.1' ** package 'S7' 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 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 method-dispatch.c -o method-dispatch.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 prop.c -o prop.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 S7.so init.o method-dispatch.o prop.o installing to /tmp/th798/25909973/R-release/1229/library/00LOCK-S7/00new/S7/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (S7) * installing *source* package 'scales' ... ** this is package 'scales' version '1.4.0' ** package 'scales' successfully unpacked and MD5 sums checked ** using staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (scales) * installing *source* package 'transformr' ... ** this is package 'transformr' version '0.1.5' ** package 'transformr' 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'/projects/genomic-ml/R/R-release/library/cpp11/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 align_rings.cpp -o align_rings.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/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 cpp11.cpp -o cpp11.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/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 fill_down.cpp -o fill_down.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/cpp11/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 sf_packing.cpp -o sf_packing.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 transformr.so align_rings.o cpp11.o fill_down.o sf_packing.o installing to /tmp/th798/25909973/R-release/1229/library/00LOCK-transformr/00new/transformr/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (transformr) * installing *source* package 'R2WinBUGS' ... ** this is package 'R2WinBUGS' version '2.1-23' ** package 'R2WinBUGS' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 (R2WinBUGS) * installing *source* package 'ggplot2' ... ** this is package 'ggplot2' version '4.0.1' ** package 'ggplot2' 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 ** 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 (ggplot2) * installing *source* package 'R2jags' ... ** this is package 'R2jags' version '0.8-9' ** package 'R2jags' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'traceplot' in package 'R2jags' ** 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 (R2jags) * installing *source* package 'gganimate' ... ** this is package 'gganimate' version '1.0.11' ** package 'gganimate' 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 (gganimate) * installing *source* package 'rFIA' ... ** this is package 'rFIA' version '1.1.2' ** package 'rFIA' successfully unpacked and MD5 sums checked ** using staged installation ** R Warning in load(srcFile, e) : strings not representable in native encoding will be translated to UTF-8 ** 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 (rFIA) The downloaded source packages are in '/tmp/th798/25909973/RtmpgjhOeS/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 117.251 5.984 127.170 > print(Sys.time()) [1] "2025-12-15 00:50:16 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-15 00:50:16 MST" Installing package into '/tmp/th798/25909973/R-release/1229/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/25909973/R-release/1229/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-15 00:50:39 MST" * using log directory '/tmp/th798/25909973/R-release/1229/rFIA.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 'rFIA/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rFIA' version '1.1.2' * package encoding: UTF-8 * 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 'rFIA' can be installed ... OK * checking installed package size ... INFO installed size is 7.4Mb sub-directories of 1Mb or more: R 1.4Mb data 4.9Mb help 1.1Mb * checking package 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 whether startup messages can be suppressed ... 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 ... OK * 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 examples ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-12-15 00:53:11 MST" [1] "2025-12-15 00:53:11 MST" Installing package into '/tmp/th798/25909973/R-release/1229/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/25909973/R-release/1229/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-15 00:53:36 MST" * using log directory '/tmp/th798/25909973/R-release/1229/rFIA.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 'rFIA/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rFIA' version '1.1.2' * package encoding: UTF-8 * 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 'rFIA' can be installed ... OK * checking installed package size ... INFO installed size is 7.4Mb sub-directories of 1Mb or more: R 1.4Mb data 4.9Mb help 1.1Mb * checking package 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 whether startup messages can be suppressed ... 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 ... OK * 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 examples ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-12-15 00:56:07 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) + } >