Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-12-24 11:46 -0500 (Tue, 24 Dec 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4754
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4472
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4426
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4381
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4373
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 1220/2274HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
methylclock 1.13.0  (landing page)
Dolors Pelegri-Siso
Snapshot Date: 2024-12-23 13:40 -0500 (Mon, 23 Dec 2024)
git_url: https://git.bioconductor.org/packages/methylclock
git_branch: devel
git_last_commit: 5639edc
git_last_commit_date: 2024-10-29 11:01:44 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for methylclock on kunpeng2

To the developers/maintainers of the methylclock package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/methylclock.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: methylclock
Version: 1.13.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:methylclock.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings methylclock_1.13.0.tar.gz
StartedAt: 2024-12-24 08:27:59 -0000 (Tue, 24 Dec 2024)
EndedAt: 2024-12-24 08:44:07 -0000 (Tue, 24 Dec 2024)
EllapsedTime: 967.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: methylclock.Rcheck
Warnings: 5

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:methylclock.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings methylclock_1.13.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/methylclock.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘methylclock/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘methylclock’ version ‘1.13.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 for sufficient/correct file permissions ... OK
* checking whether package ‘methylclock’ can be installed ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
See ‘/home/biocbuild/bbs-3.21-bioc/meat/methylclock.Rcheck/00install.out’ for details.
* used C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* 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 ... NOTE
Warning: program compiled against libxml 212 using older 211

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
Namespace in Imports field not imported from: ‘planet’
  All declared Imports should be used.
Unexported object imported by a ':::' call: ‘minfi:::projectCellType’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... WARNING
Warning: program compiled against libxml 212 using older 211
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Warning: program compiled against libxml 212 using older 211
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Warning: program compiled against libxml 212 using older 211
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
Warning: program compiled against libxml 212 using older 211
DNAmAge: no visible binding for global variable ‘coefHorvath’
DNAmAge: no visible binding for global variable ‘coefHannum’
DNAmAge: no visible binding for global variable ‘coefLevine’
DNAmAge: no visible binding for global variable ‘coefSkin’
DNAmAge: no visible binding for global variable ‘coefPedBE’
DNAmAge: no visible binding for global variable ‘coefWu’
DNAmAge: no visible binding for global variable ‘coefTL’
DNAmAge: no visible binding for global variable ‘coefBLUP’
DNAmAge: no visible binding for global variable ‘coefEN’
DNAmGA: no visible binding for global variable ‘coefKnightGA’
DNAmGA: no visible binding for global variable ‘coefBohlin’
DNAmGA: no visible binding for global variable ‘coefMayneGA’
DNAmGA: no visible binding for global variable ‘coefLeeGA’
DNAmGA: no visible binding for global variable ‘coefEPIC’
DNAmGA: no visible global function definition for
  ‘meffil.estimate.cell.counts.from.betas’
DNAmGA: no visible global function definition for ‘install.packages’
DNAmGA: no visible global function definition for ‘data’
DNAmGA: no visible binding for global variable ‘plCellCpGsThird’
checkClocks: no visible binding for global variable ‘MethylationData’
checkClocks: no visible binding for global variable ‘coefHorvath’
checkClocks: no visible binding for global variable ‘coefHannum’
checkClocks: no visible binding for global variable ‘coefLevine’
checkClocks: no visible binding for global variable ‘coefSkin’
checkClocks: no visible binding for global variable ‘coefPedBE’
checkClocks: no visible binding for global variable ‘coefWu’
checkClocks: no visible binding for global variable ‘coefTL’
checkClocks: no visible binding for global variable ‘coefBLUP’
checkClocks: no visible binding for global variable ‘coefEN’
checkClocksGA: no visible binding for global variable ‘coefKnightGA’
checkClocksGA: no visible binding for global variable ‘coefBohlin’
checkClocksGA: no visible binding for global variable ‘coefMayneGA’
checkClocksGA: no visible binding for global variable ‘coefLeeGA’
checkClocksGA: no visible binding for global variable ‘coefEPIC’
cpgs_imputation: no visible binding for global variable ‘cpgs.in’
plotCorClocks: no visible binding for global variable ‘method’
plotCorClocks: no visible binding for global variable ‘clock’
plotCorClocks: no visible binding for global variable ‘age’
plotCorClocks: no visible binding for global variable ‘..rr.label..’
plotCorClocks: no visible binding for global variable ‘..p.label..’
plotDNAmAge: no visible binding for global variable ‘..eq.label..’
plotDNAmAge: no visible binding for global variable ‘..rr.label..’
Undefined global functions or variables:
  ..eq.label.. ..p.label.. ..rr.label.. MethylationData age clock
  coefBLUP coefBohlin coefEN coefEPIC coefHannum coefHorvath
  coefKnightGA coefLeeGA coefLevine coefMayneGA coefPedBE coefSkin
  coefTL coefWu cpgs.in data install.packages
  meffil.estimate.cell.counts.from.betas method plCellCpGsThird
Consider adding
  importFrom("utils", "data", "install.packages")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Warning: program compiled against libxml 212 using older 211
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                    user system elapsed
commonClockCpgs                   55.837  1.053  91.089
DNAmAge                           40.639  4.511  69.819
plotDNAmAge                       44.170  0.646  67.878
checkClocks                       39.364  2.839  64.205
load_DNAm_Clocks_data             37.058  0.543  57.727
load_DNAmGA_Clocks_data           32.972  0.568  55.110
checkClocksGA                     22.192  0.461  36.291
DNAmGA                            19.482  1.559  35.109
meffilEstimateCellCountsFromBetas 10.438  0.143  15.053
getCellTypeReference               6.695  0.383   9.307
meffilListCellTypeReferences       5.968  0.068   8.788
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 5 WARNINGs, 7 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/methylclock.Rcheck/00check.log’
for details.


Installation output

methylclock.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL methylclock
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘methylclock’ ...
** using staged installation
** libs
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c NewModel1Clean.cpp -o NewModel1Clean.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c NewModel1Clean_emxAPI.cpp -o NewModel1Clean_emxAPI.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c NewModel1Clean_emxutil.cpp -o NewModel1Clean_emxutil.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c NewModel1Clean_initialize.cpp -o NewModel1Clean_initialize.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c NewModel1Clean_terminate.cpp -o NewModel1Clean_terminate.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c bsxfun.cpp -o bsxfun.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c main.cpp -o main.o
main.cpp:37:14: warning: ‘float argInit_real_T()’ defined but not used [-Wunused-function]
   37 | static float argInit_real_T()
      |              ^~~~~~~~~~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c repmat.cpp -o repmat.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c rtGetInf.cpp -o rtGetInf.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c rtGetNaN.cpp -o rtGetNaN.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c rt_nonfinite.cpp -o rt_nonfinite.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o methylclock.so NewModel1Clean.o NewModel1Clean_emxAPI.o NewModel1Clean_emxutil.o NewModel1Clean_initialize.o NewModel1Clean_terminate.o RcppExports.o bsxfun.o main.o repmat.o rtGetInf.o rtGetNaN.o rt_nonfinite.o -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/00LOCK-methylclock/00new/methylclock/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
Warning message:
replacing previous import ‘utils::findMatches’ by ‘S4Vectors::findMatches’ when loading ‘ExperimentHubData’ 
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: replacing previous import ‘utils::findMatches’ by ‘S4Vectors::findMatches’ when loading ‘ExperimentHubData’
Warning: program compiled against libxml 212 using older 211
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning: replacing previous import ‘utils::findMatches’ by ‘S4Vectors::findMatches’ when loading ‘ExperimentHubData’
Warning: program compiled against libxml 212 using older 211
** testing if installed package keeps a record of temporary installation path
* DONE (methylclock)

Tests output


Example timings

methylclock.Rcheck/methylclock-Ex.timings

nameusersystemelapsed
DNAmAge40.639 4.51169.819
DNAmGA19.482 1.55935.109
checkClocks39.364 2.83964.205
checkClocksGA22.192 0.46136.291
commonClockCpgs55.837 1.05391.089
getCellTypeReference6.6950.3839.307
load_DNAmGA_Clocks_data32.972 0.56855.110
load_DNAm_Clocks_data37.058 0.54357.727
meffilEstimateCellCountsFromBetas10.438 0.14315.053
meffilListCellTypeReferences5.9680.0688.788
plotCorClocks000
plotDNAmAge44.170 0.64667.878
progress_data0.0110.0040.015
progress_vars0.0000.0010.002