Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-10-22 r88967) -- "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-10-23/deps.csv", task.str = "1283", release = "/scratch/th798/data.table-revdeps/2025-10-23/data.table_release_1.17.8.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-10-23/data.table_master_1.17.99.59f966cf6839a0494e42ed1ab98616eea03dcb36.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/24589662/R-devel/1283" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/24589662/R-devel/1283/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "scDiffCom" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/24589662/R-devel/1283/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-10-23 00:22:04 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/24589662/R-devel/1283/library' (as 'lib' is unspecified) also installing the dependency 'spelling' trying URL 'http://cloud.r-project.org/src/contrib/spelling_2.3.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/scDiffCom_1.2.0.tar.gz' * installing *source* package 'spelling' ... ** this is package 'spelling' version '2.3.2' ** package 'spelling' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (spelling) * installing *source* package 'scDiffCom' ... ** this is package 'scDiffCom' version '1.2.0' ** package 'scDiffCom' successfully unpacked and MD5 sums checked ** using staged installation ** R Warning in load(srcFile, e) : strings not representable in native encoding will be translated to UTF-8 Warning in load(srcFile, e) : input string '1702392,10652313,12194978' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9914169,9516430' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9914169,10944520' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10882063,9620803' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10825303,15361064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11162558,15361064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10100920,8703026,10583729,16930633,11931347,10583729,8253796' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11897681,9928018,11931347,16930633,8791009,12429744' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16930633,11978642,9928018,11931347,8146174' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12802337,12802337' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15692146,12565884' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9620797,9620797' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16111673,15823563' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10225955,10617658' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10744716,11024295' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9311920,9819197,9893984,11747427' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9311920,9299416,10318826,11747427,12815165' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9892020,9892020' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10993080,15930094,21464395,10193788,12006574,15930094' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8315512,8185599,17138938,21464395,2775266,7850406,8242249,8185599' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12829792,12829792' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11158855,8898021' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17708745,21149578' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7997230,8889695' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '19379779,15690488' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8980223,9723709,8980223,12427764,8980224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9204896,9723709' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10051567,15284220' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10882119,10882119,12560218,10882119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12368905,10882119,12560218,16278303' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '25639753,28137936,26611206' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10617103,9792798,12603839,15341513,10777510,12939143,11336787,12603839' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11327878,12031600' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11327878,12036962' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2779654,22622580' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12950167,12167620,12950167' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12870663,12167620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11316806,11160457' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12212791,7543026' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2466334,10085134' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12519790,10801846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9883723,9883723' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12851328,9058374' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1560825,8106369,8106369,9884074,9334232,10780976,9322919,12446593,9459574,15084136,9264324,10866830,9864265,10519430,8106369' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7929452,9884074,10780976,9322919,12446593,9459574,15084136,9264324,9864265,10519430,16158071,7929452' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11857925,9884074,10780976,9322919,12446593,9459574,15084136,9264324,9864265,10519430,7774575,11012895,11857925' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12446593,15084136,10519430,7774575,11337500,16158071,7475979,8955347,7921229' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18055229,18852879,24133212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7644540,9312147' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12044914,12419820' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12700180,11263668,10881198,10692589,15064755' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12700180,7811286,9872992,15064755' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11263668,10880444' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8006002,11241215,8702914,7644468' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8006002,11282024,8702914,7811286' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7673243,7644468,8702914' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12297674,10504300,11401330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10504300,11401330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12297674,8006002' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7790373,9748228,12667445' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12297674,7791754,8605097' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10631182,8605097' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8144591,9528863' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10214951,11254912' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11342658,20527893,11342658' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9988761,10382758' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '4062888,11073102' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '4062888,7512600' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10608878,10608878' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1847994,10602324,9881961,15661745,11773063,9553099' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11773063,11773063,12899627' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12826663,17250899,22703826,25268382' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2158663,15692146,11023820,9487987,14722252,7588285,12565884,10342886,11033437' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9620797,9620797,8626685,14668209,3001670,12234182' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9620797,12234182' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8006073,11327697' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14980518,12821648' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15371419,15371419' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11015447,11015447,11015447' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10368033,10400673,10400673,11300760,9006937,9603948,10595537' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10368033,10438490,8349705,7681836,10438490,12695525,15068617,15520004,15001692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12645948,11154210,16221874,10419462,12967681,9211859' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12554737,15207250,11264152' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8642344,9276730,10488147,16339911,12761559,10854442,8642344,9712872,8642344,8609214,8676064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10477718,11264152,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9195948,9276730,12554737,12149192,9195948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9005985,9276730,16339911,12149192' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9790730,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9687537,12381680,11085751' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,16298345,11085751' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9346309,9346309,9346309' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9346309,9346309,9346309' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11470772,11470772,10910894' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11470772,11470772' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265943,15265943' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9169480,9430724,9430724,9169480' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12832759,9521068' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23341447,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11342595,9153236,9507024,9153236' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '13679391,17416748' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,9405404' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7679328,8631787' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9287323,9276730,9346309,12554737,15207250,10770925,10529171,9287323' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16298345,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9169459,9294137,12081481,9223454,9169459,9294137' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23341447,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11970971,9507024,9507024,9585422' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9430724,9430724,9430724,9933589,9743322' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9886417,12381680,9558365,10660125,9886417' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10488147,15207250,16339911,12218106' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23341447,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11159507,10229797,10498628' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10488147,15207250,10488147,16339911,10488147' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11821900,10725697,10725696' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12718728,10725697,11821900' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10781587,10781587,10975800' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,10975800' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9115216,12381680,11170631,9624164,8530354,10660125,10202040,7545673' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,11170631,16298345,9790730,11700073,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11734558,11449371' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11734558,10364178' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12381680,8530354,7594543' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,16298345,9790730,12427015,8663314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12081195,17416748' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9624164,8530354,9289016,11116158,14637022,12270118,7545673' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8642344,8642344,9289016,8642344' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12270118,8573157' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,10318947,16298345,9790730,9289016,8663314,11116158,14637022,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,9405404' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9115216,12381680,11994538,8530354,7545673' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8530354,9276730,9346309,12554737,8530354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8642344,8642344,8642344' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16298345,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12554737,9115216,12149192' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9005985,9005985' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9790730,9468473,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15906253,12050162' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15187158,19283782' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9129046,9129046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17629517,18585785,20587542' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9551996,26407101' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1374165,10647992,7516405,7543281' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18287277,23470321' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12417446,10540231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8120384,8120384,8186199,8580829,15723067,7479974,9862673,9767422' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23954143,17953528' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '24658051,30759143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17971293,15034010' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7969453,12434297' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7969453,10837471' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9531566,7642713' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16282604,16246332' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10377245,10377245' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10342833,12727981,1922095,10342833' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10446903,12727981,1922095,2254302' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '32027618,32506691' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10966616,10966616,11294841,11285233' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10966616,10966616' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '29721382,26147876' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8627290,7810882,10812968' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12643274,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12643274,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11336704,11336704' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12682293,11158588' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12611880,9659899' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7688313,11359786,11856343,2156854' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7688313,10464311' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7688313,9685391' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11227737,11227737' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12915402,12915402' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11011067,9650799,10598788,15333679,9205124,9125122' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9125122,9650799,10598788,15333679,9125122' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9125122,9650799,10598788,15333679,9125122,9205124' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11011067,9650799,10598788,9125122,9205124' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11011067,9650799,10598788,15333679,9205124,9125122' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8536644,7692441,9326293,9851694,11123370,8612563,7477349,9178757' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8536644,11123370,8243338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7883784,2408759,8355686' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2828352,10572088,1702217,8910448,9211889' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2828352,8278375,2645577' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11432858,14607932,9931005,9390561' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12734373,7592830' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,1379593,1379593,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1379593,10188995,8940121,8550564,8940121,8702798,1379593' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9064356,12884299,9660793,15761110,12571234,10233762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '27875312,29180449,29386406' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12884299,15761110,15273303,9625760' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16107333,20956518,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9660793,9660793' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8752280,12714578,9551924,9712844,10233851,8752281' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9463416,9486651,9463416' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14625285,11290797,11017100,11290797' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9260277' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,8702798,9260277' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9692902,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,9692902,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9692902,10593335,9692902' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9692902,10593335,9692902' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9921412,17416748' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8137938,1379593,10188995,15946947,8940121,15282370,1840701' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11511101),1379593,10188995,15946947,8940121,15282370,9464567,8702798,8626516' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12884299,9660793,15761110,9660793,12782716' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12105206,9988678' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10521347,11714836' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10050855,10050855,11435703' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9811851,9811851' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12050670,12050670' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11357136,11357136,11448771' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11357136,11742004,11357136' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9819428,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12482954,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16219802,10837024,11739188' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16219802,12814948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12084975,11039935,11039935,12270937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12084975,11039935,11309369' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9082970,7647976,10770212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2175397,9082970,7647976' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8001160,8086489,7524189,8460684,8904635,8001160,11982704' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474,11519828' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11248553,14692877,8755474,7973638' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8070404' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9751130' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10531456' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,12907451' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,12496762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10516308' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10366629' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10607706,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10607706,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10607706' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9245480' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9751130,9195962,9245480' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10531456' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,11416136' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15107857,15107857' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,11713248,10669731,12223469' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8878483' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,12761826' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10066262,8559144' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,11780069' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7534404,12051776,9718367' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12649481),12383247,9484836' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9484836' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '6289330,12093292,12620237,10788520,16274239,15620700,12297050' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26481148,25586589' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9442088,16982323,10318834,9808045' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8626392,9419975' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11356985,10644723,12563219,9058715,10978167' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11356985,10978167' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11356985,12732212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12732212,12732212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2933256,11024046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7615164,8663147,14691232' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12787023,12787023,9925787' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11560943,12522143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11560943,12522212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9126929,9228058,9126929' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14697332,10318773,11994433,9872321' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '24056717,21303848' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16785534,16172256' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8756477,11032250,10336501' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10618369,11069186,14732692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10574949,14732692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,10736564,10336501' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9582367,12591959,9582367' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15781473,10751172' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14730967,10525310' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10950949,11030354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,10574949' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8530375' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11015614,16982797' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16081635,12032146' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592624,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592624,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,11486033' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8386828,8386828' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8386828,11876253' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1385111,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1385111,1385111' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12591959,7687739' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8290257,10574949' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8663044,10751172' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,11486033,10574949' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,10736564' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8576175' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15231666,10574949,8576175' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15147956,9651358,7505204' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9842903,11010812,9117345' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1532572,11423542,10772816,11801679,9211865,1694173' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7626807,7559467' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7626807,7688313,9842903,10772816,11010812,8120056' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11423542,8663002,1694173' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1532572,1532572' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9361795,10470109' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10772816,10772816' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2126341,10395410' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10689365,11481429,9168941,9685625,9808667,9880084,7524088,11600206,8617199,9808667,7524088' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,9880084,9685625,11600206,9480833,9685625' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,9832121,9722565,9880084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10689365,15944009' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,15944009,20880399' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,15944009' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7854420,8939948,8621659,16362042' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9160883,8939948,8939948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7867073,8939948,8621659,8939948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12529935,4305077,8382034' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8404634,7937318,15528268,8404634,11116211' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9990065,11738243,11738243' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12414726,16845371' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '28953886,28846097,28846098,28846099' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702914,15569154,11282024' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702914,9525338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16049014,9525338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16049014,9525338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12135884,12135884' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14514671,8674117,9482105' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,9407096' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9482105,9182803,14514671,8674117' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7680413,1333056' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10604470,15905359,10628755,12907757,21402696,11314756,10604470,11227737' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15655707,7589426,15655707,8795084,12627975,7589426' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663053,11055978' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8662698,8903513' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10644723,8982657' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10598579,17215244' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '414473,17452338,11726197,17095587,9414473' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17452338,17942747,19638591' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12527360,16563432' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20660291,25810250,27894090,27174917' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '22361451,24163244' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1720612,7838118,10454496,7838118,19463875,7838118' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10845107,10601865,11889121' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11081635,11081635' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1939101,11735113,11846885,8194524' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12725245,12725245' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1840698,9135143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9491897,9491897,10498827,14691055,11403934,12606634,11250867,12702704,11266181,11162621,12208495,18599270,21362456,9491897' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9491897,9491897,12702704,11162621,12208495,18599270,9491897' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1846706,1655405,15167892,18495663' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15719024,8617928,8760804' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12853576,9531263' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '28514659,7931060,8760827' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15607823,8046332' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17407096,23804219,23857132' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12853576,9531263' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15607823,10429675,9378975,11323700,10820396,11163076,12794140,11009104,12454284,9686591,9768753' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15607823,8692965,9768753,10497191' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265913,9521070' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9486650,9486650' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9486650,9486650,9103421' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9486650,14734748,9815261,9486650,9886400' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10190900,10190900' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9405670,9295021,9405670' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15718280,9933109,12853576,12874224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12853576,15670976,9531263,10190906' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12529937,9487987,10342886' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11073102,9488691' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14507735,4062888,7642561,11279101' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15023143,9786897' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15728350,11353828,15728350' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15728350,11353828,7822326' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15355350,10846180' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15355350,11435317' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15355350,10846180' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10741396,8995416' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10741396,8995416' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21530327,23470321' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14599850,23954143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11698684,7932753' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10339405,11888273' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278538,1834641' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278538,10395669' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10811850,12165521,10986460,11250200' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10811850,7673114' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278538,1834641' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2877871,1852007' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2964083,7797478,9722981' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9281335,9722981' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10050855,10050855,11435703' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11562786,9811851' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11485736,8248239,8897595,11717514,10231374,7759550' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11485736,9312047' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10948192,7670098,10504396' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7843232,7527811' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11086056,11940489' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12704343,11278629' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12704343,11003391' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12704343,11709756' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,7641685,16284400' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,8026467,9176231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,8568232' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1851800,7910967' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9367539,9367539' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10749887,10749887' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9325300,9325300' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11564763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2946959,2946959' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7878046,7878046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '62193,9820540,9062193' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8332913,7878046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9820540,9820540' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,1993646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,11035066,8049354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,10662798,8049354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11163236,12351624,14580208' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11163236,12351624,14580208' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11418623,11418623' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '58985,11035029' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11390453,11390453' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12023369,11114383,12023369,12671732' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12023369,12023369' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11706020' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11058597,11058597' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11700046,9278420' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11700046,9278420,8649415' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20926795,16286016,19996325,29763370' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7918378,8266078' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7918378,11786020' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11748263,1732409,7721873,10880230' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '3136546,14557255,12829785' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8293462,3136546,14557255' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7522165,11858939,9010926' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7522165,11858939,10390077' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9535918,11588013' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12493742,10746731' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8167568,8397373' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12466190,11266516' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11266516,15196700' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12466190,11266516' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2550426,2550426' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12114498,15649866,20560146,12114498,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15465925,15525639' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7697721,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10551863,10551863,10958687' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11006133,14714274,12482954' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11006133,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11006133,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16093349,11590146' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12944565,11385580,15665093,11385580,11457843,11457843' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1698556,1375232,7680037' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8063797,9111052,10422787,9313952' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8063797,8302267,9203620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14530218,1374385' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278916,9688542' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2970671,11054877' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12244066,11133776' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9463481,8608603' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '22405860,20220021' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20220021,18974846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20220021,18974846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20220021,18974846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '3470775,12727981,1922095,3470775' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9716487,12707269' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9716487,12601009,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1281473,7510694,7989348' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14596620,10747918,1374383,1718973' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11557679,8940146' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592875,10571241' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23345436,19252495' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9153189,9462508' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9552007,8123048,2160731' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7995952,7916655' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15178744,1464627' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9763566,9686597' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8600538,10702270,9873398' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8600538,9233649' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12122009,12122009' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10935626,12486116' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,10426993' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,19329438' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12782713,26039541' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10381885,15677347,11461914,11781320,16531413,11259768,10381885,11461914,12054506' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11359774,11359786' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10514495,10514495' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10652271,17912438' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '27601670,10575006' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8062829,9045873' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '30759143,17971293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12740392,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26755705,30659054' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11114882,14985763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10490030,10490030,14985763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14985763,14985763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8831898,9686320' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240,14522992' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240,9325340' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1720612,10454496,7838118,21729729,19463875' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15169928,10454496,7838118,10544247,8253343,8392057' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15635449,15635449,15635449' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15635449,15635449' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894543,15292653,10894543,10899166,15331768,10811630' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894543,15292653,10894543,10899166,15331768,10894543,10899166,10887190' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12401809,12401809,12118011,12401809,12118011' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12401809,12401809' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11024015,12242085,17011599,12421602,11024015' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11024015,12421602,11325787,10851242,12609745' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11470831,11470831' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15911069,8700153,12547834' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1672777,1660465,1309330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2169733,2169733' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8700153,7901875,1309330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1309330,1309330,7901875' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11952095,1309330,12709393' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11533490,1309330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15312648,15312648' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11024015,12242085,12421602,17337079' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12242085,12421602' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12130646,12130646,12401809,12130646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12130646,12401809,12719537,12130646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9549761,12007534,7559383,9001438' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9549761,8632753,7592910,9001438,7559383,12007534' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592911,7493937,7493937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12417094,8824284,12007534' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1350381,7514177' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7514177,7592681,11555649,9565587,8702572' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8062828,10537356,7721889,9565587' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9168115,9168115,9168114' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9168115,9168115,9168114' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9275162,9275162' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,9407096' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,10829012' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,9192898' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7679912,9488719,9973222' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7679912,11855816' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8861902,10399920,9950216,12810718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8861902,12636918' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12810718,10399920,12810718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15520228,10366627' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14595443,14595443' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1331689,1694443,11811984,11723247,10930533,11559354,16087676' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9851594,11723247,11801734,16087676' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9756851,16087676' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9856994,8699246,9856994' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9856994,9856994' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10854424,8999038,8999038,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10854424,1542794,1536831,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8999038,10997905,8999038' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8106369,9884074,9334232,9322919,9459574,9264324,10519430,12660315' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9884074,9322919,9459574,9264324,16158071' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9884074,9322919,9459574,9264324,7774575,12660315' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1313946,10519430,7774575,12660315,16158071,7475979,8955347,10698266' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15207811,2544881' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15207811,2544881' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2850496,11903042' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10806482,11297552,10806482,11342471' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15207811,14514732' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8170987,7869844,7624359,9686407,9262330,1967312' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9551996,26407101' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15163697,11850634,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11986215,11986215' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9395524,9395524' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9452434,14684734' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11986311,11986311' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11019817,10922494' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11560943,10632583,1502153' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16456079,3031025,11501527,3023326' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12604689,10978167,9020112' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10421368,10421367,11375253,11478907,11839762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10471841,11404457,11416225,11404457,11274220,11478907,11839762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7481766,12967935,8849681,10369464,12070757,22827708,10692489,11097863' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12889478,12889478' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1516719,10942578,7774675,12007532,10942578,11041375' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9058374,12213892' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7774675,10358030,10493100' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8884876,10493100,11101306,12165561,11101306' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11785979,7774675,12007532,11606131,8185570' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15464143,9686407' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8624732,9686407,7624359' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8137938,8195702,1427896' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,8702798,8195702' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8643460,8643460,7493937,16807358,7592911,7493937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2558309,11356126,9626554,10966654,7984244' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11030716,11030716,12606605,9607765,11030716,10475064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15246873,15246873' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7929370,11099506,10681521' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11106601,12588872' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11886876,12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11886876,12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12024206,12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7867073,7867073' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7867073,7867073,8641360' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23690594,23690594' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23690594,23690594' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10993067,10993067,12603837' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10077672,10206645,12374741' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11116144,11116144' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12947048,9108031' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7797535,9482662' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11159842,10854439' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11861531,10854439,11602681,10854439' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2558877,8702701,9108031' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10706604,10706604,16814777' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '27601670,10575006' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9549761,12665544' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8632753,7592910,11408607' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592911,7493937,7493937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11825645,12665544' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12714592,16500002,23396314,12714592' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12732206,14508119,29651291' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,29651291' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,29651291' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14675762,18165312,14530373,14701797,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18165312,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12899622,10571240,12899622,12670700,12167620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10571240,10571240,10571241' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12045255,12045255' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,16411781,11809971' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,16411781' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,12506116,15649866,12506116,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,15649866,12506116,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12506116,12506116,15649866,12506116,14522968,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14522968,15367576,14522968' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14522967,14522967,14522967' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11107061,11733378' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21909076,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11201742,15694322,11201742' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7782300,7612008,8579602,9440501,7782300' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '24157461,24211252,10652336' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11402070,8621728,9128259' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9129046,9128259,10713099,17064811' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10520994,10934324),15721238,10520994,9331348' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10196546,10196546' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10196546,9331348' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15721238,9883722' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11114375,12882840' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10520995,12198496,11937491' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14977921,14977921' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10520995,10520995' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8626456,15131125' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8626456,14596620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15001579,15001579' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10964907,10964907,10958799' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10551867,11087996' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17848687,25535338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10050855,10050855' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9811851,16867986,9811851' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23602662,10572074' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15153464,31315913' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '31358854,15368295' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10364234,10364234' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10433822,10433822' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10364234,11375980,10364234' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10102268,10102268' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15130495,10102268' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10102268,15130495' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '25989451,23345436' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '22286174,23345436' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10657301,10657301,12377945' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10835423,10835423,7592829' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10593924,7592829' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '30305242,24517231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '30305242,24517231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,9600011,15333679,7988476,11520208,9724791,1346068' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702767,9784130,8769372,9650799,10598788,15333679,7988476,11520208,9724791,9652348,1346068' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,15333679,7988476,11520208,9724791,8097479,9600011,1337145' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,9600011,15333679,7988476,11520208,9724791,8100352' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,9600011,15333679,7988476,11520208,9724791,9652348,7908405' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7557266,12548712,11786503,8985159,1311270,9190866,8702757,15265501,12548712' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12954451,7961636,11786503,9190866,7682062,11137709,7961636,10189055' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9272936,1312036,9190866,11226387,9272936' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8925404,9190866,12727971' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8925404,9190866,7682062,7961636,10189055' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7557266,8990205,1312036,2176308,9190866,11226387,8990205,10189055,10866201' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11062498,15224188,11786503' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11786503,11786503' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '6270680,12210842,6268632,16354665' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23183167,19064997' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '3018723,12297049' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10716993,10716993' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,8235612' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,10716993,7935686' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15247411,21170088' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,11157754' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,8106553,11157754' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,11157754' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11850637,10187774' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11850637,11850637,11382746,12729750,8106553' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1379600,10772961,10487979' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11980922,9169439,8550562,10397731' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9045712,14991768,7775583' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10495959,9766811' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12887919,16326706' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16326706,12887919' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7852363,10634209,14743216,19084540' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2158863,7664431,2158863,19084540' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15766588,10549288,9082980,9325248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15766588,9311998,10549288,9325248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9325248,9613612,9314565,9325248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9242610,9430226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9520411,12221720' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11581298,9367155' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9568710,11733492,12221720,9520411' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12787562,11728344,12529173' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10956646,10956646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14764606,10973284' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10956646,10801128' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15851487,12721620,11509692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10973284,10908663,10801128,10973284' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10799510,10318773,10799510,9462508' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894944,11390428,9462508' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11911831,11911831' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10037686,10037686,10074428' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12134113,12134113' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8391931,11754357' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8088337,13130507,9045669,8088337' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2175902,15117874,9794253' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15571461,2558651' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26198769,22915648' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11416224,15450949,11123370,8612563,8612563,9423932' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10816663,15450949,11123370,8612563,9423932,11416224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11329063,15450949,11416224,11226328' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11329063,15450949,11329063,11416224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '29651291,26041808' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894171,26041808' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11239445,29651291,26041808' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10499587,15109617,11976263,12238917,15852036,10581185' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14550283,11015293,14550283' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10438935,10438935' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11751331,12097820,19057841' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8621427,15637071,8621427,17051153,9393862' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8621427,15637071,8621427,17318185' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11986311,15637071,11986311,10409677,9529250,17222790,16763549' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '97517301,9751730' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '409677,10409677' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12881528,8700872,16530705' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8612600,11332691,11332691' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9435229,9435229,21148085' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9435229,9435229' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16816121,9435229' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10583729,16930633,11931347' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11027527,8791009,8074647,16930633,9928018,9437714,10801840,10570056,8390245,11931347,9726637,9152366,9454823,15247290,807467,11027527' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12220741,16930633,10801840,9454823,9928018,10570056,11931347,9437714,9152366,9726637,8146174,9454823,10801840' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11331280,16195248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12183630,12087105,6336654' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15454084,15454084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9147651,9147651' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11029007,11448771' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15454084,15454084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18313787,25892522' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18528331,15454084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18215320,19910923' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21665003,21128903' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14739301,12897152' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265686,21541287,15265686,15265686' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9389482,19910923' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18567805,12857724' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12857724,12857724' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '28733458,30978219,25892522' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9632725,9632725,11446740' cannot be translated to UTF-8, is it valid in 'UTF-8'? ** data *** moving datasets to lazyload DB ** 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 (scDiffCom) The downloaded source packages are in '/tmp/th798/24589662/RtmpyTsx38/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 34.746 1.766 98.912 > print(Sys.time()) [1] "2025-10-23 00:23:43 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-10-23 00:23:43 MST" Installing package into '/tmp/th798/24589662/R-devel/1283/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.8' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/24589662/R-devel/1283/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-10-23 00:24:05 MST" * using log directory '/tmp/th798/24589662/R-devel/1283/scDiffCom.Rcheck' * using R Under development (unstable) (2025-10-22 r88967) * 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 'scDiffCom/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'scDiffCom' version '1.2.0' * 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 'scDiffCom' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'spelling.R' Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-10-23 00:29:44 MST" [1] "2025-10-23 00:29:44 MST" Installing package into '/tmp/th798/24589662/R-devel/1283/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollapply.c -o frollapply.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mergelist.c -o mergelist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shellsort.c -o shellsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o frollapply.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o mergelist.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shellsort.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/24589662/R-devel/1283/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-10-23 00:30:09 MST" * using log directory '/tmp/th798/24589662/R-devel/1283/scDiffCom.Rcheck' * using R Under development (unstable) (2025-10-22 r88967) * 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 'scDiffCom/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'scDiffCom' version '1.2.0' * 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 'scDiffCom' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'spelling.R' Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-10-23 00:35:47 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + unlink(dt.git, recursive=TRUE, force=TRUE) + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } > WARNING: ignoring environment value of R_HOME R version 4.5.1 (2025-06-13) -- "Great Square Root" 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-10-23/deps.csv", task.str = "1283", release = "/scratch/th798/data.table-revdeps/2025-10-23/data.table_release_1.17.8.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-10-23/data.table_master_1.17.99.59f966cf6839a0494e42ed1ab98616eea03dcb36.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/24589662/R-release/1283" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/24589662/R-release/1283/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "scDiffCom" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/24589662/R-release/1283/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-10-23 00:35:54 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/24589662/R-release/1283/library' (as 'lib' is unspecified) trying URL 'http://cloud.r-project.org/src/contrib/scDiffCom_1.2.0.tar.gz' Content type 'application/x-gzip' length 2297863 bytes (2.2 MB) ================================================== downloaded 2.2 MB * installing *source* package 'scDiffCom' ... ** this is package 'scDiffCom' version '1.2.0' ** package 'scDiffCom' successfully unpacked and MD5 sums checked ** using staged installation ** R Warning in load(srcFile, e) : strings not representable in native encoding will be translated to UTF-8 Warning in load(srcFile, e) : input string '1702392,10652313,12194978' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9914169,9516430' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9914169,10944520' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10882063,9620803' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10825303,15361064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11162558,15361064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10100920,8703026,10583729,16930633,11931347,10583729,8253796' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11897681,9928018,11931347,16930633,8791009,12429744' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16930633,11978642,9928018,11931347,8146174' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12802337,12802337' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15692146,12565884' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9620797,9620797' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16111673,15823563' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10225955,10617658' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10744716,11024295' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9311920,9819197,9893984,11747427' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9311920,9299416,10318826,11747427,12815165' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9892020,9892020' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10993080,15930094,21464395,10193788,12006574,15930094' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8315512,8185599,17138938,21464395,2775266,7850406,8242249,8185599' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12829792,12829792' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11158855,8898021' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17708745,21149578' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7997230,8889695' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '19379779,15690488' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8980223,9723709,8980223,12427764,8980224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9204896,9723709' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10051567,15284220' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10882119,10882119,12560218,10882119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12368905,10882119,12560218,16278303' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '25639753,28137936,26611206' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10617103,9792798,12603839,15341513,10777510,12939143,11336787,12603839' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11327878,12031600' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11327878,12036962' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2779654,22622580' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12950167,12167620,12950167' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12870663,12167620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11316806,11160457' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12212791,7543026' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2466334,10085134' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12519790,10801846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9883723,9883723' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12851328,9058374' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1560825,8106369,8106369,9884074,9334232,10780976,9322919,12446593,9459574,15084136,9264324,10866830,9864265,10519430,8106369' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7929452,9884074,10780976,9322919,12446593,9459574,15084136,9264324,9864265,10519430,16158071,7929452' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11857925,9884074,10780976,9322919,12446593,9459574,15084136,9264324,9864265,10519430,7774575,11012895,11857925' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12446593,15084136,10519430,7774575,11337500,16158071,7475979,8955347,7921229' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18055229,18852879,24133212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7644540,9312147' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12044914,12419820' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12700180,11263668,10881198,10692589,15064755' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12700180,7811286,9872992,15064755' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11263668,10880444' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8006002,11241215,8702914,7644468' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8006002,11282024,8702914,7811286' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7673243,7644468,8702914' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12297674,10504300,11401330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10504300,11401330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12297674,8006002' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7790373,9748228,12667445' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12297674,7791754,8605097' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10631182,8605097' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8144591,9528863' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10214951,11254912' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11342658,20527893,11342658' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9988761,10382758' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '4062888,11073102' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '4062888,7512600' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10608878,10608878' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1847994,10602324,9881961,15661745,11773063,9553099' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11773063,11773063,12899627' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12826663,17250899,22703826,25268382' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2158663,15692146,11023820,9487987,14722252,7588285,12565884,10342886,11033437' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9620797,9620797,8626685,14668209,3001670,12234182' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9620797,12234182' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8006073,11327697' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14980518,12821648' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15371419,15371419' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11015447,11015447,11015447' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10368033,10400673,10400673,11300760,9006937,9603948,10595537' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10368033,10438490,8349705,7681836,10438490,12695525,15068617,15520004,15001692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12645948,11154210,16221874,10419462,12967681,9211859' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12554737,15207250,11264152' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8642344,9276730,10488147,16339911,12761559,10854442,8642344,9712872,8642344,8609214,8676064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10477718,11264152,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9195948,9276730,12554737,12149192,9195948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9005985,9276730,16339911,12149192' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9790730,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9687537,12381680,11085751' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,16298345,11085751' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9346309,9346309,9346309' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9346309,9346309,9346309' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11470772,11470772,10910894' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11470772,11470772' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265943,15265943' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9169480,9430724,9430724,9169480' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12832759,9521068' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23341447,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11342595,9153236,9507024,9153236' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '13679391,17416748' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,9405404' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7679328,8631787' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9287323,9276730,9346309,12554737,15207250,10770925,10529171,9287323' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16298345,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9169459,9294137,12081481,9223454,9169459,9294137' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23341447,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11970971,9507024,9507024,9585422' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9430724,9430724,9430724,9933589,9743322' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9886417,12381680,9558365,10660125,9886417' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10488147,15207250,16339911,12218106' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23341447,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11159507,10229797,10498628' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10488147,15207250,10488147,16339911,10488147' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11821900,10725697,10725696' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12718728,10725697,11821900' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10781587,10781587,10975800' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,10975800' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9115216,12381680,11170631,9624164,8530354,10660125,10202040,7545673' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,11170631,16298345,9790730,11700073,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11734558,11449371' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11734558,10364178' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12381680,8530354,7594543' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,16298345,9790730,12427015,8663314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12081195,17416748' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9624164,8530354,9289016,11116158,14637022,12270118,7545673' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8642344,8642344,9289016,8642344' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12270118,8573157' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,10318947,16298345,9790730,9289016,8663314,11116158,14637022,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,9405404' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9115216,12381680,11994538,8530354,7545673' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9364936,10706668' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8530354,9276730,9346309,12554737,8530354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8642344,8642344,8642344' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16298345,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12554737,9115216,12149192' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9005985,9005985' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9790730,9468473,10477718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15906253,12050162' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15187158,19283782' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9129046,9129046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17629517,18585785,20587542' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9551996,26407101' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1374165,10647992,7516405,7543281' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18287277,23470321' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12417446,10540231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8120384,8120384,8186199,8580829,15723067,7479974,9862673,9767422' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23954143,17953528' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '24658051,30759143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17971293,15034010' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7969453,12434297' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7969453,10837471' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9531566,7642713' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16282604,16246332' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10377245,10377245' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10342833,12727981,1922095,10342833' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10446903,12727981,1922095,2254302' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '32027618,32506691' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10966616,10966616,11294841,11285233' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10966616,10966616' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '29721382,26147876' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8627290,7810882,10812968' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12643274,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12643274,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11336704,11336704' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12682293,11158588' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12611880,9659899' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7688313,11359786,11856343,2156854' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7688313,10464311' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7688313,9685391' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11227737,11227737' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12915402,12915402' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11011067,9650799,10598788,15333679,9205124,9125122' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9125122,9650799,10598788,15333679,9125122' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9125122,9650799,10598788,15333679,9125122,9205124' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11011067,9650799,10598788,9125122,9205124' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11011067,9650799,10598788,15333679,9205124,9125122' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8536644,7692441,9326293,9851694,11123370,8612563,7477349,9178757' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8536644,11123370,8243338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7883784,2408759,8355686' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2828352,10572088,1702217,8910448,9211889' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2828352,8278375,2645577' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11432858,14607932,9931005,9390561' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12734373,7592830' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,1379593,1379593,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1379593,10188995,8940121,8550564,8940121,8702798,1379593' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9064356,12884299,9660793,15761110,12571234,10233762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '27875312,29180449,29386406' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12884299,15761110,15273303,9625760' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16107333,20956518,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9660793,9660793' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8752280,12714578,9551924,9712844,10233851,8752281' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9463416,9486651,9463416' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14625285,11290797,11017100,11290797' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9260277' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,8702798,9260277' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9692902,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,9692902,8702798' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9692902,10593335,9692902' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12964882,9692902,10593335,9692902' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9921412,17416748' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8137938,1379593,10188995,15946947,8940121,15282370,1840701' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11511101),1379593,10188995,15946947,8940121,15282370,9464567,8702798,8626516' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12884299,9660793,15761110,9660793,12782716' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12105206,9988678' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10521347,11714836' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10050855,10050855,11435703' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9811851,9811851' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12050670,12050670' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11357136,11357136,11448771' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11357136,11742004,11357136' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9819428,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12482954,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16219802,10837024,11739188' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16219802,12814948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12084975,11039935,11039935,12270937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12084975,11039935,11309369' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9082970,7647976,10770212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2175397,9082970,7647976' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8001160,8086489,7524189,8460684,8904635,8001160,11982704' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474,11519828' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11248553,14692877,8755474,7973638' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8070404' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9751130' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10531456' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,12907451' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,12496762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10516308' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10366629' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10607706,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10607706,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10607706' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9245480' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9751130,9195962,9245480' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8755474' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10531456' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,11416136' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15107857,15107857' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,11713248,10669731,12223469' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,8878483' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,12761826' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,10066262,8559144' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,11780069' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7534404,12051776,9718367' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12649481),12383247,9484836' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9330863,9484836' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '6289330,12093292,12620237,10788520,16274239,15620700,12297050' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26481148,25586589' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9442088,16982323,10318834,9808045' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8626392,9419975' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11356985,10644723,12563219,9058715,10978167' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11356985,10978167' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11356985,12732212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12732212,12732212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2933256,11024046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7615164,8663147,14691232' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12787023,12787023,9925787' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11560943,12522143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11560943,12522212' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9126929,9228058,9126929' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14697332,10318773,11994433,9872321' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '24056717,21303848' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16785534,16172256' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8756477,11032250,10336501' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10618369,11069186,14732692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10574949,14732692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,10736564,10336501' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9582367,12591959,9582367' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15781473,10751172' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14730967,10525310' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10950949,11030354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,10574949' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8530375' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11015614,16982797' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16081635,12032146' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592624,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592624,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,11486033' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8386828,8386828' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8386828,11876253' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1385111,8663044' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1385111,1385111' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12591959,7687739' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8290257,10574949' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8663044,10751172' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,11486033,10574949' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11486033,10736564' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663044,8576175' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15231666,10574949,8576175' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15147956,9651358,7505204' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9842903,11010812,9117345' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1532572,11423542,10772816,11801679,9211865,1694173' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7626807,7559467' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7626807,7688313,9842903,10772816,11010812,8120056' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11423542,8663002,1694173' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1532572,1532572' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9361795,10470109' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10772816,10772816' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2126341,10395410' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10689365,11481429,9168941,9685625,9808667,9880084,7524088,11600206,8617199,9808667,7524088' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,9880084,9685625,11600206,9480833,9685625' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,9832121,9722565,9880084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10689365,15944009' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,15944009,20880399' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9832121,15944009' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7854420,8939948,8621659,16362042' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9160883,8939948,8939948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7867073,8939948,8621659,8939948' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12529935,4305077,8382034' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8404634,7937318,15528268,8404634,11116211' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9990065,11738243,11738243' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12414726,16845371' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '28953886,28846097,28846098,28846099' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702914,15569154,11282024' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702914,9525338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16049014,9525338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16049014,9525338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12135884,12135884' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14514671,8674117,9482105' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,9407096' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9482105,9182803,14514671,8674117' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7680413,1333056' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10604470,15905359,10628755,12907757,21402696,11314756,10604470,11227737' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15655707,7589426,15655707,8795084,12627975,7589426' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8663053,11055978' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8662698,8903513' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10644723,8982657' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10598579,17215244' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '414473,17452338,11726197,17095587,9414473' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17452338,17942747,19638591' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12527360,16563432' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20660291,25810250,27894090,27174917' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '22361451,24163244' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1720612,7838118,10454496,7838118,19463875,7838118' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10845107,10601865,11889121' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11081635,11081635' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1939101,11735113,11846885,8194524' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12725245,12725245' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1840698,9135143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9491897,9491897,10498827,14691055,11403934,12606634,11250867,12702704,11266181,11162621,12208495,18599270,21362456,9491897' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9491897,9491897,12702704,11162621,12208495,18599270,9491897' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1846706,1655405,15167892,18495663' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15719024,8617928,8760804' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12853576,9531263' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '28514659,7931060,8760827' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15607823,8046332' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17407096,23804219,23857132' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12853576,9531263' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15607823,10429675,9378975,11323700,10820396,11163076,12794140,11009104,12454284,9686591,9768753' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15607823,8692965,9768753,10497191' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265913,9521070' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9486650,9486650' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9486650,9486650,9103421' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9486650,14734748,9815261,9486650,9886400' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10190900,10190900' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9405670,9295021,9405670' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15718280,9933109,12853576,12874224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12853576,15670976,9531263,10190906' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12529937,9487987,10342886' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11073102,9488691' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14507735,4062888,7642561,11279101' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15023143,9786897' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15728350,11353828,15728350' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15728350,11353828,7822326' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15355350,10846180' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15355350,11435317' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15355350,10846180' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10741396,8995416' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10741396,8995416' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21530327,23470321' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14599850,23954143' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11698684,7932753' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10339405,11888273' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278538,1834641' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278538,10395669' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10811850,12165521,10986460,11250200' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10811850,7673114' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,12469119' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278538,1834641' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2877871,1852007' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2964083,7797478,9722981' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9281335,9722981' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10050855,10050855,11435703' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11562786,9811851' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11485736,8248239,8897595,11717514,10231374,7759550' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11485736,9312047' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10948192,7670098,10504396' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7843232,7527811' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11086056,11940489' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12704343,11278629' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12704343,11003391' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12704343,11709756' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,7641685,16284400' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,8026467,9176231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,8568232' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1851800,7910967' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9367539,9367539' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10749887,10749887' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9325300,9325300' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11564763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2946959,2946959' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7878046,7878046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '62193,9820540,9062193' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8332913,7878046' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9820540,9820540' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,1993646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,11035066,8049354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265897,10662798,8049354' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11163236,12351624,14580208' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11163236,12351624,14580208' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11418623,11418623' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '58985,11035029' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11390453,11390453' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12023369,11114383,12023369,12671732' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12023369,12023369' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12974481,11706020' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11058597,11058597' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11700046,9278420' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11700046,9278420,8649415' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20926795,16286016,19996325,29763370' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7918378,8266078' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7918378,11786020' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11748263,1732409,7721873,10880230' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '3136546,14557255,12829785' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8293462,3136546,14557255' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7522165,11858939,9010926' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7522165,11858939,10390077' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9535918,11588013' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12493742,10746731' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8167568,8397373' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12466190,11266516' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11266516,15196700' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12466190,11266516' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2550426,2550426' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12114498,15649866,20560146,12114498,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15465925,15525639' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7697721,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10551863,10551863,10958687' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11006133,14714274,12482954' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11006133,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11006133,11006133' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16093349,11590146' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12944565,11385580,15665093,11385580,11457843,11457843' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1698556,1375232,7680037' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8063797,9111052,10422787,9313952' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8063797,8302267,9203620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14530218,1374385' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11278916,9688542' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2970671,11054877' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12244066,11133776' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9463481,8608603' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '22405860,20220021' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20220021,18974846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20220021,18974846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '20220021,18974846' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '3470775,12727981,1922095,3470775' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9716487,12707269' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9716487,12601009,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1281473,7510694,7989348' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14596620,10747918,1374383,1718973' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11557679,8940146' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592875,10571241' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23345436,19252495' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9153189,9462508' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9552007,8123048,2160731' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7995952,7916655' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15178744,1464627' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9763566,9686597' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8600538,10702270,9873398' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8600538,9233649' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12122009,12122009' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10935626,12486116' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,10426993' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,19329438' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12782713,26039541' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10381885,15677347,11461914,11781320,16531413,11259768,10381885,11461914,12054506' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11359774,11359786' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10514495,10514495' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10652271,17912438' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '27601670,10575006' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8062829,9045873' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '30759143,17971293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12740392,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26755705,30659054' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11114882,14985763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10490030,10490030,14985763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14985763,14985763' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8831898,9686320' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240,14522992' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240,9325340' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8576240,8576240' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1720612,10454496,7838118,21729729,19463875' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15169928,10454496,7838118,10544247,8253343,8392057' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15635449,15635449,15635449' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15635449,15635449' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894543,15292653,10894543,10899166,15331768,10811630' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894543,15292653,10894543,10899166,15331768,10894543,10899166,10887190' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12401809,12401809,12118011,12401809,12118011' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12401809,12401809' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11024015,12242085,17011599,12421602,11024015' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11024015,12421602,11325787,10851242,12609745' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11470831,11470831' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15911069,8700153,12547834' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1672777,1660465,1309330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2169733,2169733' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8700153,7901875,1309330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1309330,1309330,7901875' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11952095,1309330,12709393' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11533490,1309330' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15312648,15312648' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11024015,12242085,12421602,17337079' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12242085,12421602' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12130646,12130646,12401809,12130646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12130646,12401809,12719537,12130646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9549761,12007534,7559383,9001438' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9549761,8632753,7592910,9001438,7559383,12007534' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592911,7493937,7493937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12417094,8824284,12007534' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1350381,7514177' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7514177,7592681,11555649,9565587,8702572' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8062828,10537356,7721889,9565587' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9168115,9168115,9168114' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9168115,9168115,9168114' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9275162,9275162' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,9407096' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,10829012' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9182803,9192898' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7679912,9488719,9973222' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7679912,11855816' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8861902,10399920,9950216,12810718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8861902,12636918' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12810718,10399920,12810718' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15520228,10366627' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14595443,14595443' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1331689,1694443,11811984,11723247,10930533,11559354,16087676' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9851594,11723247,11801734,16087676' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9756851,16087676' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9856994,8699246,9856994' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9856994,9856994' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10854424,8999038,8999038,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10854424,1542794,1536831,16051226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8999038,10997905,8999038' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8106369,9884074,9334232,9322919,9459574,9264324,10519430,12660315' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9884074,9322919,9459574,9264324,16158071' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9884074,9322919,9459574,9264324,7774575,12660315' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1313946,10519430,7774575,12660315,16158071,7475979,8955347,10698266' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15207811,2544881' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15207811,2544881' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2850496,11903042' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10806482,11297552,10806482,11342471' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15207811,14514732' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8170987,7869844,7624359,9686407,9262330,1967312' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9551996,26407101' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15163697,11850634,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11986215,11986215' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9395524,9395524' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9452434,14684734' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11986311,11986311' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11019817,10922494' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11560943,10632583,1502153' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16456079,3031025,11501527,3023326' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12604689,10978167,9020112' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10421368,10421367,11375253,11478907,11839762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10471841,11404457,11416225,11404457,11274220,11478907,11839762' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7481766,12967935,8849681,10369464,12070757,22827708,10692489,11097863' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12889478,12889478' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1516719,10942578,7774675,12007532,10942578,11041375' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9058374,12213892' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7774675,10358030,10493100' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8884876,10493100,11101306,12165561,11101306' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11785979,7774675,12007532,11606131,8185570' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15464143,9686407' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8624732,9686407,7624359' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8137938,8195702,1427896' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702798,8702798,8195702' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8643460,8643460,7493937,16807358,7592911,7493937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2558309,11356126,9626554,10966654,7984244' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11030716,11030716,12606605,9607765,11030716,10475064' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15246873,15246873' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7929370,11099506,10681521' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11106601,12588872' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11886876,12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11886876,12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12024206,12054613,15772293' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7867073,7867073' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7867073,7867073,8641360' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23690594,23690594' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23690594,23690594' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10993067,10993067,12603837' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10077672,10206645,12374741' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11116144,11116144' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12947048,9108031' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7797535,9482662' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11159842,10854439' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11861531,10854439,11602681,10854439' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2558877,8702701,9108031' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10706604,10706604,16814777' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '27601670,10575006' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12011057,11544254' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9549761,12665544' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8632753,7592910,11408607' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7592911,7493937,7493937' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11825645,12665544' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12714592,16500002,23396314,12714592' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12732206,14508119,29651291' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,29651291' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26041808,29651291' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14675762,18165312,14530373,14701797,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18165312,23396314' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12899622,10571240,12899622,12670700,12167620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10571240,10571240,10571241' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12045255,12045255' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,16411781,11809971' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,16411781' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,12506116,15649866,12506116,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11809971,15649866,12506116,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12506116,12506116,15649866,12506116,14522968,15649866' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14522968,15367576,14522968' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14522967,14522967,14522967' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11107061,11733378' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21909076,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21693646,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21727895,21693646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11201742,15694322,11201742' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7782300,7612008,8579602,9440501,7782300' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '24157461,24211252,10652336' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11402070,8621728,9128259' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9129046,9128259,10713099,17064811' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10520994,10934324),15721238,10520994,9331348' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10196546,10196546' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10196546,9331348' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15721238,9883722' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11114375,12882840' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10520995,12198496,11937491' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14977921,14977921' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10520995,10520995' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8626456,15131125' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8626456,14596620' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15001579,15001579' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10964907,10964907,10958799' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10551867,11087996' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '17848687,25535338' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10050855,10050855' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9811851,16867986,9811851' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23602662,10572074' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15153464,31315913' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '31358854,15368295' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10364234,10364234' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10433822,10433822' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10364234,11375980,10364234' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10102268,10102268' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15130495,10102268' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10102268,15130495' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '25989451,23345436' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '22286174,23345436' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10657301,10657301,12377945' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10835423,10835423,7592829' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10593924,7592829' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '30305242,24517231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '30305242,24517231' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,9600011,15333679,7988476,11520208,9724791,1346068' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8702767,9784130,8769372,9650799,10598788,15333679,7988476,11520208,9724791,9652348,1346068' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,15333679,7988476,11520208,9724791,8097479,9600011,1337145' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,9600011,15333679,7988476,11520208,9724791,8100352' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8769372,9784130,8769372,9650799,10598788,9600011,15333679,7988476,11520208,9724791,9652348,7908405' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7557266,12548712,11786503,8985159,1311270,9190866,8702757,15265501,12548712' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12954451,7961636,11786503,9190866,7682062,11137709,7961636,10189055' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9272936,1312036,9190866,11226387,9272936' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8925404,9190866,12727971' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8925404,9190866,7682062,7961636,10189055' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7557266,8990205,1312036,2176308,9190866,11226387,8990205,10189055,10866201' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11062498,15224188,11786503' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11786503,11786503' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '6270680,12210842,6268632,16354665' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '23183167,19064997' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '3018723,12297049' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10716993,10716993' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,8235612' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,10716993,7935686' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15247411,21170088' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,11157754' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,8106553,11157754' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12809600,11157754' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11850637,10187774' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11850637,11850637,11382746,12729750,8106553' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '1379600,10772961,10487979' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11980922,9169439,8550562,10397731' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9045712,14991768,7775583' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10495959,9766811' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12887919,16326706' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16326706,12887919' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '7852363,10634209,14743216,19084540' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2158863,7664431,2158863,19084540' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15766588,10549288,9082980,9325248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15766588,9311998,10549288,9325248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9325248,9613612,9314565,9325248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9242610,9430226' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9520411,12221720' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11581298,9367155' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9568710,11733492,12221720,9520411' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12787562,11728344,12529173' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10956646,10956646' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14764606,10973284' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10956646,10801128' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15851487,12721620,11509692' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10973284,10908663,10801128,10973284' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10799510,10318773,10799510,9462508' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894944,11390428,9462508' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11911831,11911831' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10037686,10037686,10074428' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12134113,12134113' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8391931,11754357' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8088337,13130507,9045669,8088337' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '2175902,15117874,9794253' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15571461,2558651' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '26198769,22915648' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11416224,15450949,11123370,8612563,8612563,9423932' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10816663,15450949,11123370,8612563,9423932,11416224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11329063,15450949,11416224,11226328' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11329063,15450949,11329063,11416224' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '29651291,26041808' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10894171,26041808' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11239445,29651291,26041808' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10499587,15109617,11976263,12238917,15852036,10581185' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14550283,11015293,14550283' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10438935,10438935' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11751331,12097820,19057841' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8621427,15637071,8621427,17051153,9393862' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8621427,15637071,8621427,17318185' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11986311,15637071,11986311,10409677,9529250,17222790,16763549' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '97517301,9751730' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '409677,10409677' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12881528,8700872,16530705' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '8612600,11332691,11332691' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9435229,9435229,21148085' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9435229,9435229' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '16816121,9435229' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '10583729,16930633,11931347' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11027527,8791009,8074647,16930633,9928018,9437714,10801840,10570056,8390245,11931347,9726637,9152366,9454823,15247290,807467,11027527' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12220741,16930633,10801840,9454823,9928018,10570056,11931347,9437714,9152366,9726637,8146174,9454823,10801840' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11331280,16195248' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12183630,12087105,6336654' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15454084,15454084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9147651,9147651' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '11029007,11448771' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15454084,15454084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18313787,25892522' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18528331,15454084' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18215320,19910923' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '21665003,21128903' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '14739301,12897152' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '15265686,21541287,15265686,15265686' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9389482,19910923' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '18567805,12857724' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '12857724,12857724' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '28733458,30978219,25892522' cannot be translated to UTF-8, is it valid in 'UTF-8'? Warning in load(srcFile, e) : input string '9632725,9632725,11446740' cannot be translated to UTF-8, is it valid in 'UTF-8'? ** data *** moving datasets to lazyload DB ** 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 (scDiffCom) The downloaded source packages are in '/tmp/th798/24589662/RtmpjvhBB9/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 33.626 1.640 41.169 > print(Sys.time()) [1] "2025-10-23 00:36:35 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-10-23 00:36:35 MST" Installing package into '/tmp/th798/24589662/R-release/1283/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.8' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/24589662/R-release/1283/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-10-23 00:36:58 MST" * using log directory '/tmp/th798/24589662/R-release/1283/scDiffCom.Rcheck' * using R version 4.5.1 (2025-06-13) * 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 'scDiffCom/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'scDiffCom' version '1.2.0' * 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 'scDiffCom' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'spelling.R' Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-10-23 00:42:34 MST" [1] "2025-10-23 00:42:34 MST" Installing package into '/tmp/th798/24589662/R-release/1283/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollapply.c -o frollapply.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c mergelist.c -o mergelist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shellsort.c -o shellsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o frollapply.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o mergelist.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shellsort.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/24589662/R-release/1283/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-10-23 00:42:59 MST" * using log directory '/tmp/th798/24589662/R-release/1283/scDiffCom.Rcheck' * using R version 4.5.1 (2025-06-13) * 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 'scDiffCom/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'scDiffCom' version '1.2.0' * 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 'scDiffCom' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'spelling.R' Running 'testthat.R' OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-10-23 00:48:36 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + unlink(dt.git, recursive=TRUE, force=TRUE) + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } >