Back to Multiple platform build/check report for BioC 3.18:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-03-29 11:36:36 -0400 (Fri, 29 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4669
palomino4Windows Server 2022 Datacenterx644.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" 4404
merida1macOS 12.7.1 Montereyx86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4427
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 272/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
casper 2.36.0  (landing page)
David Rossell
Snapshot Date: 2024-03-27 14:05:05 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/casper
git_branch: RELEASE_3_18
git_last_commit: 10bb585
git_last_commit_date: 2023-10-24 09:52:32 -0400 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.1 Monterey / x86_64  OK    ERROR  skippedskipped
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

BUILD BIN results for casper on palomino4


To the developers/maintainers of the casper package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/casper.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: casper
Version: 2.36.0
Command: rm -rf casper.buildbin-libdir && mkdir casper.buildbin-libdir && F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL --build --library=casper.buildbin-libdir casper_2.36.0.tar.gz
StartedAt: 2024-03-28 06:48:36 -0400 (Thu, 28 Mar 2024)
EndedAt: 2024-03-28 06:50:14 -0400 (Thu, 28 Mar 2024)
EllapsedTime: 98.3 seconds
RetCode: 0
Status:   OK  
PackageFile: casper_2.36.0.zip
PackageFileSize: 3.285 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf casper.buildbin-libdir && mkdir casper.buildbin-libdir && F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL --build --library=casper.buildbin-libdir casper_2.36.0.tar.gz
###
##############################################################################
##############################################################################


* installing *source* package 'casper' ...
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'G__~1.EXE (GCC) 12.3.0'
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c casper.cpp -o casper.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cstat.cpp -o cstat.o
cstat.cpp: In function 'void free_vector(float*, int, int)':
cstat.cpp:1110:20: warning: comparing the result of pointer addition '(v + ((sizetype)(((long long unsigned int)nl) * 4)))' and NULL [-Waddress]
 1110 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                    ^
cstat.cpp: In function 'void free_dvector(double*, int, int)':
cstat.cpp:1116:20: warning: comparing the result of pointer addition '(v + ((sizetype)(((long long unsigned int)nl) * 8)))' and NULL [-Waddress]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                    ^
cstat.cpp: In function 'void free_ivector(int*, int, int)':
cstat.cpp:1122:20: warning: comparing the result of pointer addition '(v + ((sizetype)(((long long unsigned int)nl) * 4)))' and NULL [-Waddress]
 1122 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                    ^
cstat.cpp: In function 'void free_dmatrix(double**, int, int, int, int)':
cstat.cpp:1130:47: warning: comparing the result of pointer addition '((*(m + ((sizetype)(((long long unsigned int)i) * 8)))) + ((sizetype)(((long long unsigned int)ncl) * 8)))' and NULL [-Waddress]
 1130 |         for(i=nrh;i>=nrl;i--) {if( (m[i]+ncl) != NULL )
      |                                               ^
cstat.cpp:1132:21: warning: comparing the result of pointer addition '(m + ((sizetype)(((long long unsigned int)nrl) * 8)))' and NULL [-Waddress]
 1132 |         if( (m+nrl) != NULL ) free((char  *) (m+nrl));
      |                     ^
cstat.cpp: In function 'void free_imatrix(int**, int, int, int, int)':
cstat.cpp:1140:47: warning: comparing the result of pointer addition '((*(m + ((sizetype)(((long long unsigned int)i) * 8)))) + ((sizetype)(((long long unsigned int)ncl) * 4)))' and NULL [-Waddress]
 1140 |         for(i=nrh;i>=nrl;i--) {if( (m[i]+ncl) != NULL )
      |                                               ^
cstat.cpp:1142:21: warning: comparing the result of pointer addition '(m + ((sizetype)(((long long unsigned int)nrl) * 8)))' and NULL [-Waddress]
 1142 |         if( (m+nrl) != NULL ) free((char  *) (m+nrl));
      |                     ^
In function 'void free_dvector(double*, int, int)',
    inlined from 'double f1dim(double)' at cstat.cpp:5500:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'double f1dim(double)':
cstat.cpp:5497:13: note: returned from 'double* dvector(int, int)'
 5497 |   xt=dvector(1,ncom);
      |      ~~~~~~~^~~~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void choldc(double**, int, double**, bool*)' at cstat.cpp:1751:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void choldc(double**, int, double**, bool*)':
cstat.cpp:1738:13: note: returned from 'double* dvector(int, int)'
 1738 |   p= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void choldc(double**, int, double**, bool*)' at cstat.cpp:1751:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void choldc(double**, int, double**, bool*)':
cstat.cpp:1738:13: note: returned from 'double* dvector(int, int)'
 1738 |   p= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void nn_bayes(double*, double**, double**, int, double, double*, double**, double, double*, double**)' at cstat.cpp:283:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void nn_bayes(double*, double**, double**, int, double, double*, double**, double, double*, double**)':
cstat.cpp:276:14: note: returned from 'double* dvector(int, int)'
  276 |   z = dvector(1,p);
      |       ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'double nn_integral(double*, double*, double**, double*, double*, double*, double**, double*, int*, int*)' at cstat.cpp:341:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'double nn_integral(double*, double*, double**, double*, double*, double*, double**, double*, int*, int*)':
cstat.cpp:328:13: note: returned from 'double* dvector(int, int)'
  328 |   m= dvector(1,*p);
      |      ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void ludc(double**, int, int*, double*)' at cstat.cpp:1946:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void ludc(double**, int, int*, double*)':
cstat.cpp:1900:13: note: returned from 'double* dvector(int, int)'
 1900 |   vv=dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lu_inverse(double**, int, double**)' at cstat.cpp:1998:38:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lu_inverse(double**, int, double**)':
cstat.cpp:1990:34: note: returned from 'double* dvector(int, int)'
 1990 |  indx= ivector(1,n); col= dvector(1,n);
      |                           ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void eigenvals(double**, int, double*)' at cstat.cpp:2032:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void eigenvals(double**, int, double*)':
cstat.cpp:2024:13: note: returned from 'double* dvector(int, int)'
 2024 |   e= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'double dmvnormC(double*, int, double*, double**, double, int)' at cstat.cpp:2493:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'double dmvnormC(double*, int, double*, double**, double, int)':
cstat.cpp:2489:13: note: returned from 'double* dvector(int, int)'
 2489 |   z= dvector(1,n); z2= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'double dmvnormC(double*, int, double*, double**, double, int)' at cstat.cpp:2493:36:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'double dmvnormC(double*, int, double*, double**, double, int)':
cstat.cpp:2489:31: note: returned from 'double* dvector(int, int)'
 2489 |   z= dvector(1,n); z2= dvector(1,n);
      |                        ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'double dmvtC(double*, int, double*, double**, double, int, int)' at cstat.cpp:2787:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'double dmvtC(double*, int, double*, double**, double, int, int)':
cstat.cpp:2783:13: note: returned from 'double* dvector(int, int)'
 2783 |   z= dvector(1,n); z2= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'double dmvtC(double*, int, double*, double**, double, int, int)' at cstat.cpp:2787:36:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'double dmvtC(double*, int, double*, double**, double, int, int)':
cstat.cpp:2783:31: note: returned from 'double* dvector(int, int)'
 2783 |   z= dvector(1,n); z2= dvector(1,n);
      |                        ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void rmvnormC(double*, int, double*, double**)' at cstat.cpp:2732:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void rmvnormC(double*, int, double*, double**)':
cstat.cpp:2729:13: note: returned from 'double* dvector(int, int)'
 2729 |   z= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lmbayes_knownvar(double*, double*, double**, double**, double**, double*, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*)' at cstat.cpp:498:17:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lmbayes_knownvar(double*, double*, double**, double**, double**, double*, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*)':
cstat.cpp:492:20: note: returned from 'double* dvector(int, int)'
  492 |     zeroes= dvector(1,*p);
      |             ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lmbayes_knownvar(double*, double*, double**, double**, double**, double*, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*)' at cstat.cpp:502:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lmbayes_knownvar(double*, double*, double**, double**, double**, double*, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*)':
cstat.cpp:479:16: note: returned from 'double* dvector(int, int)'
  479 |   b_ls= dvector(1,*p); ypred= dvector(1,*n);
      |         ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lmbayes_knownvar(double*, double*, double**, double**, double**, double*, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*)' at cstat.cpp:502:40:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lmbayes_knownvar(double*, double*, double**, double**, double**, double*, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*)':
cstat.cpp:479:38: note: returned from 'double* dvector(int, int)'
  479 |   b_ls= dvector(1,*p); ypred= dvector(1,*n);
      |                               ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lmbayes(double*, double*, double*, double**, double*, double*, double**, double**, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*, double*, double*)' at cstat.cpp:439:17:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lmbayes(double*, double*, double*, double**, double*, double*, double**, double**, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*, double*, double*)':
cstat.cpp:432:20: note: returned from 'double* dvector(int, int)'
  432 |     zeroes= dvector(1,*p);
      |             ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lmbayes(double*, double*, double*, double**, double*, double*, double**, double**, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*, double*, double*)' at cstat.cpp:443:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lmbayes(double*, double*, double*, double**, double*, double*, double**, double**, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*, double*, double*)':
cstat.cpp:417:16: note: returned from 'double* dvector(int, int)'
  417 |   b_ls= dvector(1,*p); ypred= dvector(1,*n);
      |         ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void lmbayes(double*, double*, double*, double**, double*, double*, double**, double**, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*, double*, double*)' at cstat.cpp:443:40:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void lmbayes(double*, double*, double*, double**, double*, double*, double**, double**, double*, int*, double*, double**, int*, int*, int*, double*, double**, double*, double*, double*)':
cstat.cpp:417:38: note: returned from 'double* dvector(int, int)'
  417 |   b_ls= dvector(1,*p); ypred= dvector(1,*n);
      |                               ~~~~~~~^~~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void rmvtC(double*, int, double*, double**, int)' at cstat.cpp:2920:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void rmvtC(double*, int, double*, double**, int)':
cstat.cpp:2917:13: note: returned from 'double* dvector(int, int)'
 2917 |   z= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void polint(double*, double*, int, double, double*, double*)' at cstat.cpp:5135:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void polint(double*, double*, int, double, double*, double*)':
cstat.cpp:5107:13: note: returned from 'double* dvector(int, int)'
 5107 |   d= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void polint(double*, double*, int, double, double*, double*)' at cstat.cpp:5136:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void polint(double*, double*, int, double, double*, double*)':
cstat.cpp:5106:13: note: returned from 'double* dvector(int, int)'
 5106 |   c= dvector(1,n);
      |      ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void dirmin(double*, double*, int, double*, double (*)(double*), int, double)' at cstat.cpp:5489:14:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer 'xicom' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void dirmin(double*, double*, int, double*, double (*)(double*), int, double)':
cstat.cpp:5456:15: note: declared here
 5456 | double *pcom,*xicom,(*nrfunc)(double []);
      |               ^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void dirmin(double*, double*, int, double*, double (*)(double*), int, double)' at cstat.cpp:5490:14:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer 'pcom' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void dirmin(double*, double*, int, double*, double (*)(double*), int, double)':
cstat.cpp:5456:9: note: declared here
 5456 | double *pcom,*xicom,(*nrfunc)(double []);
      |         ^~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void minimize(double*, double**, int, double, int*, double*, double (*)(double*), int)' at cstat.cpp:5448:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void minimize(double*, double**, int, double, int*, double*, double (*)(double*), int)':
cstat.cpp:5412:18: note: returned from 'double* dvector(int, int)'
 5412 |   dirinit=dvector(1,n);
      |           ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void minimize(double*, double**, int, double, int*, double*, double (*)(double*), int)' at cstat.cpp:5449:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void minimize(double*, double**, int, double, int*, double*, double (*)(double*), int)':
cstat.cpp:5411:15: note: returned from 'double* dvector(int, int)'
 5411 |   thtt=dvector(1,n);
      |        ~~~~~~~^~~~~
In function 'void free_dvector(double*, int, int)',
    inlined from 'void minimize(double*, double**, int, double, int*, double*, double (*)(double*), int)' at cstat.cpp:5450:15:
cstat.cpp:1116:34: warning: 'void free(void*)' called on pointer '<unknown>' with nonzero offset 8 [-Wfree-nonheap-object]
 1116 |         if( (v+nl) != NULL ) free((char  *) (v+nl));
      |                              ~~~~^~~~~~~~~~~~~~~~~~
cstat.cpp: In function 'void minimize(double*, double**, int, double, int*, double*, double (*)(double*), int)':
cstat.cpp:5410:14: note: returned from 'double* dvector(int, int)'
 5410 |   tht=dvector(1,n);
      |       ~~~~~~~^~~~~
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dataframe.cpp -o dataframe.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c discretedf.cpp -o discretedf.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dropVariant.cpp -o dropVariant.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c exon.cpp -o exon.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fragFunc.c -o fragFunc.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fragment.cpp -o fragment.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c functions.c -o functions.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hash.c -o hash.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c join_exons.c -o join_exons.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c makeIslands.c -o makeIslands.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c model.cpp -o model.o
model.cpp: In member function 'char* Model::toString()':
model.cpp:147:24: warning: 'sprintf' argument 3 overlaps destination object '<unknown>' [-Wrestrict]
  147 |                 sprintf(str, "%s {%s}", str, vstr);
      |                 ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c model_cmp.cpp -o model_cmp.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pathCounts.c -o pathCounts.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c procBam.c -o procBam.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rcasper.cpp -o rcasper.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c seppel.cpp -o seppel.o
seppel.cpp: In member function 'void Seppel::exploreUnif(int, std::set<Variant*, VariantCmp>*)':
seppel.cpp:484:9: warning: array subscript -1 is outside array bounds of 'void [24]' [-Warray-bounds]
  484 |         delete [] possiblemodels;
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
seppel.cpp:402:55: note: at offset -8 into object of size 24 allocated by 'operator new'
  402 |   vector<Model*>* possiblemodels = new vector<Model*>();
      |                                                       ^
seppel.cpp:484:19: warning: 'void operator delete [](void*, std::size_t)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
  484 |         delete [] possiblemodels;
      |                   ^~~~~~~~~~~~~~
seppel.cpp:402:55: note: returned from 'void* operator new(std::size_t)'
  402 |   vector<Model*>* possiblemodels = new vector<Model*>();
      |                                                       ^
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c simReads.c -o simReads.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c simReadsfunc.c -o simReadsfunc.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c smartmodeldist.cpp -o smartmodeldist.o
gcc  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c uniqQname.c -o uniqQname.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c variant.cpp -o variant.o
variant.cpp: In member function 'void Variant::toString(char*)':
variant.cpp:164:52: warning: 'sprintf' argument 3 overlaps destination object 'str' [-Wrestrict]
  164 |         for (int e = 0; e < exonCount; e++) sprintf(str, "%s,%i", str, exons[e]->id);
      |                                             ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
variant.cpp:156:30: note: destination object referenced by 'restrict'-qualified argument 1 was declared here
  156 | void Variant::toString(char *str)
      |                        ~~~~~~^~~
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG     -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c variant_cmp.cpp -o variant_cmp.o
g++ -std=gnu++17 -shared -s -static-libgcc -o casper.dll tmp.def casper.o cstat.o dataframe.o discretedf.o dropVariant.o exon.o fragFunc.o fragment.o functions.o hash.o join_exons.o makeIslands.o model.o model_cmp.o pathCounts.o procBam.o rcasper.o seppel.o simReads.o simReadsfunc.o smartmodeldist.o uniqQname.o variant.o variant_cmp.o -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.18-bioc/meat/casper.buildbin-libdir/00LOCK-casper/00new/casper/libs/x64
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for 'transcripts' in package 'casper'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'casper' as casper_2.36.0.zip
* DONE (casper)