Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-11-05 12:03 -0500 (Tue, 05 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4503
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4506
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4539
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4493
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 1685/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rcollectl 1.6.0  (landing page)
Vincent Carey
Snapshot Date: 2024-11-04 13:40 -0500 (Mon, 04 Nov 2024)
git_url: https://git.bioconductor.org/packages/Rcollectl
git_branch: RELEASE_3_20
git_last_commit: 75a1d4c
git_last_commit_date: 2024-10-29 11:19:51 -0500 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  
palomino8Windows Server 2022 Datacenter / x64... NOT SUPPORTED ...
lconwaymacOS 12.7.1 Monterey / x86_64... NOT SUPPORTED ...
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    ERROR  skipped


CHECK results for Rcollectl on teran2

To the developers/maintainers of the Rcollectl package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Rcollectl.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: Rcollectl
Version: 1.6.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:Rcollectl.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings Rcollectl_1.6.0.tar.gz
StartedAt: 2024-11-05 06:24:19 -0500 (Tue, 05 Nov 2024)
EndedAt: 2024-11-05 06:25:57 -0500 (Tue, 05 Nov 2024)
EllapsedTime: 97.7 seconds
RetCode: 1
Status:   ERROR  
CheckDir: Rcollectl.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:Rcollectl.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings Rcollectl_1.6.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/Rcollectl.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘Rcollectl/DESCRIPTION’ ... OK
* this is package ‘Rcollectl’ version ‘1.6.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 ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘Rcollectl’ can be installed ... OK
* 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 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 ... NOTE
plot_usage: no visible binding for global variable ‘tm’
plot_usage: no visible binding for global variable ‘value’
plot_usage: no visible binding for global variable ‘type’
Undefined global functions or variables:
  tm type value
* 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 files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘Rcollectl-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: cl_timestamp
> ### Title: Functions to add time stamps to collectl output
> ### Aliases: cl_timestamp cl_timestamp_layer cl_timestamp_label
> 
> ### ** Examples
> 
> id <- cl_start() 
> Sys.sleep(2)
> cl_timestamp(id, "step1")
> Sys.sleep(2)
> Sys.sleep(2)
> cl_timestamp(id, "step2")
> Sys.sleep(2)
> Sys.sleep(2)
> cl_timestamp(id, "step3")
> Sys.sleep(2)
> cl_stop(id)
> path <- cl_result_path(id)
> plot_usage(cl_parse(path)) +
+   cl_timestamp_layer(path) +
+   cl_timestamp_label(path) +
+   ggplot2::theme(axis.text.x = ggplot2::element_text(angle = 90, vjust = 0.5, hjust=1))
Error in cl_parse(path) : length(inds) == 2 is not TRUE
Calls: plot_usage ... cpu_active -> data.frame -> as.POSIXct -> cl_parse -> stopifnot
Execution halted
* 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:
  > 
  > test_check("Rcollectl")
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('tests.R:36:3'): it works ────────────────────────────────────────────
  Error in `cl_parse(targ)`: length(inds) == 2 is not TRUE
  Backtrace:
      ▆
   1. └─Rcollectl::cl_parse(targ) at tests.R:36:3
   2.   └─base::stopifnot(length(inds) == 2)
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
  ...
--- re-building ‘Rcollectl.Rmd’ using rmarkdown

Quitting from lines 115-136 [lkts] (Rcollectl.Rmd)
Error: processing vignette 'Rcollectl.Rmd' failed with diagnostics:
length(inds) == 2 is not TRUE
--- failed re-building ‘Rcollectl.Rmd’

SUMMARY: processing the following file failed:
  ‘Rcollectl.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 3 ERRORs, 2 NOTEs
See
  ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/Rcollectl.Rcheck/00check.log’
for details.


Installation output

Rcollectl.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL Rcollectl
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘Rcollectl’ ...
** using staged installation
** 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 (Rcollectl)

Tests output

Rcollectl.Rcheck/tests/testthat.Rout.fail


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 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.

> library(testthat)
> library(Rcollectl)
> 
> test_check("Rcollectl")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 7 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('tests.R:36:3'): it works ────────────────────────────────────────────
Error in `cl_parse(targ)`: length(inds) == 2 is not TRUE
Backtrace:
    ▆
 1. └─Rcollectl::cl_parse(targ) at tests.R:36:3
 2.   └─base::stopifnot(length(inds) == 2)

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

Example timings

Rcollectl.Rcheck/Rcollectl-Ex.timings

nameusersystemelapsed
browse_units000
cl_exists0.1670.0390.343
cl_parse0.0320.0000.062
cl_result_path0.5600.2246.675
cl_start0.3890.1746.237
cl_stop0.4320.1827.056