Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2025-08-01 12:06 -0400 (Fri, 01 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4796
palomino8Windows Server 2022 Datacenterx644.5.1 (2025-06-13 ucrt) -- "Great Square Root" 4534
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4578
kjohnson3macOS 13.7.1 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4519
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4517
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 2050/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SpectriPy 0.99.8  (landing page)
Johannes Rainer
Snapshot Date: 2025-07-31 13:25 -0400 (Thu, 31 Jul 2025)
git_url: https://git.bioconductor.org/packages/SpectriPy
git_branch: devel
git_last_commit: 99baf1c
git_last_commit_date: 2025-07-16 07:09:00 -0400 (Wed, 16 Jul 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  TIMEOUT    OK    ERROR    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  ERROR    ERROR  skippedskipped
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  


CHECK results for SpectriPy on nebbiolo2

To the developers/maintainers of the SpectriPy package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/SpectriPy.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: SpectriPy
Version: 0.99.8
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:SpectriPy.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings SpectriPy_0.99.8.tar.gz
StartedAt: 2025-08-01 03:08:44 -0400 (Fri, 01 Aug 2025)
EndedAt: 2025-08-01 03:22:00 -0400 (Fri, 01 Aug 2025)
EllapsedTime: 795.8 seconds
RetCode: 1
Status:   ERROR  
CheckDir: SpectriPy.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:SpectriPy.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings SpectriPy_0.99.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/SpectriPy.Rcheck’
* using R version 4.5.1 (2025-06-13)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.2 LTS
* using session charset: UTF-8
* checking for file ‘SpectriPy/DESCRIPTION’ ... OK
* this is package ‘SpectriPy’ version ‘0.99.8’
* 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 ‘SpectriPy’ 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 whether startup messages can be suppressed ... NOTE
python:         /home/biocbuild/.virtualenvs/r-reticulate/bin/python
libpython:      /usr/lib/python3.12/config-3.12-x86_64-linux-gnu/libpython3.12.so
pythonhome:     /home/biocbuild/.virtualenvs/r-reticulate:/home/biocbuild/.virtualenvs/r-reticulate
version:        3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0]
numpy:          /home/biocbuild/.virtualenvs/r-reticulate/lib/python3.12/site-packages/numpy
numpy_version:  2.2.6

It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
* 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
File ‘SpectriPy/R/zzz.R’:
  .onLoad calls:
    packageStartupMessage(print(py_config()))
    print(py_config())

Package startup functions should use ‘packageStartupMessage’ to
  generate messages.
See section ‘Good practice’ in '?.onAttach'.

python:         /home/biocbuild/.virtualenvs/r-reticulate/bin/python
libpython:      /usr/lib/python3.12/config-3.12-x86_64-linux-gnu/libpython3.12.so
pythonhome:     /home/biocbuild/.virtualenvs/r-reticulate:/home/biocbuild/.virtualenvs/r-reticulate
version:        3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0]
numpy:          /home/biocbuild/.virtualenvs/r-reticulate/lib/python3.12/site-packages/numpy
numpy_version:  2.2.6
* 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
             user system elapsed
MsBackendPy 5.168  0.881   5.862
* 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:
  [1] 1.2 - 1.2 ==  4.77e-08
  [2] 3.2 - 3.2 ==  4.77e-08
  [3] 5.2 - 5.2 == -1.91e-07
  ── Failure ('test_conversion.R:379:5'): .py_spectrum_utils_spectrum_spectra_data works ──
  res$rtime not equal to sps$rtime[1L].
  1/1 mismatches
  [1] 1.2 - 1.2 == 4.77e-08
  ── Failure ('test_conversion.R:388:5'): .py_spectrum_utils_spectrum_spectra_data works ──
  res$precursorCharge not identical to NA_integer_.
  1/1 mismatches
  [1] 0 - NA == NA
  
  [ FAIL 3 | WARN 2 | SKIP 1 | PASS 461 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/SpectriPy.Rcheck/00check.log’
for details.


Installation output

SpectriPy.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL SpectriPy
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘SpectriPy’ ...
** this is package ‘SpectriPy’ version ‘0.99.8’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
python:         /home/biocbuild/.virtualenvs/r-reticulate/bin/python
libpython:      /usr/lib/python3.12/config-3.12-x86_64-linux-gnu/libpython3.12.so
pythonhome:     /home/biocbuild/.virtualenvs/r-reticulate:/home/biocbuild/.virtualenvs/r-reticulate
version:        3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0]
numpy:          /home/biocbuild/.virtualenvs/r-reticulate/lib/python3.12/site-packages/numpy
numpy_version:  2.2.6
** testing if installed package can be loaded from final location
python:         /home/biocbuild/.virtualenvs/r-reticulate/bin/python
libpython:      /usr/lib/python3.12/config-3.12-x86_64-linux-gnu/libpython3.12.so
pythonhome:     /home/biocbuild/.virtualenvs/r-reticulate:/home/biocbuild/.virtualenvs/r-reticulate
version:        3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0]
numpy:          /home/biocbuild/.virtualenvs/r-reticulate/lib/python3.12/site-packages/numpy
numpy_version:  2.2.6
** testing if installed package keeps a record of temporary installation path
* DONE (SpectriPy)

Tests output

SpectriPy.Rcheck/tests/testthat.Rout.fail


R version 4.5.1 (2025-06-13) -- "Great Square Root"
Copyright (C) 2025 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(Spectra)
Loading required package: S4Vectors
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

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

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


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, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min


Attaching package: 'S4Vectors'

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

    findMatches

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

    I, expand.grid, unname

Loading required package: BiocParallel
> library(SpectriPy)
Loading required package: reticulate
python:         /home/biocbuild/.virtualenvs/r-reticulate/bin/python
libpython:      /usr/lib/python3.12/config-3.12-x86_64-linux-gnu/libpython3.12.so
pythonhome:     /home/biocbuild/.virtualenvs/r-reticulate:/home/biocbuild/.virtualenvs/r-reticulate
version:        3.12.3 (main, Jun 18 2025, 17:59:45) [GCC 13.3.0]
numpy:          /home/biocbuild/.virtualenvs/r-reticulate/lib/python3.12/site-packages/numpy
numpy_version:  2.2.6

> 
> test_check("SpectriPy")

Calculating similarities:   0%|          | 0/4 [00:00<?, ?it/s]
Calculating similarities:  25%|██▌       | 1/4 [00:02<00:08,  2.69s/it]
Calculating similarities: 100%|██████████| 4/4 [00:02<00:00,  1.49it/s]

Calculating similarities:   0%|          | 0/4 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 4/4 [00:00<00:00, 4577.69it/s]

Calculating similarities:   0%|          | 0/4 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 4/4 [00:00<00:00, 3459.22it/s]

Calculating similarities:   0%|          | 0/4 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 4/4 [00:00<00:00, 4660.34it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00, 5833.52it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00, 4090.01it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00, 5149.54it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00, 2157.56it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00, 3297.41it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00, 3296.11it/s]

Calculating similarities:   0%|          | 0/4 [00:00<?, ?it/s]
Calculating similarities:  50%|█████     | 2/4 [00:00<00:00, 1992.54it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities:  50%|█████     | 1/2 [00:00<00:00,  1.54it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00,  3.07it/s]

Calculating similarities:   0%|          | 0/2 [00:00<?, ?it/s]
Calculating similarities:  50%|█████     | 1/2 [00:00<00:00,  1.12it/s]
Calculating similarities: 100%|██████████| 2/2 [00:00<00:00,  2.25it/s]
2025-08-01 03:13:34,798:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:34,850:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:34,851:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:34,852:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,020:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,021:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,022:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,053:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,054:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,054:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,330:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,331:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,332:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,345:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,346:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.
2025-08-01 03:13:35,347:WARNING:matchms:add_precursor_mz:No precursor_mz found in metadata.

Processing spectra:   0%|          | 0/4 [00:00<?, ?it/s]
Processing spectra: 100%|██████████| 4/4 [00:00<00:00, 3087.45it/s]

Processing spectra:   0%|          | 0/4 [00:00<?, ?it/s]
Processing spectra: 100%|██████████| 4/4 [00:00<00:00, 3424.62it/s]

Processing spectra:   0%|          | 0/4 [00:00<?, ?it/s]
Processing spectra: 100%|██████████| 4/4 [00:00<00:00, 3457.08it/s]

Processing spectra:   0%|          | 0/4 [00:00<?, ?it/s]
Processing spectra: 100%|██████████| 4/4 [00:00<00:00, 3665.55it/s]

Processing spectra:   0%|          | 0/4 [00:00<?, ?it/s]
Processing spectra: 100%|██████████| 4/4 [00:00<00:00, 3457.08it/s]
[ FAIL 3 | WARN 2 | SKIP 1 | PASS 461 ]

══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_zzz.R:14:1'

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_conversion.R:253:5'): pyspec_to_rspec and .single_pyspec_to_rspec work ──
rtime(res) not equal to rtime(sps).
3/3 mismatches (average diff: 9.54e-08)
[1] 1.2 - 1.2 ==  4.77e-08
[2] 3.2 - 3.2 ==  4.77e-08
[3] 5.2 - 5.2 == -1.91e-07
── Failure ('test_conversion.R:379:5'): .py_spectrum_utils_spectrum_spectra_data works ──
res$rtime not equal to sps$rtime[1L].
1/1 mismatches
[1] 1.2 - 1.2 == 4.77e-08
── Failure ('test_conversion.R:388:5'): .py_spectrum_utils_spectrum_spectra_data works ──
res$precursorCharge not identical to NA_integer_.
1/1 mismatches
[1] 0 - NA == NA

[ FAIL 3 | WARN 2 | SKIP 1 | PASS 461 ]
Error: Test failures
Execution halted

Example timings

SpectriPy.Rcheck/SpectriPy-Ex.timings

nameusersystemelapsed
MsBackendPy5.1680.8815.862
compareSpectriPy2.6540.2682.947
conversion0.4140.3430.557
filterSpectriPy0.1970.0330.230