==14184== Memcheck, a memory error detector ==14184== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==14184== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==14184== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R -f testthat.R --restore --save --no-readline --vanilla ==14184== R Under development (unstable) (2018-03-31 r74499) -- "Unsuffered Consequences" Copyright (C) 2018 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. > ################################################################################ > # Copyright 2017-2018 Gabriele Valentini, Douglas G. Moore. All rights reserved. > # Use of this source code is governed by a MIT license that can be found in the > # LICENSE file. > ################################################################################ > library(testthat) > library(rinform) Attaching package: 'rinform' ==14184== Conditional jump or move depends on uninitialised value(s) ==14184== at 0x402F0A9: ??? ==14184== by 0x107F8767: ??? ==14184== by 0x107F8767: ??? ==14184== by 0x107F876B: ??? ==14184== by 0x1FFEFF77EF: ??? ==14184== The following object is masked from 'package:base': dump > > test_check("rinform") ==14184== Invalid read of size 4 ==14184== at 0x15B23A88: r_integration_evidence_parts_ (packages/tests-vg/rinform/src/rinform_integration_evidence.c:23) ==14184== by 0x49B0C7: do_dotCode (svn/R-devel/src/main/dotcode.c:1764) ==14184== by 0x4CC0A9: bcEval (svn/R-devel/src/main/eval.c:6771) ==14184== by 0x4DA5EF: Rf_eval (svn/R-devel/src/main/eval.c:624) ==14184== by 0x4DBEFE: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==14184== by 0x4DA77C: Rf_eval (svn/R-devel/src/main/eval.c:747) ==14184== by 0x4D0D49: bcEval (svn/R-devel/src/main/eval.c:7279) ==14184== by 0x4DA5EF: Rf_eval (svn/R-devel/src/main/eval.c:624) ==14184== by 0x4DBEFE: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==14184== by 0x4D169A: bcEval (svn/R-devel/src/main/eval.c:6739) ==14184== by 0x4DA5EF: Rf_eval (svn/R-devel/src/main/eval.c:624) ==14184== by 0x4DADC0: forcePromise (svn/R-devel/src/main/eval.c:520) ==14184== Address 0x13ba8e84 is 6,948 bytes inside a block of size 7,960 alloc'd ==14184== at 0x4C2DB6B: malloc (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:299) ==14184== by 0x5103AD: GetNewPage (svn/R-devel/src/main/memory.c:888) ==14184== by 0x512029: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2539) ==14184== by 0x4A098B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:577) ==14184== by 0x4A098B: duplicate1 (svn/R-devel/src/main/duplicate.c:345) ==14184== by 0x4A0F09: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==14184== by 0x4A0F09: duplicate_list (svn/R-devel/src/main/duplicate.c:268) ==14184== by 0x4A0F09: duplicate1 (svn/R-devel/src/main/duplicate.c:317) ==14184== by 0x4A0F09: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==14184== by 0x4A0F09: duplicate_list (svn/R-devel/src/main/duplicate.c:268) ==14184== by 0x4A0F09: duplicate1 (svn/R-devel/src/main/duplicate.c:317) ==14184== by 0x4A0F09: duplicate_child (svn/R-devel/src/main/duplicate.c:206) ==14184== by 0x4A0F09: duplicate_list (svn/R-devel/src/main/duplicate.c:268) ==14184== by 0x4A0F09: duplicate1 (svn/R-devel/src/main/duplicate.c:317) ==14184== by 0x1529FEBF: r_duplicate (/tmp/RtmpbLuSfW/R.INSTALLa82727677af/rlang/src/./lib/sexp.h:83) ==14184== by 0x1529FEBF: capture (/tmp/RtmpbLuSfW/R.INSTALLa82727677af/rlang/src/internal/arg.c:28) ==14184== by 0x152A000F: rlang_enquo (/tmp/RtmpbLuSfW/R.INSTALLa82727677af/rlang/src/internal/arg.c:66) ==14184== by 0x4D0D49: bcEval (svn/R-devel/src/main/eval.c:7279) ==14184== by 0x4DA5EF: Rf_eval (svn/R-devel/src/main/eval.c:624) ==14184== by 0x4DBEFE: R_execClosure (svn/R-devel/src/main/eval.c:1764) ==14184== ══ testthat results ═══════════════════════════════════════════════════════════ OK: 1683 SKIPPED: 2 FAILED: 0 > > proc.time() user system elapsed 139.936 0.484 139.984 ==14184== ==14184== HEAP SUMMARY: ==14184== in use at exit: 58,421,930 bytes in 12,082 blocks ==14184== total heap usage: 716,229 allocs, 704,147 frees, 607,754,845 bytes allocated ==14184== ==14184== LEAK SUMMARY: ==14184== definitely lost: 0 bytes in 0 blocks ==14184== indirectly lost: 0 bytes in 0 blocks ==14184== possibly lost: 0 bytes in 0 blocks ==14184== still reachable: 58,421,930 bytes in 12,082 blocks ==14184== suppressed: 0 bytes in 0 blocks ==14184== Reachable blocks (those to which a pointer was found) are not shown. ==14184== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==14184== ==14184== For counts of detected and suppressed errors, rerun with: -v ==14184== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)