==1164123== Memcheck, a memory error detector ==1164123== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1164123== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info ==1164123== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R -f testthat.R --restore --save --no-readline --vanilla ==1164123== R Under development (unstable) (2022-09-10 r82831) -- "Unsuffered Consequences" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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. > library(testthat) > library(AGread) > > test_check("AGread") ==1164123== Conditional jump or move depends on uninitialised value(s) ==1164123== at 0x188CB4F8: next_separator(Rcpp::Vector<24, Rcpp::PreserveStorage>, int) (packages/tests-vg/AGread/src/helpers.cpp:14) ==1164123== by 0x188BBDC1: dev1_bin_initialize(Rcpp::Vector<24, Rcpp::PreserveStorage>, bool, Rcpp::Vector<13, Rcpp::PreserveStorage>) (packages/tests-vg/AGread/src/dev_bin_init1.cpp:86) ==1164123== by 0x188ACC4D: _AGread_dev1_bin_initialize (packages/tests-vg/AGread/src/RcppExports.cpp:65) ==1164123== by 0x49E3CF: R_doDotCall (svn/R-devel/src/main/dotcode.c:607) ==1164123== by 0x49E91B: do_dotcall (svn/R-devel/src/main/dotcode.c:1284) ==1164123== by 0x4D56AB: bcEval (svn/R-devel/src/main/eval.c:7126) ==1164123== by 0x4EFA0F: Rf_eval (svn/R-devel/src/main/eval.c:748) ==1164123== by 0x4F136D: R_execClosure (svn/R-devel/src/main/eval.c:1918) ==1164123== by 0x4F20C2: Rf_applyClosure (svn/R-devel/src/main/eval.c:1844) ==1164123== by 0x4EFB1B: Rf_eval (svn/R-devel/src/main/eval.c:871) ==1164123== by 0x4F027F: forcePromise (svn/R-devel/src/main/eval.c:568) ==1164123== by 0x4EFBEA: Rf_eval (svn/R-devel/src/main/eval.c:771) ==1164123== Uninitialised value was created by a client request ==1164123== at 0x52ECBD: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2930) ==1164123== by 0x47F0B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:595) ==1164123== by 0x47F0B8: do_readbin (svn/R-devel/src/main/connections.c:4344) ==1164123== by 0x4D56AB: bcEval (svn/R-devel/src/main/eval.c:7126) ==1164123== by 0x4EFA0F: Rf_eval (svn/R-devel/src/main/eval.c:748) ==1164123== by 0x4F136D: R_execClosure (svn/R-devel/src/main/eval.c:1918) ==1164123== by 0x4F20C2: Rf_applyClosure (svn/R-devel/src/main/eval.c:1844) ==1164123== by 0x4EFB1B: Rf_eval (svn/R-devel/src/main/eval.c:871) ==1164123== by 0x1839405C: eval_pipe_lazy (/tmp/RtmpMyZro5/R.INSTALL1533bd292ca570/magrittr/src/pipe.c:186) ==1164123== by 0x1839405C: magrittr_pipe (/tmp/RtmpMyZro5/R.INSTALL1533bd292ca570/magrittr/src/pipe.c:105) ==1164123== by 0x49C8B7: do_External (svn/R-devel/src/main/dotcode.c:573) ==1164123== by 0x4D56AB: bcEval (svn/R-devel/src/main/eval.c:7126) ==1164123== by 0x4EFA0F: Rf_eval (svn/R-devel/src/main/eval.c:748) ==1164123== by 0x4F136D: R_execClosure (svn/R-devel/src/main/eval.c:1918) ==1164123== [ FAIL 0 | WARN 0 | SKIP 6 | PASS 17 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On CRAN (6) [ FAIL 0 | WARN 0 | SKIP 6 | PASS 17 ] Deleting unused snapshots: • RAW/RAW_read_cache_1.rds • RAW/RAW_read_cache_5.rds • agd/read_agd.rds • counts/read_counts.rds • gt3x/read_3x_imu.rds • gt3x/read_3x_raw.rds • interpolate/interpolate_cache.rds • reintegrate/backward5.rds • reintegrate/backward60.rds • reintegrate/forward5.rds • reintegrate/forward60.rds > > proc.time() user system elapsed 447.399 3.298 452.010 ==1164123== ==1164123== HEAP SUMMARY: ==1164123== in use at exit: 328,065,001 bytes in 66,534 blocks ==1164123== total heap usage: 559,088 allocs, 492,554 frees, 1,160,248,841 bytes allocated ==1164123== ==1164123== LEAK SUMMARY: ==1164123== definitely lost: 0 bytes in 0 blocks ==1164123== indirectly lost: 0 bytes in 0 blocks ==1164123== possibly lost: 0 bytes in 0 blocks ==1164123== still reachable: 328,065,001 bytes in 66,534 blocks ==1164123== suppressed: 0 bytes in 0 blocks ==1164123== Reachable blocks (those to which a pointer was found) are not shown. ==1164123== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==1164123== ==1164123== For lists of detected and suppressed errors, rerun with: -s ==1164123== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)