Back to Build/check report for BioC 3.17
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2023-01-02 09:00:44 -0500 (Mon, 02 Jan 2023).

HostnameOSArch (*)R versionInstalled pkgs
palomino5Windows Server 2022 Datacenterx64R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences" 4165
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

CHECK results for pqsfinder on palomino5


To the developers/maintainers of the pqsfinder package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1497/2158HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
pqsfinder 2.15.0  (landing page)
Jiri Hon
Snapshot Date: 2022-12-28 11:00:06 -0500 (Wed, 28 Dec 2022)
git_url: https://git.bioconductor.org/packages/pqsfinder
git_branch: master
git_last_commit: d496810
git_last_commit_date: 2022-11-01 11:13:32 -0500 (Tue, 01 Nov 2022)
palomino5Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  

Summary

Package: pqsfinder
Version: 2.15.0
Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:pqsfinder.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings pqsfinder_2.15.0.tar.gz
StartedAt: 2022-12-29 02:23:42 -0500 (Thu, 29 Dec 2022)
EndedAt: 2022-12-29 02:26:17 -0500 (Thu, 29 Dec 2022)
EllapsedTime: 154.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: pqsfinder.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:pqsfinder.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings pqsfinder_2.15.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/pqsfinder.Rcheck'
* using R Under development (unstable) (2022-12-25 r83502 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
    gcc.exe (GCC) 10.4.0
    GNU Fortran (GCC) 10.4.0
* running under: Windows Server x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'pqsfinder/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'pqsfinder' version '2.15.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 hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'pqsfinder' can be installed ... OK
* used C++ compiler: 'G__~1.EXE (GCC) 12.2.0'
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R 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 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 line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'F:/biocbuild/bbs-3.17-bioc/R/library/pqsfinder/libs/x64/pqsfinder.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
  Running 'testthat.R'
 ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test_regressions.R:245'): sequences pqs parts can be extracted ──────
  <vctrs_error_scalar_type/vctrs_error/rlang_error/error/condition>
  Error in `str_sub(test_seq, r1_s, r1_e)`: `string` must be a vector, not a <DNAString> object.
  Backtrace:
      ▆
   1. ├─stringr::str_sub(test_seq, r1_s, r1_e) at test_regressions.R:245:2
   2. │ └─vctrs::vec_size_common(string = string, start = start, end = end)
   3. └─vctrs:::stop_scalar_type(`<fn>`(`<DNAStrng>`), "string", `<env>`)
   4.   └─vctrs:::stop_vctrs(...)
   5.     └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 82 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 2 NOTEs
See
  'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/pqsfinder.Rcheck/00check.log'
for details.


Installation output

pqsfinder.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL pqsfinder
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library'
* installing *source* package 'pqsfinder' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 12.2.0'
using C++11
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pqsfinder.cpp -o pqsfinder.o
pqsfinder.cpp: In function 'void find_all_runs(SEXP, int, std::__cxx11::basic_string<char>::const_iterator, std::__cxx11::basic_string<char>::const_iterator, run_match*, const boost::regex&, const opts_t&, const scoring&, const std::__cxx11::basic_string<char>::const_iterator&, size_t, storage&, int&, results&, bool, std::chrono::_V2::system_clock::time_point, int, int, int, int&, bool)':
pqsfinder.cpp:584:53: warning: 'loop_len' may be used uninitialized [-Wmaybe-uninitialized]
  584 |           pqs_storage, int_cnt, res, (loop_len == 0 ? true : zero_loop),
      |                                      ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
pqsfinder.cpp:489:14: note: 'loop_len' was declared here
  489 |   int score, loop_len;
      |              ^~~~~~~~
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c boost_regex/posix_api.cpp -o boost_regex/posix_api.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c boost_regex/regex.cpp -o boost_regex/regex.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c boost_regex/regex_debug.cpp -o boost_regex/regex_debug.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c boost_regex/static_mutex.cpp -o boost_regex/static_mutex.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/BH/include'   -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c boost_regex/wide_posix_api.cpp -o boost_regex/wide_posix_api.o
mkdir -p "F:/biocbuild/bbs-3.17-bioc/R/library/00LOCK-pqsfinder/00new/pqsfinder/lib/x64"
ar rs "F:/biocbuild/bbs-3.17-bioc/R/library/00LOCK-pqsfinder/00new/pqsfinder/lib/x64/libboost_regex.a" boost_regex/posix_api.o boost_regex/regex.o boost_regex/regex_debug.o boost_regex/static_mutex.o boost_regex/wide_posix_api.o
C:\rtools43\x86_64-w64-mingw32.static.posix\bin\ar.exe: creating F:/biocbuild/bbs-3.17-bioc/R/library/00LOCK-pqsfinder/00new/pqsfinder/lib/x64/libboost_regex.a
g++ -shared -s -static-libgcc -o pqsfinder.dll tmp.def RcppExports.o pqsfinder.o F:/biocbuild/bbs-3.17-bioc/R/library/00LOCK-pqsfinder/00new/pqsfinder/lib/x64/libboost_regex.a -Lc:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -Lc:/rtools42/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.17-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.17-bioc/R/library/00LOCK-pqsfinder/00new/pqsfinder/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (pqsfinder)

Tests output

pqsfinder.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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(pqsfinder)
Loading required package: Biostrings
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: XVector
Loading required package: GenomeInfoDb

Attaching package: 'Biostrings'

The following object is masked from 'package:base':

    strsplit

> 
> test_check("pqsfinder")
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
 compare pqsfinder_1_4_4_d, pqsfinder_1_4_4_r
 run default pqsfinder
Searching on sense strand...
Search status: finished              
 run pqsfinder using boost regex engine
Searching on sense strand...
Search status: finished              
 compare pv_d, pv_r
 compare pv_d, pqsfinder_1_4_4_d
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 30% ETTC 00:00:00
Search status: 43% ETTC 00:00:00
Search status: 46% ETTC 00:00:01
Search status: 47% ETTC 00:00:01
Search status: 48% ETTC 00:00:02
Search status: 49% ETTC 00:00:02
Search status: 55% ETTC 00:00:01
Search status: 59% ETTC 00:00:02
Search status: 78% ETTC 00:00:00
Search status: 99% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: 23% ETTC 00:00:00
Search status: 42% ETTC 00:00:00
Search status: 46% ETTC 00:00:00
Search status: 51% ETTC 00:00:00
Search status: 57% ETTC 00:00:00
Search status: 83% ETTC 00:00:00
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 48% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: 45% ETTC 00:00:00
Search status: finished              
Searching on sense strand...
Search status: 48% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: 45% ETTC 00:00:00
Search status: finished              
Searching on sense strand...
Search status: 49% ETTC 00:00:00
Search status: 84% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: 51% ETTC 00:00:00
Search status: 81% ETTC 00:00:00
Search status: finished              
Searching on sense strand...
Search status: 49% ETTC 00:00:00
Search status: 84% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: 51% ETTC 00:00:00
Search status: 81% ETTC 00:00:00
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 3% ETTC 00:00:00
Search status: 5% ETTC 00:00:19
Search status: 7% ETTC 00:00:26
Search status: 10% ETTC 00:00:18
Search status: 11% ETTC 00:00:32
Search status: 12% ETTC 00:00:36
Search status: 13% ETTC 00:00:40
Search status: 18% ETTC 00:00:31
Search status: 20% ETTC 00:00:28
Search status: 22% ETTC 00:00:28
Search status: 23% ETTC 00:00:26
Search status: 26% ETTC 00:00:25
Search status: 27% ETTC 00:00:27
Search status: 29% ETTC 00:00:26
Search status: 30% ETTC 00:00:25
Search status: 32% ETTC 00:00:25
Search status: 35% ETTC 00:00:24
Search status: 36% ETTC 00:00:23
Search status: 39% ETTC 00:00:21
Search status: 42% ETTC 00:00:20
Search status: 43% ETTC 00:00:19
Search status: 47% ETTC 00:00:18
Search status: 50% ETTC 00:00:16
Search status: 53% ETTC 00:00:15
Search status: 56% ETTC 00:00:14
Search status: 59% ETTC 00:00:12
Search status: 61% ETTC 00:00:12
Search status: 62% ETTC 00:00:12
Search status: 63% ETTC 00:00:12
Search status: 65% ETTC 00:00:11
Search status: 67% ETTC 00:00:11
Search status: 70% ETTC 00:00:09
Search status: 72% ETTC 00:00:09
Search status: 74% ETTC 00:00:08
Search status: 77% ETTC 00:00:07
Search status: 79% ETTC 00:00:06
Search status: 80% ETTC 00:00:06
Search status: 81% ETTC 00:00:06
Search status: 84% ETTC 00:00:05
Search status: 85% ETTC 00:00:05
Search status: 87% ETTC 00:00:04
Search status: 89% ETTC 00:00:03
Search status: 89% ETTC 00:00:03
Search status: 92% ETTC 00:00:02
Search status: 93% ETTC 00:00:02
Search status: 94% ETTC 00:00:02
Search status: 96% ETTC 00:00:01
Search status: 100% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 92% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 49% ETTC 00:00:00
Search status: 93% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 74% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: 98% ETTC 00:00:00
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
Searching on sense strand...
Search status: finished              
Searching on antisense strand...
Search status: finished              
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 82 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_regressions.R:245'): sequences pqs parts can be extracted ──────
<vctrs_error_scalar_type/vctrs_error/rlang_error/error/condition>
Error in `str_sub(test_seq, r1_s, r1_e)`: `string` must be a vector, not a <DNAString> object.
Backtrace:
    ▆
 1. ├─stringr::str_sub(test_seq, r1_s, r1_e) at test_regressions.R:245:2
 2. │ └─vctrs::vec_size_common(string = string, start = start, end = end)
 3. └─vctrs:::stop_scalar_type(`<fn>`(`<DNAStrng>`), "string", `<env>`)
 4.   └─vctrs:::stop_vctrs(...)
 5.     └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))

[ FAIL 1 | WARN 0 | SKIP 0 | PASS 82 ]
Error: Test failures
Execution halted

Example timings

pqsfinder.Rcheck/pqsfinder-Ex.timings

nameusersystemelapsed
PQSViews0.040.000.04
density-PQSViews-method0.030.000.03
maxScores-PQSViews-method0.020.000.02
maxScores000
pqsfinder0.030.000.03
score-PQSViews-method0.020.000.01
strand-PQSViews-method0.010.000.02