Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-03-29 r88074) -- "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-03-30/deps.csv", task.str = "306", release = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16189343/R-devel/306" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16189343/R-devel/306/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "dateutils" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16189343/R-devel/306/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-03-30 01:01:13 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16189343/R-devel/306/library' (as 'lib' is unspecified) also installing the dependencies 'x13binary', 'seasonal' trying URL 'http://cloud.r-project.org/src/contrib/x13binary_1.1.61.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/seasonal_1.10.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/dateutils_0.1.5.tar.gz' * installing *source* package 'x13binary' ... ** this is package 'x13binary' version '1.1.61' ** package 'x13binary' successfully unpacked and MD5 sums checked ** using staged installation ** libs FC="/packages/gcc/12.2.0-nnbserq/bin/gfortran" LINKER="/packages/gcc/12.2.0-nnbserq/bin/gfortran" make --directory=../tools/x13as_html -f makefile.gf x13ashtml make[1]: Entering directory '/tmp/th798/16189343/RtmpdfemVB/R.INSTALL995541ea0a815/x13binary/tools/x13as_html' /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o aaamain.o aaamain.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o abend.o abend.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o acf.o acf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o acfar.o acfar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o acfdgn.o acfdgn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o acfhdr.o acfhdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addadj.o addadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addate.o addate.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addeas.o addeas.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addfix.o addfix.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addlom.o addlom.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addmat.o addmat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addmul.o addmul.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addotl.o addotl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addsef.o addsef.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addsub.o addsub.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addtd.o addtd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o addusr.o addusr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adestr.o adestr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adjreg.o adjreg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adjsrs.o adjsrs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adlabr.o adlabr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adotss.o adotss.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adpdrg.o adpdrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adrgef.o adrgef.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adrgim.o adrgim.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adsncs.o adsncs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o adthnk.o adthnk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o aggmea.o aggmea.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o agr.o agr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o agr1.o agr1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o agr2.o agr2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o agr3.o agr3.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o agr3s.o agr3s.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o agrxpt.o agrxpt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o altundovrtst.o altundovrtst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o amdest.o amdest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o amdfct.o amdfct.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o amdid.o amdid.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o amdid2.o amdid2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o amdprt.o amdprt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o amidot.o amidot.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o analts.o analts.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub1.o ansub1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub10.o ansub10.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub11.o ansub11.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub2.o ansub2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub3.o ansub3.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub4.o ansub4.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub5.o ansub5.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub7.o ansub7.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub8.o ansub8.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ansub9.o ansub9.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o antilg.o antilg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o apply.o apply.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ar30rg.o ar30rg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o arfit.o arfit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o arflt.o arflt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o arima.o arima.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o armacr.o armacr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o armafl.o armafl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o armats.o armats.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o arspc.o arspc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o autoer.o autoer.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o automd.o automd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o automx.o automx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o avedur.o avedur.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o aver.o aver.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o averag.o averag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bakusr.o bakusr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bench.o bench.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bestmd.o bestmd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bkdfmd.o bkdfmd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bldcov.o bldcov.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o blddif.o blddif.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bstget.o bstget.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o bstmdl.o bstmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o btrit.o btrit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o calcqs.o calcqs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o calcqs2.o calcqs2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o calcsc.o calcsc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ceilng.o ceilng.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o change.o change.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chisq.o chisq.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chitst.o chitst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkadj.o chkadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkchi.o chkchi.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkcvr.o chkcvr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkeas.o chkeas.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkmu.o chkmu.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkorv.o chkorv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkrt1.o chkrt1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkrt2.o chkrt2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkrts.o chkrts.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chksmd.o chksmd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chktrn.o chktrn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkuhg.o chkuhg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkurt.o chkurt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chkzro.o chkzro.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chrt.o chrt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chsppf.o chsppf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chusrg.o chusrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o clrotl.o clrotl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o clsgrp.o clsgrp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cmpchi.o cmpchi.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cmpstr.o cmpstr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cncrnt.o cncrnt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cnvfil.o cnvfil.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cnvfmt.o cnvfmt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cnvmdl.o cnvmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o coladd.o coladd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o combft.o combft.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o compb.o compb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o compcrodiag.o compcrodiag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o compdiag.o compdiag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o complagdiag.o complagdiag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o compmse.o compmse.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o compmsealt.o compmsealt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o component.o component.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o comprevs.o comprevs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o constant.o constant.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o copy.o copy.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o copycl.o copycl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o copylg.o copylg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cormtx.o cormtx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cornom.o cornom.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o corplt.o corplt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o covar.o covar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cpyint.o cpyint.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cpymat.o cpymat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o crosco.o crosco.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ctod.o ctod.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ctodat.o ctodat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ctoi.o ctoi.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cumnor.o cumnor.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cvcmma.o cvcmma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cvdttm.o cvdttm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o cvrerr.o cvrerr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o daxpy.o daxpy.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dcopy.o dcopy.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ddot.o ddot.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o decibl.o decibl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o delstr.o delstr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o deltst.o deltst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o desreg.o desreg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o devlpl.o devlpl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dfdate.o dfdate.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dgefa.o dgefa.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dgesl.o dgesl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o difflt.o difflt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dinvnr.o dinvnr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o divgud.o divgud.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o divsub.o divsub.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dlrgef.o dlrgef.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dlrgrw.o dlrgrw.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dlusrg.o dlusrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dot.o dot.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dpeq.o dpeq.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dpmpar.o dpmpar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dppdi.o dppdi.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dppfa.o dppfa.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dppsl.o dppsl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dsarma.o dsarma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dscal.o dscal.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dsolve.o dsolve.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o dtoc.o dtoc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o easaic.o easaic.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o easter.o easter.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o editor.o editor.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o eltfcn.o eltfcn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o eltlen.o eltlen.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o emcomp.o emcomp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ends.o ends.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o endsf.o endsf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o enorm.o enorm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o entsch.o entsch.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o errhdr.o errhdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o estrmu.o estrmu.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o euclid.o euclid.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o exctma.o exctma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o extend.o extend.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o extsgnl.o extsgnl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o f3cal.o f3cal.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o f3gen.o f3gen.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fclose.o fclose.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fcnar.o fcnar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fcstxy.o fcstxy.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fdjac2.o fdjac2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fgen.o fgen.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fis.o fis.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fopen.o fopen.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o forcst.o forcst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fouger.o fouger.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fstop.o fstop.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ftest.o ftest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fvalue.o fvalue.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o fxshfr.o fxshfr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gauss.o gauss.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gendff.o gendff.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genfoot.o genfoot.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genfor.o genfor.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genindex.o genindex.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genqs.o genqs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genrtt.o genrtt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genskip.o genskip.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o genssm.o genssm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getadj.o getadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getchk.o getchk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getchr.o getchr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getcmp.o getcmp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getdat.o getdat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getdbl.o getdbl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getdes.o getdes.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getdiag.o getdiag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getfcn.o getfcn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getfrc.o getfrc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getgr.o getgr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getid.o getid.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getidm.o getidm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getint.o getint.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getivc.o getivc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getmdl.o getmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getmtd.o getmtd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getopr.o getopr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getprt.o getprt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getreg.o getreg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getrev.o getrev.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getrevdec.o getrevdec.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getsav.o getsav.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getsma.o getsma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getsmat.o getsmat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getsrs.o getsrs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getssp.o getssp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getstr.o getstr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getsvec.o getsvec.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getsvl.o getsvl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gettpltz.o gettpltz.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gettr.o gettr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gettrc.o gettrc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getttl.o getttl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getx11.o getx11.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getxop.o getxop.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o getxtd.o getxtd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o glbshk.o glbshk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gnfcrv.o gnfcrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o grzlst.o grzlst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o grzmth.o grzmth.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o grzmyr.o grzmyr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtarg.o gtarg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtarma.o gtarma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtauto.o gtauto.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtautx.o gtautx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtdcnm.o gtdcnm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtdcvc.o gtdcvc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtdpvc.o gtdpvc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtdtvc.o gtdtvc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtedit.o gtedit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtestm.o gtestm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtfcst.o gtfcst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtfldt.o gtfldt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtfrcm.o gtfrcm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtfree.o gtfree.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtinpt.o gtinpt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtinvl.o gtinvl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtmdfl.o gtmdfl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtmtdt.o gtmtdt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtmtfl.o gtmtfl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtnmvc.o gtnmvc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtotlr.o gtotlr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtpdrg.o gtpdrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtrgdt.o gtrgdt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtrgpt.o gtrgpt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtrgvl.o gtrgvl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtrvst.o gtrvst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtseat.o gtseat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtspec.o gtspec.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gttrmo.o gttrmo.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtwacf.o gtwacf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtx11d.o gtx11d.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtx12s.o gtx12s.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gtxreg.o gtxreg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o hender.o hender.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o hinge.o hinge.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o hist.o hist.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o histx.o histx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o hndend.o hndend.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o hndtrn.o hndtrn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o holday.o holday.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o holidy.o holidy.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o hrest.o hrest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o htmlfortable.o htmlfortable.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o htmlout.o htmlout.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o htmlutil.o htmlutil.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o idamax.o idamax.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o iddiff.o iddiff.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o idmdl.o idmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o idotlr.o idotlr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o idpeak.o idpeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o inbtwn.o inbtwn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o indx.o indx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o initdg.o initdg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o initst.o initst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o inpter.o inpter.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o insdbl.o insdbl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o insint.o insint.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o inslg.o inslg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o insopr.o insopr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o insort.o insort.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o insptr.o insptr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o insstr.o insstr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o intfmt.o intfmt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o intgpg.o intgpg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o intinp.o intinp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o intlst.o intlst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o intrpp.o intrpp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o intsrt.o intsrt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o invfcn.o invfcn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o invmat.o invmat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ipmpar.o ipmpar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o iscrfn.o iscrfn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o isdate.o isdate.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o isfals.o isfals.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o isfixd.o isfixd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ispeak.o ispeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ispos.o ispos.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o issame.o issame.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o istrue.o istrue.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o itoc.o itoc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o itrerr.o itrerr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o kfcn.o kfcn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o kwtest.o kwtest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lassol.o lassol.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lendp.o lendp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lex.o lex.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lgnrmc.o lgnrmc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lkshnk.o lkshnk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lmdif.o lmdif.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lmpar.o lmpar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o loadxr.o loadxr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o locshk.o locshk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o logar.o logar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o logdet.o logdet.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lomaic.o lomaic.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o lstpth.o lstpth.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o makadj.o makadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o makotl.o makotl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o makttl.o makttl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o map.o map.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o matrix.o matrix.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o maxidx.o maxidx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o maxlag.o maxlag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o maxvec.o maxvec.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdlchk.o mdlchk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdlfix.o mdlfix.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdlinp.o mdlinp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdlint.o mdlint.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdlmch.o mdlmch.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdlset.o mdlset.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mdssln.o mdssln.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o meancra.o meancra.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o medabs.o medabs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mflag.o mflag.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o minim2.o minim2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkback.o mkback.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkealb.o mkealb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkfreq.o mkfreq.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mklnlb.o mklnlb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkmdsn.o mkmdsn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkmdsx.o mkmdsx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkmetahtmlfile.o mkmetahtmlfile.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkoprt.o mkoprt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkotky.o mkotky.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkpeak.o mkpeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkshdr.o mkshdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkspky.o mkspky.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mksplb.o mksplb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkssky.o mkssky.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkstlb.o mkstlb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mkspst.o mkspst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mktdlb.o mktdlb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mlist.o mlist.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mltpos.o mltpos.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o month.o month.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mstest.o mstest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mulmat.o mulmat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mulqmat.o mulqmat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mulref.o mulref.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mulsca.o mulsca.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mult.o mult.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mult0.o mult0.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mult1.o mult1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mult2.o mult2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o mxpeak.o mxpeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o nblank.o nblank.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o newest.o newest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o nextk.o nextk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o nmlmdl.o nmlmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o nofcst.o nofcst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o nrmtst.o nrmtst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o numaff.o numaff.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o numfmt.o numfmt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o olsreg.o olsreg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o opnfil.o opnfil.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o otsort.o otsort.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o outchr.o outchr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pacf.o pacf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pass0.o pass0.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pass2.o pass2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pctrit.o pctrit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o phasegain.o phasegain.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o polyml.o polyml.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o polynom.o polynom.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ppnd.o ppnd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pracf2.o pracf2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prafce.o prafce.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pragr2.o pragr2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prfcrv.o prfcrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o pritd.o pritd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prlkhd.o prlkhd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o procflts.o procflts.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prothd.o prothd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prprad.o prprad.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prrvob.o prrvob.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prshd2.o prshd2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtacf.o prtacf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtadj.o prtadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtagr.o prtagr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtamd.o prtamd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtchi.o prtchi.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtcol.o prtcol.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtd8b.o prtd8b.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtd9a.o prtd9a.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtdtb.o prtdtb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtdwr.o prtdwr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prterr.o prterr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prterx.o prterx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtf2.o prtf2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtf2w.o prtf2w.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtfct.o prtfct.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtft.o prtft.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtitr.o prtitr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtlog.o prtlog.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtmdl.o prtmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtmsp.o prtmsp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtmsr.o prtmsr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtmtx.o prtmtx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtnfn.o prtnfn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtopt.o prtopt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtref.o prtref.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtrev.o prtrev.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtrts.o prtrts.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtrv2.o prtrv2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtshd.o prtshd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prttbl.o prttbl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prttbl1.o prttbl1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prttd.o prttd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prttrn.o prttrn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtxrg.o prtxrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o punch.o punch.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o putbak.o putbak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o putrev.o putrev.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o putstr.o putstr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qcmmnt.o qcmmnt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qcontr.o qcontr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qdoble.o qdoble.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qintgr.o qintgr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qmap.o qmap.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qmap2.o qmap2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qname.o qname.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qquote.o qquote.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qrfac.o qrfac.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qrsolv.o qrsolv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qsdiff.o qsdiff.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o qtoken.o qtoken.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o quad.o quad.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o quadit.o quadit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o quadsd.o quadsd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ratneg.o ratneg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ratpos.o ratpos.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rdotlr.o rdotlr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rdotls.o rdotls.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rdregm.o rdregm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o realit.o realit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o regfix.o regfix.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o reglbl.o reglbl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o regvar.o regvar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o regx11.o regx11.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o replac.o replac.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o replyf.o replyf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o resid.o resid.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o resid2.o resid2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o restor.o restor.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o revchk.o revchk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o revdrv.o revdrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o revhdr.o revhdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o revrse.o revrse.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rgarma.o rgarma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rgtdhl.o rgtdhl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rho2.o rho2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmatot.o rmatot.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmfix.o rmfix.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmlnvr.o rmlnvr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmlpyr.o rmlpyr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmotrv.o rmotrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmotss.o rmotss.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmpadj.o rmpadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rmtadj.o rmtadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rndsa.o rndsa.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rngbuf.o rngbuf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o roots.o roots.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o round.o round.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rplus.o rplus.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rpoly.o rpoly.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rv2ss.o rv2ss.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rvfixd.o rvfixd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rvrghd.o rvrghd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sautco.o sautco.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savacf.o savacf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savchi.o savchi.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savd8b.o savd8b.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savitr.o savitr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savmdc.o savmdc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savmdl.o savmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savmtx.o savmtx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savotl.o savotl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savpk.o savpk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savspp.o savspp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savstp.o savstp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savtbl.o savtbl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savwkf.o savwkf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sceast.o sceast.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o scrmlt.o scrmlt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sdev.o sdev.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sdxtrm.o sdxtrm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o seatad.o seatad.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o seatdg.o seatdg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o seatfc.o seatfc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o seatpr.o seatpr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o serates.o serates.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setadj.o setadj.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setamx.o setamx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setapt.o setapt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setchr.o setchr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setcv.o setcv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setcvl.o setcvl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setdp.o setdp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setint.o setint.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setlg.o setlg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setmdl.o setmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setmv.o setmv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setopr.o setopr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setpt.o setpt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setrvp.o setrvp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setspn.o setspn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setssp.o setssp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setup.o setup.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setwrt.o setwrt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o setxpt.o setxpt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sfmax.o sfmax.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sfmsr.o sfmsr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sftest.o sftest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o shlsrt.o shlsrt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o shrink.o shrink.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o si.o si.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sicp2.o sicp2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sigex.o sigex.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sigsub.o sigsub.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o simul.o simul.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o skparg.o skparg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o skparm.o skparm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o skpfcn.o skpfcn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o skplst.o skplst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o smeadl.o smeadl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o smpeak.o smpeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o snrasp.o snrasp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o spcdrv.o spcdrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o spcrsd.o spcrsd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o special.o special.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o specpeak.o specpeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o spectrum.o spectrum.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o spgrh.o spgrh.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o spgrh2.o spgrh2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o spmpar.o spmpar.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ss2rv.o ss2rv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssap.o ssap.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssfnot.o ssfnot.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssftst.o ssftst.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sshist.o sshist.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssmdl.o ssmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssort.o ssort.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sspdrv.o sspdrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssphdr.o ssphdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssprep.o ssprep.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssrit.o ssrit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssrng.o ssrng.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssx11a.o ssx11a.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ssxmdl.o ssxmdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o stpitr.o stpitr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o strinx.o strinx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o strtvl.o strtvl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o stvaln.o stvaln.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o subset.o subset.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sumf.o sumf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sumry.o sumry.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o sumsqr.o sumsqr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svaict.o svaict.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svamcm.o svamcm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svchsd.o svchsd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svdttm.o svdttm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svf2f3.o svf2f3.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svflt.o svflt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svfltd.o svfltd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svfnrg.o svfnrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svfreq.o svfreq.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svolit.o svolit.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svoudg.o svoudg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svpeak.o svpeak.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svrgcm.o svrgcm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svrvhd.o svrvhd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svspan.o svspan.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o table.o table.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o taper.o taper.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tblhdr.o tblhdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o td6var.o td6var.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o td7var.o td7var.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tdaic.o tdaic.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tdftest.o tdftest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tdlom.o tdlom.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tdset.o tdset.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tdxtrm.o tdxtrm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o templs.o templs.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tfmts.o tfmts.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tfmts3.o tfmts3.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o totals.o totals.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o transc.o transc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o trbias.o trbias.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o trnaic.o trnaic.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o trnfcn.o trnfcn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tstdrv.o tstdrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tstmd1.o tstmd1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o tstmd2.o tstmd2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o ttest.o ttest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o uconv.o uconv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o upespm.o upespm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o usraic.o usraic.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o value.o value.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o varian.o varian.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o varlog.o varlog.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o vars.o vars.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o vsfa.o vsfa.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o vsfb.o vsfb.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o vsfc.o vsfc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o vtc.o vtc.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o vtest.o vtest.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o weight.o weight.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o whitsp.o whitsp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o writln.o writln.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o wrtdat.o wrtdat.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o wrtmss.o wrtmss.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o wrtotl.o wrtotl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o wrttb2.o wrttb2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o wrttbl.o wrttbl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o wtxtrm.o wtxtrm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11aic.o x11aic.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11ari.o x11ari.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11int.o x11int.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11mdl.o x11mdl.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11plt.o x11plt.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11pt1.o x11pt1.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11pt2.o x11pt2.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11pt3.o x11pt3.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11pt4.o x11pt4.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x11ref.o x11ref.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x12hdr.o x12hdr.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o x12run.o x12run.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xchng.o xchng.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xpand.o xpand.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xprmx.o xprmx.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xrgdiv.o xrgdiv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xrgdrv.o xrgdrv.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xrghol.o xrghol.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xrgtrn.o xrgtrn.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xrlkhd.o xrlkhd.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o xtrm.o xtrm.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o yprmy.o yprmy.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o yrly.o yrly.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rvarma.o rvarma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o rvtdrg.o rvtdrg.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prtukp.o prtukp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o svtukp.o svtukp.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o savtpk.o savtpk.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o m2q.o m2q.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o chqsea.o chqsea.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o npsa.o npsa.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o gennpsa.o gennpsa.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o prarma.o prarma.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -c -o testodf.o testodf.f /packages/gcc/12.2.0-nnbserq/bin/gfortran -o x13ashtml aaamain.o abend.o acf.o acfar.o acfdgn.o acfhdr.o addadj.o addate.o addeas.o addfix.o addlom.o addmat.o addmul.o addotl.o addsef.o addsub.o addtd.o addusr.o adestr.o adjreg.o adjsrs.o adlabr.o adotss.o adpdrg.o adrgef.o adrgim.o adsncs.o adthnk.o aggmea.o agr.o agr1.o agr2.o agr3.o agr3s.o agrxpt.o altundovrtst.o amdest.o amdfct.o amdid.o amdid2.o amdprt.o amidot.o analts.o ansub1.o ansub10.o ansub11.o ansub2.o ansub3.o ansub4.o ansub5.o ansub7.o ansub8.o ansub9.o antilg.o apply.o ar30rg.o arfit.o arflt.o arima.o armacr.o armafl.o armats.o arspc.o autoer.o automd.o automx.o avedur.o aver.o averag.o bakusr.o bench.o bestmd.o bkdfmd.o bldcov.o blddif.o bstget.o bstmdl.o btrit.o calcqs.o calcqs2.o calcsc.o ceilng.o change.o chisq.o chitst.o chkadj.o chkchi.o chkcvr.o chkeas.o chkmu.o chkorv.o chkrt1.o chkrt2.o chkrts.o chksmd.o chktrn.o chkuhg.o chkurt.o chkzro.o chrt.o chsppf.o chusrg.o clrotl.o clsgrp.o cmpchi.o cmpstr.o cncrnt.o cnvfil.o cnvfmt.o cnvmdl.o coladd.o combft.o compb.o compcrodiag.o compdiag.o complagdiag.o compmse.o compmsealt.o component.o comprevs.o constant.o copy.o copycl.o copylg.o cormtx.o cornom.o corplt.o covar.o cpyint.o cpymat.o crosco.o ctod.o ctodat.o ctoi.o cumnor.o cvcmma.o cvdttm.o cvrerr.o daxpy.o dcopy.o ddot.o decibl.o delstr.o deltst.o desreg.o devlpl.o dfdate.o dgefa.o dgesl.o difflt.o dinvnr.o divgud.o divsub.o dlrgef.o dlrgrw.o dlusrg.o dot.o dpeq.o dpmpar.o dppdi.o dppfa.o dppsl.o dsarma.o dscal.o dsolve.o dtoc.o easaic.o easter.o editor.o eltfcn.o eltlen.o emcomp.o ends.o endsf.o enorm.o entsch.o errhdr.o estrmu.o euclid.o exctma.o extend.o extsgnl.o f3cal.o f3gen.o fclose.o fcnar.o fcstxy.o fdjac2.o fgen.o fis.o fopen.o forcst.o fouger.o fstop.o ftest.o fvalue.o fxshfr.o gauss.o gendff.o genfoot.o genfor.o genindex.o genqs.o genrtt.o genskip.o genssm.o getadj.o getchk.o getchr.o getcmp.o getdat.o getdbl.o getdes.o getdiag.o getfcn.o getfrc.o getgr.o getid.o getidm.o getint.o getivc.o getmdl.o getmtd.o getopr.o getprt.o getreg.o getrev.o getrevdec.o getsav.o getsma.o getsmat.o getsrs.o getssp.o getstr.o getsvec.o getsvl.o gettpltz.o gettr.o gettrc.o getttl.o getx11.o getxop.o getxtd.o glbshk.o gnfcrv.o grzlst.o grzmth.o grzmyr.o gtarg.o gtarma.o gtauto.o gtautx.o gtdcnm.o gtdcvc.o gtdpvc.o gtdtvc.o gtedit.o gtestm.o gtfcst.o gtfldt.o gtfrcm.o gtfree.o gtinpt.o gtinvl.o gtmdfl.o gtmtdt.o gtmtfl.o gtnmvc.o gtotlr.o gtpdrg.o gtrgdt.o gtrgpt.o gtrgvl.o gtrvst.o gtseat.o gtspec.o gttrmo.o gtwacf.o gtx11d.o gtx12s.o gtxreg.o hender.o hinge.o hist.o histx.o hndend.o hndtrn.o holday.o holidy.o hrest.o htmlfortable.o htmlout.o htmlutil.o idamax.o iddiff.o idmdl.o idotlr.o idpeak.o inbtwn.o indx.o initdg.o initst.o inpter.o insdbl.o insint.o inslg.o insopr.o insort.o insptr.o insstr.o intfmt.o intgpg.o intinp.o intlst.o intrpp.o intsrt.o invfcn.o invmat.o ipmpar.o iscrfn.o isdate.o isfals.o isfixd.o ispeak.o ispos.o issame.o istrue.o itoc.o itrerr.o kfcn.o kwtest.o lassol.o lendp.o lex.o lgnrmc.o lkshnk.o lmdif.o lmpar.o loadxr.o locshk.o logar.o logdet.o lomaic.o lstpth.o makadj.o makotl.o makttl.o map.o matrix.o maxidx.o maxlag.o maxvec.o mdlchk.o mdlfix.o mdlinp.o mdlint.o mdlmch.o mdlset.o mdssln.o meancra.o medabs.o mflag.o minim2.o mkback.o mkealb.o mkfreq.o mklnlb.o mkmdsn.o mkmdsx.o mkmetahtmlfile.o mkoprt.o mkotky.o mkpeak.o mkshdr.o mkspky.o mksplb.o mkssky.o mkstlb.o mkspst.o mktdlb.o mlist.o mltpos.o month.o mstest.o mulmat.o mulqmat.o mulref.o mulsca.o mult.o mult0.o mult1.o mult2.o mxpeak.o nblank.o newest.o nextk.o nmlmdl.o nofcst.o nrmtst.o numaff.o numfmt.o olsreg.o opnfil.o otsort.o outchr.o pacf.o pass0.o pass2.o pctrit.o phasegain.o polyml.o polynom.o ppnd.o pracf2.o prafce.o pragr2.o prfcrv.o pritd.o prlkhd.o procflts.o prothd.o prprad.o prrvob.o prshd2.o prtacf.o prtadj.o prtagr.o prtamd.o prtchi.o prtcol.o prtd8b.o prtd9a.o prtdtb.o prtdwr.o prterr.o prterx.o prtf2.o prtf2w.o prtfct.o prtft.o prtitr.o prtlog.o prtmdl.o prtmsp.o prtmsr.o prtmtx.o prtnfn.o prtopt.o prtref.o prtrev.o prtrts.o prtrv2.o prtshd.o prttbl.o prttbl1.o prttd.o prttrn.o prtxrg.o punch.o putbak.o putrev.o putstr.o qcmmnt.o qcontr.o qdoble.o qintgr.o qmap.o qmap2.o qname.o qquote.o qrfac.o qrsolv.o qsdiff.o qtoken.o quad.o quadit.o quadsd.o ratneg.o ratpos.o rdotlr.o rdotls.o rdregm.o realit.o regfix.o reglbl.o regvar.o regx11.o replac.o replyf.o resid.o resid2.o restor.o revchk.o revdrv.o revhdr.o revrse.o rgarma.o rgtdhl.o rho2.o rmatot.o rmfix.o rmlnvr.o rmlpyr.o rmotrv.o rmotss.o rmpadj.o rmtadj.o rndsa.o rngbuf.o roots.o round.o rplus.o rpoly.o rv2ss.o rvfixd.o rvrghd.o sautco.o savacf.o savchi.o savd8b.o savitr.o savmdc.o savmdl.o savmtx.o savotl.o savpk.o savspp.o savstp.o savtbl.o savwkf.o sceast.o scrmlt.o sdev.o sdxtrm.o seatad.o seatdg.o seatfc.o seatpr.o serates.o setadj.o setamx.o setapt.o setchr.o setcv.o setcvl.o setdp.o setint.o setlg.o setmdl.o setmv.o setopr.o setpt.o setrvp.o setspn.o setssp.o setup.o setwrt.o setxpt.o sfmax.o sfmsr.o sftest.o shlsrt.o shrink.o si.o sicp2.o sigex.o sigsub.o simul.o skparg.o skparm.o skpfcn.o skplst.o smeadl.o smpeak.o snrasp.o spcdrv.o spcrsd.o special.o specpeak.o spectrum.o spgrh.o spgrh2.o spmpar.o ss2rv.o ssap.o ssfnot.o ssftst.o sshist.o ssmdl.o ssort.o sspdrv.o ssphdr.o ssprep.o ssrit.o ssrng.o ssx11a.o ssxmdl.o stpitr.o strinx.o strtvl.o stvaln.o subset.o sumf.o sumry.o sumsqr.o svaict.o svamcm.o svchsd.o svdttm.o svf2f3.o svflt.o svfltd.o svfnrg.o svfreq.o svolit.o svoudg.o svpeak.o svrgcm.o svrvhd.o svspan.o table.o taper.o tblhdr.o td6var.o td7var.o tdaic.o tdftest.o tdlom.o tdset.o tdxtrm.o templs.o tfmts.o tfmts3.o totals.o transc.o trbias.o trnaic.o trnfcn.o tstdrv.o tstmd1.o tstmd2.o ttest.o uconv.o upespm.o usraic.o value.o varian.o varlog.o vars.o vsfa.o vsfb.o vsfc.o vtc.o vtest.o weight.o whitsp.o writln.o wrtdat.o wrtmss.o wrtotl.o wrttb2.o wrttbl.o wtxtrm.o x11aic.o x11ari.o x11int.o x11mdl.o x11plt.o x11pt1.o x11pt2.o x11pt3.o x11pt4.o x11ref.o x12hdr.o x12run.o xchng.o xpand.o xprmx.o xrgdiv.o xrgdrv.o xrghol.o xrgtrn.o xrlkhd.o xtrm.o yprmy.o yrly.o rvarma.o rvtdrg.o prtukp.o svtukp.o savtpk.o m2q.o chqsea.o npsa.o gennpsa.o prarma.o testodf.o -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 make[1]: Leaving directory '/tmp/th798/16189343/RtmpdfemVB/R.INSTALL995541ea0a815/x13binary/tools/x13as_html' mkdir -p ../inst/bin cp -f ../tools/x13as_html/x13ashtml ../inst/bin/ /usr/bin/cp -f ../tools/x13as_html/x13ashtml ../inst/bin/ installing via 'install.libs.R' to /tmp/th798/16189343/R-devel/306/library/00LOCK-x13binary/00new/x13binary ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (x13binary) * installing *source* package 'seasonal' ... ** this is package 'seasonal' version '1.10.0' ** package 'seasonal' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (seasonal) * installing *source* package 'dateutils' ... ** this is package 'dateutils' version '0.1.5' ** package 'dateutils' 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'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/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'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dateutils.cpp -o dateutils.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 dateutils.so RcppExports.o dateutils.o -fopenmp -L/home/th798/R/R-devel/lib -lRlapack -L/home/th798/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16189343/R-devel/306/library/00LOCK-dateutils/00new/dateutils/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** 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 (dateutils) The downloaded source packages are in '/tmp/th798/16189343/Rtmpx7aTBw/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 40.375 10.618 177.281 > print(Sys.time()) [1] "2025-03-30 01:04:11 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-03-30 01:04:11 MST" Installing package into '/tmp/th798/16189343/R-devel/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.0' ** 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/16189343/R-devel/306/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-03-30 01:04:46 MST" * using log directory '/tmp/th798/16189343/R-devel/306/dateutils.Rcheck' * using R Under development (unstable) (2025-03-29 r88074) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-30 01:07:10 MST" [1] "2025-03-30 01:07:10 MST" Installing package into '/tmp/th798/16189343/R-devel/306/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 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/16189343/R-devel/306/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-03-30 01:07:52 MST" * using log directory '/tmp/th798/16189343/R-devel/306/dateutils.Rcheck' * using R Under development (unstable) (2025-03-29 r88074) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-30 01:09:57 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") + 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) + } > WARNING: ignoring environment value of R_HOME R version 4.4.3 (2025-02-28) -- "Trophy Case" 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-03-30/deps.csv", task.str = "306", release = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-30/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16189343/R-release/306" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16189343/R-release/306/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "dateutils" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16189343/R-release/306/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-03-30 01:10:03 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) also installing the dependency 'seasonal' trying URL 'http://cloud.r-project.org/src/contrib/seasonal_1.10.0.tar.gz' Content type 'application/x-gzip' length 2174943 bytes (2.1 MB) ================================================== downloaded 2.1 MB trying URL 'http://cloud.r-project.org/src/contrib/dateutils_0.1.5.tar.gz' Content type 'application/x-gzip' length 98039 bytes (95 KB) ================================================== downloaded 95 KB * installing *source* package 'seasonal' ... ** package 'seasonal' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (seasonal) * installing *source* package 'dateutils' ... ** package 'dateutils' 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/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c RcppExports.cpp -o RcppExports.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppArmadillo/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dateutils.cpp -o dateutils.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 dateutils.so RcppExports.o dateutils.o -fopenmp -L/home/th798/R/R-release/lib -lRlapack -L/home/th798/R/R-release/lib -lRblas -lgfortran -lm -lquadmath installing to /tmp/th798/16189343/R-release/306/library/00LOCK-dateutils/00new/dateutils/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** 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 (dateutils) The downloaded source packages are in '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 21.289 1.318 50.458 > print(Sys.time()) [1] "2025-03-30 01:10:53 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-03-30 01:10:54 MST" Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** 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/16189343/R-release/306/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-03-30 01:11:18 MST" * using log directory '/tmp/th798/16189343/R-release/306/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-30 01:13:02 MST" [1] "2025-03-30 01:13:02 MST" Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** 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/16189343/R-release/306/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-03-30 01:13:24 MST" * using log directory '/tmp/th798/16189343/R-release/306/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ...sh: line 1: 802628 Bus error (core dumped) '/home/th798/R/R-release/bin/R' --vanilla --no-echo > '/tmp/th798/16189343/R-release/306/dateutils.Rcheck/build_vignettes.log' 2>&1 < '/tmp/th798/16189343/RtmpvQYPcb/filec0371277dfe0b' ERROR Error(s) in re-building vignettes: --- re-building 'intro.Rmd' using rmarkdown *** caught bus error *** address 0x14c012fc5000, cause 'non-existent physical address' Traceback: 1: axis(side, at = z, labels = labels, ...) 2: axis.Date(side = side, x = x, at = at, labels = labels, ...) 3: Axis.Date(...) 4: Axis(...) 5: localAxis(if (is.null(y)) xy$x else x, side = 1, gap.axis = xgap.axis, ...) 6: plot.default(x[, 1L], y[, 1L], type = type[1L], xlab = xlab, ylab = ylab, xlim = xlim, ylim = ylim, lty = lty[1L], lwd = lwd[1L], lend = lend[1L], pch = pch[1L], col = col[1L], cex = cex[1L], bg = bg[1L], log = log, ...) 7: plot(x[, 1L], y[, 1L], type = type[1L], xlab = xlab, ylab = ylab, xlim = xlim, ylim = ylim, lty = lty[1L], lwd = lwd[1L], lend = lend[1L], pch = pch[1L], col = col[1L], cex = cex[1L], bg = bg[1L], log = log, ...) 8: matplot(gdp$ref_date, gdp[, -1, with = FALSE], type = "l") 9: eval(expr, envir, enclos) 10: eval(expr, envir, enclos) 11: eval_with_user_handlers(expr, envir, enclos, user_handlers) 12: withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)) 13: withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler) 14: handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler)) 15: timing_fn(handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler))) 16: evaluate_call(expr, parsed$src[[i]], envir = envir, enclos = enclos, debug = debug, last = i == length(out), use_try = stop_on_error != 2L, keep_warning = keep_warning, keep_message = keep_message, log_echo = log_echo, log_warning = log_warning, output_handler = output_handler, include_timing = include_timing) 17: evaluate::evaluate(...) 18: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options)) 19: in_dir(input_dir(), expr) 20: in_input_dir(evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options))) 21: eng_r(options) 22: block_exec(params) 23: call_block(x) 24: process_group(group) 25: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)) 26: withCallingHandlers(expr, error = function(e) { loc = if (is.function(fun)) trimws(fun(label)) else "" if (loc != "") loc = sprintf(" at lines %s", loc) message(one_string(handler(e, loc)))}) 27: xfun:::handle_error(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)), function(e, loc) { setwd(wd) write_utf8(res, output %n% stdout()) paste0("\nQuitting from lines ", loc) }, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc) 28: process_file(text, output) 29: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 30: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(), output_dir = getwd(), ...) 31: vweave_rmarkdown(...) 32: engine$weave(file, quiet = quiet, encoding = enc) 33: doTryCatch(return(expr), name, parentenv, handler) 34: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 35: tryCatchList(expr, classes, parentenv, handlers) 36: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) } outputs <- c(outputs, output)}, error = function(e) { thisOK <<- FALSE fails <<- c(fails, file) message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))}) 37: tools::buildVignettes(dir = "/tmp/th798/16189343/R-release/306/dateutils.Rcheck/vign_test/dateutils", skip = TRUE, ser_elibs = "/tmp/th798/16189343/RtmpvQYPcb/filec03716d4232ca.rds") An irrecoverable exception occurred. R is aborting now ... * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16189343/R-release/306/dateutils.Rcheck/00check.log' for details. [1] "2025-03-30 01:14:53 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) --- R_version_4.4.3_2025-02-28/release_1.17.0.Rcheck/00check.log 2025-03-30 01:13:02.337253541 -0700 +++ R_version_4.4.3_2025-02-28/master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.Rcheck/00check.log 2025-03-30 01:14:53.022450259 -0700 @@ -68,7 +68,53 @@ Running 'testthat.R' * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK -* checking re-building of vignette outputs ... OK +* checking re-building of vignette outputs ... ERROR +Error(s) in re-building vignettes: +--- re-building 'intro.Rmd' using rmarkdown + + *** caught bus error *** +address 0x14c012fc5000, cause 'non-existent physical address' + +Traceback: + 1: axis(side, at = z, labels = labels, ...) + 2: axis.Date(side = side, x = x, at = at, labels = labels, ...) + 3: Axis.Date(...) + 4: Axis(...) + 5: localAxis(if (is.null(y)) xy$x else x, side = 1, gap.axis = xgap.axis, ...) + 6: plot.default(x[, 1L], y[, 1L], type = type[1L], xlab = xlab, ylab = ylab, xlim = xlim, ylim = ylim, lty = lty[1L], lwd = lwd[1L], lend = lend[1L], pch = pch[1L], col = col[1L], cex = cex[1L], bg = bg[1L], log = log, ...) + 7: plot(x[, 1L], y[, 1L], type = type[1L], xlab = xlab, ylab = ylab, xlim = xlim, ylim = ylim, lty = lty[1L], lwd = lwd[1L], lend = lend[1L], pch = pch[1L], col = col[1L], cex = cex[1L], bg = bg[1L], log = log, ...) + 8: matplot(gdp$ref_date, gdp[, -1, with = FALSE], type = "l") + 9: eval(expr, envir, enclos) +10: eval(expr, envir, enclos) +11: eval_with_user_handlers(expr, envir, enclos, user_handlers) +12: withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)) +13: withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler) +14: handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler)) +15: timing_fn(handle(ev <- withCallingHandlers(withVisible(eval_with_user_handlers(expr, envir, enclos, user_handlers)), warning = wHandler, error = eHandler, message = mHandler))) +16: evaluate_call(expr, parsed$src[[i]], envir = envir, enclos = enclos, debug = debug, last = i == length(out), use_try = stop_on_error != 2L, keep_warning = keep_warning, keep_message = keep_message, log_echo = log_echo, log_warning = log_warning, output_handler = output_handler, include_timing = include_timing) +17: evaluate::evaluate(...) +18: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options)) +19: in_dir(input_dir(), expr) +20: in_input_dir(evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options))) +21: eng_r(options) +22: block_exec(params) +23: call_block(x) +24: process_group(group) +25: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)) +26: withCallingHandlers(expr, error = function(e) { loc = if (is.function(fun)) trimws(fun(label)) else "" if (loc != "") loc = sprintf(" at lines %s", loc) message(one_string(handler(e, loc)))}) +27: xfun:::handle_error(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)), function(e, loc) { setwd(wd) write_utf8(res, output %n% stdout()) paste0("\nQuitting from lines ", loc) }, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc) +28: process_file(text, output) +29: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) +30: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(), output_dir = getwd(), ...) +31: vweave_rmarkdown(...) +32: engine$weave(file, quiet = quiet, encoding = enc) +33: doTryCatch(return(expr), name, parentenv, handler) +34: tryCatchOne(expr, names, parentenv, handlers[[1L]]) +35: tryCatchList(expr, classes, parentenv, handlers) +36: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) } outputs <- c(outputs, output)}, error = function(e) { thisOK <<- FALSE fails <<- c(fails, file) message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))}) +37: tools::buildVignettes(dir = "/tmp/th798/16189343/R-release/306/dateutils.Rcheck/vign_test/dateutils", skip = TRUE, ser_elibs = "/tmp/th798/16189343/RtmpvQYPcb/filec03716d4232ca.rds") +An irrecoverable exception occurred. R is aborting now ... + * checking PDF version of manual ... OK * DONE -Status: OK +Status: 1 ERROR > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: checking master release 1: re-building of vignette outputs ERROR OK > > ## 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") + 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) + } From https://github.com/rdatatable/data.table ! [rejected] 1.15.0 -> 1.15.0 (would clobber existing tag) Cloning into '/tmp/th798/16189343/R-release/306/data.table.git'... done. [1] "cd /tmp/th798/16189343/R-release/306/data.table.git && git bisect start && git bisect old 770e80b6d83bad5870d1df2df252d5b00ddd5134 && git bisect new master && git bisect run /home/th798/R/R-release/bin/Rscript ~/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R 're-building of vignette outputs' OK /tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz 1.17.0" Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' installing to /tmp/th798/16189343/R-release/306/library/00LOCK-data.table.git/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) Running 'testthat.R' Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' installing to /tmp/th798/16189343/R-release/306/library/00LOCK-data.table.git/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) Running 'testthat.R' Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' installing to /tmp/th798/16189343/R-release/306/library/00LOCK-data.table.git/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) Running 'testthat.R' Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' installing to /tmp/th798/16189343/R-release/306/library/00LOCK-data.table.git/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) Running 'testthat.R' Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' installing to /tmp/th798/16189343/R-release/306/library/00LOCK-data.table.git/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) Running 'testthat.R' Installing package into '/tmp/th798/16189343/R-release/306/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' installing to /tmp/th798/16189343/R-release/306/library/00LOCK-data.table.git/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) Running 'testthat.R' status: waiting for both good and bad commits status: waiting for bad commit, 1 good commit known Bisecting: 40 revisions left to test after this (roughly 5 steps) [8f9554bdd14034b2271206e626029511c54322b5] Merge branch 'master' into depr-withset running '/home/th798/R/R-release/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 're-building of vignette outputs' 'OK' '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz' '1.17.0' checking "re-building of vignette outputs" expected "OK" rev_dep_tar_gz "/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz" dt_release_version "1.17.0" zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes /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 * using log directory '/tmp/th798/16189343/R-release/306/data.table.git/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK checking msg 1: for file 'dateutils/DESCRIPTION' OK 2: package namespace information OK 3: package dependencies OK 4: if this is a source package OK 5: if there is a namespace OK 6: for executable files OK 7: for hidden files and directories OK 8: for portable file names OK 9: for sufficient/correct file permissions OK 10: whether package 'dateutils' can be installed OK 11: package directory OK 12: 'build' directory OK 13: DESCRIPTION meta-information OK 14: top-level files OK 15: for left-over files OK 16: index information OK 17: package subdirectories OK 18: code files for non-ASCII characters OK 19: R files for syntax errors OK 20: whether the package can be loaded OK 21: whether the package can be loaded with stated dependencies OK 22: whether the package can be unloaded cleanly OK 23: whether the namespace can be loaded with stated dependencies OK 24: whether the namespace can be unloaded cleanly OK 25: loading without being on the library search path OK 26: dependencies in R code OK 27: S3 generic/method consistency OK 28: replacement functions OK 29: foreign function calls OK 30: R code for possible problems OK 31: Rd files OK 32: Rd metadata OK 33: Rd cross-references OK 34: for missing documentation entries OK 35: for code/documentation mismatches OK 36: Rd \\usage sections OK 37: Rd contents OK 38: for unstated dependencies in examples OK 39: contents of 'data' directory OK 40: data for non-ASCII characters OK 41: LazyData OK 42: data for ASCII and uncompressed saves OK 43: line endings in C/C++/Fortran sources/headers OK 44: line endings in Makefiles OK 45: compilation flags in Makevars OK 46: for GNU extensions in Makefiles OK 47: for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) OK 48: use of PKG_*FLAGS in Makefiles OK 49: compiled code OK 50: installed files from 'inst/doc' OK 51: files in 'vignettes' OK 52: examples OK 53: for unstated dependencies in 'tests' OK 54: tests OK 55: for unstated dependencies in vignettes OK 56: package vignettes OK 57: re-building of vignette outputs OK 58: PDF version of manual OK checking msg checking msg 1: re-building of vignette outputs OK Bisecting: 20 revisions left to test after this (roughly 4 steps) [b76dc298d7b19c7a6a6480e0ba56e03141156635] Merge branch 'master' into issue1945 running '/home/th798/R/R-release/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 're-building of vignette outputs' 'OK' '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz' '1.17.0' checking "re-building of vignette outputs" expected "OK" rev_dep_tar_gz "/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz" dt_release_version "1.17.0" zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes /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 -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 * using log directory '/tmp/th798/16189343/R-release/306/data.table.git/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK checking msg 1: for file 'dateutils/DESCRIPTION' OK 2: package namespace information OK 3: package dependencies OK 4: if this is a source package OK 5: if there is a namespace OK 6: for executable files OK 7: for hidden files and directories OK 8: for portable file names OK 9: for sufficient/correct file permissions OK 10: whether package 'dateutils' can be installed OK 11: package directory OK 12: 'build' directory OK 13: DESCRIPTION meta-information OK 14: top-level files OK 15: for left-over files OK 16: index information OK 17: package subdirectories OK 18: code files for non-ASCII characters OK 19: R files for syntax errors OK 20: whether the package can be loaded OK 21: whether the package can be loaded with stated dependencies OK 22: whether the package can be unloaded cleanly OK 23: whether the namespace can be loaded with stated dependencies OK 24: whether the namespace can be unloaded cleanly OK 25: loading without being on the library search path OK 26: dependencies in R code OK 27: S3 generic/method consistency OK 28: replacement functions OK 29: foreign function calls OK 30: R code for possible problems OK 31: Rd files OK 32: Rd metadata OK 33: Rd cross-references OK 34: for missing documentation entries OK 35: for code/documentation mismatches OK 36: Rd \\usage sections OK 37: Rd contents OK 38: for unstated dependencies in examples OK 39: contents of 'data' directory OK 40: data for non-ASCII characters OK 41: LazyData OK 42: data for ASCII and uncompressed saves OK 43: line endings in C/C++/Fortran sources/headers OK 44: line endings in Makefiles OK 45: compilation flags in Makevars OK 46: for GNU extensions in Makefiles OK 47: for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) OK 48: use of PKG_*FLAGS in Makefiles OK 49: compiled code OK 50: installed files from 'inst/doc' OK 51: files in 'vignettes' OK 52: examples OK 53: for unstated dependencies in 'tests' OK 54: tests OK 55: for unstated dependencies in vignettes OK 56: package vignettes OK 57: re-building of vignette outputs OK 58: PDF version of manual OK checking msg checking msg 1: re-building of vignette outputs OK Bisecting: 10 revisions left to test after this (roughly 3 steps) [22a8229caaf4ccfdef1d4c0a6e21757dbf56c336] add safety for class reset running '/home/th798/R/R-release/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 're-building of vignette outputs' 'OK' '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz' '1.17.0' checking "re-building of vignette outputs" expected "OK" rev_dep_tar_gz "/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz" dt_release_version "1.17.0" zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes /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 init.c -o init.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 * using log directory '/tmp/th798/16189343/R-release/306/data.table.git/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK checking msg 1: for file 'dateutils/DESCRIPTION' OK 2: package namespace information OK 3: package dependencies OK 4: if this is a source package OK 5: if there is a namespace OK 6: for executable files OK 7: for hidden files and directories OK 8: for portable file names OK 9: for sufficient/correct file permissions OK 10: whether package 'dateutils' can be installed OK 11: package directory OK 12: 'build' directory OK 13: DESCRIPTION meta-information OK 14: top-level files OK 15: for left-over files OK 16: index information OK 17: package subdirectories OK 18: code files for non-ASCII characters OK 19: R files for syntax errors OK 20: whether the package can be loaded OK 21: whether the package can be loaded with stated dependencies OK 22: whether the package can be unloaded cleanly OK 23: whether the namespace can be loaded with stated dependencies OK 24: whether the namespace can be unloaded cleanly OK 25: loading without being on the library search path OK 26: dependencies in R code OK 27: S3 generic/method consistency OK 28: replacement functions OK 29: foreign function calls OK 30: R code for possible problems OK 31: Rd files OK 32: Rd metadata OK 33: Rd cross-references OK 34: for missing documentation entries OK 35: for code/documentation mismatches OK 36: Rd \\usage sections OK 37: Rd contents OK 38: for unstated dependencies in examples OK 39: contents of 'data' directory OK 40: data for non-ASCII characters OK 41: LazyData OK 42: data for ASCII and uncompressed saves OK 43: line endings in C/C++/Fortran sources/headers OK 44: line endings in Makefiles OK 45: compilation flags in Makevars OK 46: for GNU extensions in Makefiles OK 47: for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) OK 48: use of PKG_*FLAGS in Makefiles OK 49: compiled code OK 50: installed files from 'inst/doc' OK 51: files in 'vignettes' OK 52: examples OK 53: for unstated dependencies in 'tests' OK 54: tests OK 55: for unstated dependencies in vignettes OK 56: package vignettes OK 57: re-building of vignette outputs OK 58: PDF version of manual OK checking msg checking msg 1: re-building of vignette outputs OK Bisecting: 4 revisions left to test after this (roughly 3 steps) [ab4a43ee6bf767f6eca2e9d92f002a2c80527ed3] Merge pull request #6875 from Rdatatable/reset_class_as.data.frame running '/home/th798/R/R-release/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 're-building of vignette outputs' 'OK' '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz' '1.17.0' checking "re-building of vignette outputs" expected "OK" rev_dep_tar_gz "/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz" dt_release_version "1.17.0" zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes /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 -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 * using log directory '/tmp/th798/16189343/R-release/306/data.table.git/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK checking msg 1: for file 'dateutils/DESCRIPTION' OK 2: package namespace information OK 3: package dependencies OK 4: if this is a source package OK 5: if there is a namespace OK 6: for executable files OK 7: for hidden files and directories OK 8: for portable file names OK 9: for sufficient/correct file permissions OK 10: whether package 'dateutils' can be installed OK 11: package directory OK 12: 'build' directory OK 13: DESCRIPTION meta-information OK 14: top-level files OK 15: for left-over files OK 16: index information OK 17: package subdirectories OK 18: code files for non-ASCII characters OK 19: R files for syntax errors OK 20: whether the package can be loaded OK 21: whether the package can be loaded with stated dependencies OK 22: whether the package can be unloaded cleanly OK 23: whether the namespace can be loaded with stated dependencies OK 24: whether the namespace can be unloaded cleanly OK 25: loading without being on the library search path OK 26: dependencies in R code OK 27: S3 generic/method consistency OK 28: replacement functions OK 29: foreign function calls OK 30: R code for possible problems OK 31: Rd files OK 32: Rd metadata OK 33: Rd cross-references OK 34: for missing documentation entries OK 35: for code/documentation mismatches OK 36: Rd \\usage sections OK 37: Rd contents OK 38: for unstated dependencies in examples OK 39: contents of 'data' directory OK 40: data for non-ASCII characters OK 41: LazyData OK 42: data for ASCII and uncompressed saves OK 43: line endings in C/C++/Fortran sources/headers OK 44: line endings in Makefiles OK 45: compilation flags in Makevars OK 46: for GNU extensions in Makefiles OK 47: for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) OK 48: use of PKG_*FLAGS in Makefiles OK 49: compiled code OK 50: installed files from 'inst/doc' OK 51: files in 'vignettes' OK 52: examples OK 53: for unstated dependencies in 'tests' OK 54: tests OK 55: for unstated dependencies in vignettes OK 56: package vignettes OK 57: re-building of vignette outputs OK 58: PDF version of manual OK checking msg checking msg 1: re-building of vignette outputs OK Bisecting: 2 revisions left to test after this (roughly 1 step) [9fe1b8d01701d2b23adcff3085ea0290da5df022] Merge pull request #6881 from Rdatatable/R.utils_tests running '/home/th798/R/R-release/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 're-building of vignette outputs' 'OK' '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz' '1.17.0' checking "re-building of vignette outputs" expected "OK" rev_dep_tar_gz "/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz" dt_release_version "1.17.0" zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes /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 -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 * using log directory '/tmp/th798/16189343/R-release/306/data.table.git/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK checking msg 1: for file 'dateutils/DESCRIPTION' OK 2: package namespace information OK 3: package dependencies OK 4: if this is a source package OK 5: if there is a namespace OK 6: for executable files OK 7: for hidden files and directories OK 8: for portable file names OK 9: for sufficient/correct file permissions OK 10: whether package 'dateutils' can be installed OK 11: package directory OK 12: 'build' directory OK 13: DESCRIPTION meta-information OK 14: top-level files OK 15: for left-over files OK 16: index information OK 17: package subdirectories OK 18: code files for non-ASCII characters OK 19: R files for syntax errors OK 20: whether the package can be loaded OK 21: whether the package can be loaded with stated dependencies OK 22: whether the package can be unloaded cleanly OK 23: whether the namespace can be loaded with stated dependencies OK 24: whether the namespace can be unloaded cleanly OK 25: loading without being on the library search path OK 26: dependencies in R code OK 27: S3 generic/method consistency OK 28: replacement functions OK 29: foreign function calls OK 30: R code for possible problems OK 31: Rd files OK 32: Rd metadata OK 33: Rd cross-references OK 34: for missing documentation entries OK 35: for code/documentation mismatches OK 36: Rd \\usage sections OK 37: Rd contents OK 38: for unstated dependencies in examples OK 39: contents of 'data' directory OK 40: data for non-ASCII characters OK 41: LazyData OK 42: data for ASCII and uncompressed saves OK 43: line endings in C/C++/Fortran sources/headers OK 44: line endings in Makefiles OK 45: compilation flags in Makevars OK 46: for GNU extensions in Makefiles OK 47: for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) OK 48: use of PKG_*FLAGS in Makefiles OK 49: compiled code OK 50: installed files from 'inst/doc' OK 51: files in 'vignettes' OK 52: examples OK 53: for unstated dependencies in 'tests' OK 54: tests OK 55: for unstated dependencies in vignettes OK 56: package vignettes OK 57: re-building of vignette outputs OK 58: PDF version of manual OK checking msg checking msg 1: re-building of vignette outputs OK Bisecting: 0 revisions left to test after this (roughly 1 step) [77b43940971091a63baeccf65ec3b2d729dc3a57] Merge pull request #6884 from Rdatatable/keeprownames_follow running '/home/th798/R/R-release/bin/Rscript' '/home/th798/genomic-ml/data.table-revdeps/install_dt_then_check_dep.R' 're-building of vignette outputs' 'OK' '/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz' '1.17.0' checking "re-building of vignette outputs" expected "OK" rev_dep_tar_gz "/tmp/th798/16189343/RtmpL2IKH7/downloaded_packages/dateutils_0.1.5.tar.gz" dt_release_version "1.17.0" zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes /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 -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 * using log directory '/tmp/th798/16189343/R-release/306/data.table.git/dateutils.Rcheck' * using R version 4.4.3 (2025-02-28) * 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 'dateutils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dateutils' version '0.1.5' * 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 'dateutils' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK checking msg 1: for file 'dateutils/DESCRIPTION' OK 2: package namespace information OK 3: package dependencies OK 4: if this is a source package OK 5: if there is a namespace OK 6: for executable files OK 7: for hidden files and directories OK 8: for portable file names OK 9: for sufficient/correct file permissions OK 10: whether package 'dateutils' can be installed OK 11: package directory OK 12: 'build' directory OK 13: DESCRIPTION meta-information OK 14: top-level files OK 15: for left-over files OK 16: index information OK 17: package subdirectories OK 18: code files for non-ASCII characters OK 19: R files for syntax errors OK 20: whether the package can be loaded OK 21: whether the package can be loaded with stated dependencies OK 22: whether the package can be unloaded cleanly OK 23: whether the namespace can be loaded with stated dependencies OK 24: whether the namespace can be unloaded cleanly OK 25: loading without being on the library search path OK 26: dependencies in R code OK 27: S3 generic/method consistency OK 28: replacement functions OK 29: foreign function calls OK 30: R code for possible problems OK 31: Rd files OK 32: Rd metadata OK 33: Rd cross-references OK 34: for missing documentation entries OK 35: for code/documentation mismatches OK 36: Rd \\usage sections OK 37: Rd contents OK 38: for unstated dependencies in examples OK 39: contents of 'data' directory OK 40: data for non-ASCII characters OK 41: LazyData OK 42: data for ASCII and uncompressed saves OK 43: line endings in C/C++/Fortran sources/headers OK 44: line endings in Makefiles OK 45: compilation flags in Makevars OK 46: for GNU extensions in Makefiles OK 47: for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) OK 48: use of PKG_*FLAGS in Makefiles OK 49: compiled code OK 50: installed files from 'inst/doc' OK 51: files in 'vignettes' OK 52: examples OK 53: for unstated dependencies in 'tests' OK 54: tests OK 55: for unstated dependencies in vignettes OK 56: package vignettes OK 57: re-building of vignette outputs OK 58: PDF version of manual OK checking msg checking msg 1: re-building of vignette outputs OK 2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9 is the first new commit commit 2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9 Author: Michael Chirico Date: Wed Mar 26 23:52:16 2025 -0700 Don't mention 14-year-old version info in ?alloc.col (#6887) * Don't mention 14-year-old version info in ?alloc.col * Also omit mention of ancient R version man/truelength.Rd | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) bisect found first bad commit >