Back to Multiple platform build/check report for BioC 3.19: simplified long |
|
This page was generated on 2024-05-09 11:40:34 -0400 (Thu, 09 May 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.0 (2024-04-24) -- "Puppy Cup" | 4748 |
palomino3 | Windows Server 2022 Datacenter | x64 | 4.4.0 (2024-04-24 ucrt) -- "Puppy Cup" | 4484 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.0 (2024-04-24) -- "Puppy Cup" | 4514 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" | 4480 |
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 134/2300 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
basilisk 1.16.0 (landing page) Aaron Lun
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | TIMEOUT | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | ERROR | ||||||||||
kjohnson3 | macOS 13.6.5 Ventura / arm64 | see weekly results here | ||||||||||||
To the developers/maintainers of the basilisk package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/basilisk.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. |
Package: basilisk |
Version: 1.16.0 |
Command: /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:basilisk.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings basilisk_1.16.0.tar.gz |
StartedAt: 2024-05-09 04:58:38 -0000 (Thu, 09 May 2024) |
EndedAt: 2024-05-09 05:26:39 -0000 (Thu, 09 May 2024) |
EllapsedTime: 1681.2 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: basilisk.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:basilisk.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings basilisk_1.16.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck’ * using R version 4.4.0 beta (2024-04-15 r86425) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (GCC) 10.3.1 GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘basilisk/DESCRIPTION’ ... OK * this is package ‘basilisk’ version ‘1.16.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: inst/example/.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 ‘basilisk’ can be installed ... NOTE Found the following notes/warnings: Non-staged installation was used See ‘/home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/00install.out’ for details. * 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 ... 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 files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed basiliskStart 218.712 17.638 248.57 createLocalBasiliskEnv 96.228 9.510 110.48 * 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: • On Linux aarch64 (1): 'test-install.R:35:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lazy.R:40:5'): obtainEnvironmentPath works as expected ───────── Error: one or more Python packages failed to install [error code 9] Backtrace: ▆ 1. └─basilisk::obtainEnvironmentPath(env) at test-lazy.R:40:5 2. └─basilisk::setupBasiliskEnv(...) 3. └─reticulate::conda_install(...) 4. └─reticulate:::stopf(fmt, result) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 57 ] Error: Test failures Execution halted * 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: 1 ERROR, 2 NOTEs See ‘/home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/00check.log’ for details.
basilisk.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL basilisk ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’ * installing *source* package ‘basilisk’ ... ** using non-staged installation via StagedInstall field ** 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 * DONE (basilisk)
basilisk.Rcheck/tests/testthat.Rout.fail
R version 4.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: aarch64-unknown-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(basilisk) Loading required package: reticulate > if (.Platform$OS.type != "windows") test_check("basilisk") Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - pandas=1.4.3 - python-dateutil=2.8.2 - python=3.9.12 - pytz=2022.2.1 The following NEW packages will be INSTALLED: libblas conda-forge/linux-aarch64::libblas-3.9.0-22_linuxaarch64_openblas libcblas conda-forge/linux-aarch64::libcblas-3.9.0-22_linuxaarch64_openblas libgfortran-ng conda-forge/linux-aarch64::libgfortran-ng-13.2.0-he9431aa_7 libgfortran5 conda-forge/linux-aarch64::libgfortran5-13.2.0-h87d9d71_7 liblapack conda-forge/linux-aarch64::liblapack-3.9.0-22_linuxaarch64_openblas libopenblas conda-forge/linux-aarch64::libopenblas-0.3.27-pthreads_h5a5ec62_0 libstdcxx-ng conda-forge/linux-aarch64::libstdcxx-ng-13.2.0-h3f4de04_7 numpy conda-forge/linux-aarch64::numpy-1.26.4-py39h91c28bb_0 pandas conda-forge/linux-aarch64::pandas-1.4.3-py39h63591b6_0 python-dateutil conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0 python_abi conda-forge/linux-aarch64::python_abi-3.9-4_cp39 pytz conda-forge/noarch::pytz-2022.2.1-pyhd8ed1ab_0 six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - pandas=1.4.2 - python-dateutil=2.8.1 - python=3.9.12 - pytz=2022.1 The following NEW packages will be INSTALLED: libblas conda-forge/linux-aarch64::libblas-3.9.0-22_linuxaarch64_openblas libcblas conda-forge/linux-aarch64::libcblas-3.9.0-22_linuxaarch64_openblas libgfortran-ng conda-forge/linux-aarch64::libgfortran-ng-13.2.0-he9431aa_7 libgfortran5 conda-forge/linux-aarch64::libgfortran5-13.2.0-h87d9d71_7 liblapack conda-forge/linux-aarch64::liblapack-3.9.0-22_linuxaarch64_openblas libopenblas conda-forge/linux-aarch64::libopenblas-0.3.27-pthreads_h5a5ec62_0 libstdcxx-ng conda-forge/linux-aarch64::libstdcxx-ng-13.2.0-h3f4de04_7 numpy conda-forge/linux-aarch64::numpy-1.26.4-py39h91c28bb_0 pandas conda-forge/linux-aarch64::pandas-1.4.2-py39h63591b6_2 python-dateutil conda-forge/noarch::python-dateutil-2.8.1-py_0 python_abi conda-forge/linux-aarch64::python_abi-3.9-4_cp39 pytz conda-forge/noarch::pytz-2022.1-pyhd8ed1ab_0 six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - python-dateutil=2.8.1 - python=3.9.12 - pytz=2022.1 The following NEW packages will be INSTALLED: python-dateutil conda-forge/noarch::python-dateutil-2.8.1-py_0 pytz conda-forge/noarch::pytz-2022.1-pyhd8ed1ab_0 six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting pandas==1.4.2 Using cached pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB) Requirement already satisfied: python-dateutil>=2.8.1 in ./install-test-client/thingo/lib/python3.9/site-packages (from pandas==1.4.2) (2.8.1) Requirement already satisfied: pytz>=2020.1 in ./install-test-client/thingo/lib/python3.9/site-packages (from pandas==1.4.2) (2022.1) Collecting numpy>=1.19.2 (from pandas==1.4.2) Using cached numpy-1.26.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB) Requirement already satisfied: six>=1.5 in ./install-test-client/thingo/lib/python3.9/site-packages (from python-dateutil>=2.8.1->pandas==1.4.2) (1.16.0) Using cached pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.0 MB) Using cached numpy-1.26.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.2 MB) Installing collected packages: numpy, pandas Successfully installed numpy-1.26.4 pandas-1.4.2 Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Processing /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/basilisk/example/inst/test_dummy Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: test_dummy Building wheel for test_dummy (setup.py): started Building wheel for test_dummy (setup.py): finished with status 'done' Created wheel for test_dummy: filename=test_dummy-0.1-py3-none-any.whl size=1281 sha256=099ca1b40bedf3a5a6e3245e50156dfcc845cde0c595ebb2f972e66d10b2ac0d Stored in directory: /home/biocbuild/tmp/pip-ephem-wheel-cache-x48ipsfx/wheels/06/77/17/10a44b4cd623cf5fa4078e6c5903b0db4b18032359b798ee5a Successfully built test_dummy Installing collected packages: test_dummy Successfully installed test_dummy-0.1 Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/thingo added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following packages are not available from current channels: - whheeeeeeeeeeeeeeeeee=0.0.1 Current channels: - https://conda.anaconda.org/conda-forge/linux-aarch64 - https://conda.anaconda.org/conda-forge/noarch - https://repo.anaconda.com/pkgs/main/linux-aarch64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/r/linux-aarch64 - https://repo.anaconda.com/pkgs/r/noarch To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page. trying URL 'https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-aarch64.sh' Content type 'application/x-sh' length 78905633 bytes (75.3 MB) ================================================== downloaded 75.3 MB PREFIX=/home/biocbuild/tmp/Rtmpb3ByWv/file1272d355b825b4/1.16.0/0 Unpacking payload ... 0%| | 0/40 [00:00<?, ?it/s] Extracting : colorama-0.4.4-pyhd3eb1b0_0.conda: 0%| | 0/40 [00:00<?, ?it/s] Extracting : colorama-0.4.4-pyhd3eb1b0_0.conda: 2%|▎ | 1/40 [00:00<00:06, 6.35it/s] Extracting : urllib3-1.26.8-pyhd3eb1b0_0.conda: 2%|▎ | 1/40 [00:00<00:06, 6.35it/s] Extracting : ruamel_yaml-0.15.100-py39h2f4d8fa_0.conda: 5%|▌ | 2/40 [00:00<00:05, 6.35it/s] Extracting : tk-8.6.11-h241ca14_0.conda: 8%|▊ | 3/40 [00:00<00:05, 6.35it/s] Extracting : tk-8.6.11-h241ca14_0.conda: 10%|█ | 4/40 [00:00<00:02, 14.15it/s] Extracting : conda-4.12.0-py39hd43f75c_0.conda: 10%|█ | 4/40 [00:00<00:02, 14.15it/s] Extracting : _libgcc_mutex-0.1-main.conda: 12%|█▎ | 5/40 [00:00<00:02, 14.15it/s] Extracting : _libgcc_mutex-0.1-main.conda: 15%|█▌ | 6/40 [00:00<00:02, 11.98it/s] Extracting : conda-package-handling-1.8.1-py39h2f4d8fa_0.conda: 15%|█▌ | 6/40 [00:00<00:02, 11.98it/s] Extracting : python-3.9.12-hc137634_0.conda: 18%|█▊ | 7/40 [00:00<00:02, 11.98it/s] Extracting : cffi-1.15.0-py39h9a3cfec_1.conda: 20%|██ | 8/40 [00:00<00:02, 11.98it/s] Extracting : six-1.16.0-pyhd3eb1b0_1.conda: 22%|██▎ | 9/40 [00:00<00:02, 11.98it/s] Extracting : wheel-0.37.1-pyhd3eb1b0_0.conda: 25%|██▌ | 10/40 [00:00<00:02, 11.98it/s] Extracting : _openmp_mutex-5.1-51_gnu.conda: 28%|██▊ | 11/40 [00:00<00:02, 11.98it/s] Extracting : conda-content-trust-0.1.1-pyhd3eb1b0_0.conda: 30%|███ | 12/40 [00:00<00:02, 11.98it/s] Extracting : ld_impl_linux-aarch64-2.36.1-h0ab8de2_3.conda: 32%|███▎ | 13/40 [00:00<00:02, 11.98it/s] Extracting : idna-3.3-pyhd3eb1b0_0.conda: 35%|███▌ | 14/40 [00:00<00:02, 11.98it/s] Extracting : certifi-2021.10.8-py39hd43f75c_2.conda: 38%|███▊ | 15/40 [00:00<00:02, 11.98it/s] Extracting : pycosat-0.6.3-py39hfd63f10_2.conda: 40%|████ | 16/40 [00:00<00:02, 11.98it/s] Extracting : libgcc-ng-10.2.0-h1234567_51.conda: 42%|████▎ | 17/40 [00:00<00:01, 11.98it/s] Extracting : brotlipy-0.7.0-py39hfd63f10_1002.conda: 45%|████▌ | 18/40 [00:00<00:01, 11.98it/s] Extracting : ca-certificates-2022.3.29-hd43f75c_1.conda: 48%|████▊ | 19/40 [00:00<00:01, 11.98it/s] Extracting : charset-normalizer-2.0.4-pyhd3eb1b0_0.conda: 50%|█████ | 20/40 [00:00<00:01, 11.98it/s] Extracting : zlib-1.2.12-h2f4d8fa_1.conda: 52%|█████▎ | 21/40 [00:00<00:01, 11.98it/s] Extracting : readline-8.1.2-h2f4d8fa_1.conda: 55%|█████▌ | 22/40 [00:00<00:01, 11.98it/s] Extracting : tqdm-4.63.0-pyhd3eb1b0_0.conda: 57%|█████▊ | 23/40 [00:00<00:01, 11.98it/s] Extracting : cryptography-36.0.0-py39h3d58568_0.conda: 60%|██████ | 24/40 [00:00<00:01, 11.98it/s] Extracting : xz-5.2.5-hfd63f10_1.conda: 62%|██████▎ | 25/40 [00:00<00:01, 11.98it/s] Extracting : ncurses-6.3-h2f4d8fa_2.conda: 65%|██████▌ | 26/40 [00:00<00:01, 11.98it/s] Extracting : openssl-1.1.1n-h2f4d8fa_0.conda: 68%|██████▊ | 27/40 [00:00<00:01, 11.98it/s] Extracting : pip-21.2.4-py39hd43f75c_0.conda: 70%|███████ | 28/40 [00:00<00:01, 11.98it/s] Extracting : yaml-0.2.5-hfd63f10_0.conda: 72%|███████▎ | 29/40 [00:00<00:00, 11.98it/s] Extracting : libgomp-10.2.0-h1234567_51.conda: 75%|███████▌ | 30/40 [00:00<00:00, 11.98it/s] Extracting : tzdata-2022a-hda174b7_0.conda: 78%|███████▊ | 31/40 [00:00<00:00, 11.98it/s] Extracting : requests-2.27.1-pyhd3eb1b0_0.conda: 80%|████████ | 32/40 [00:00<00:00, 11.98it/s] Extracting : libffi-3.3-h7c1a80f_2.conda: 82%|████████▎ | 33/40 [00:00<00:00, 11.98it/s] Extracting : sqlite-3.38.2-h6632b73_0.conda: 85%|████████▌ | 34/40 [00:00<00:00, 11.98it/s] Extracting : pyopenssl-22.0.0-pyhd3eb1b0_0.conda: 88%|████████▊ | 35/40 [00:00<00:00, 11.98it/s] Extracting : libstdcxx-ng-10.2.0-h1234567_51.conda: 90%|█████████ | 36/40 [00:00<00:00, 11.98it/s] Extracting : pycparser-2.21-pyhd3eb1b0_0.conda: 92%|█████████▎| 37/40 [00:00<00:00, 11.98it/s] Extracting : pysocks-1.7.1-py39hd43f75c_0.conda: 95%|█████████▌| 38/40 [00:00<00:00, 11.98it/s] Extracting : setuptools-61.2.0-py39hd43f75c_0.conda: 98%|█████████▊| 39/40 [00:00<00:00, 11.98it/s] Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/tmp/Rtmpb3ByWv/file1272d355b825b4/1.16.0/0 added / updated specs: - _libgcc_mutex==0.1=main - _openmp_mutex==5.1=51_gnu - brotlipy==0.7.0=py39hfd63f10_1002 - ca-certificates==2022.3.29=hd43f75c_1 - certifi==2021.10.8=py39hd43f75c_2 - cffi==1.15.0=py39h9a3cfec_1 - charset-normalizer==2.0.4=pyhd3eb1b0_0 - colorama==0.4.4=pyhd3eb1b0_0 - conda-content-trust==0.1.1=pyhd3eb1b0_0 - conda-package-handling==1.8.1=py39h2f4d8fa_0 - conda==4.12.0=py39hd43f75c_0 - cryptography==36.0.0=py39h3d58568_0 - idna==3.3=pyhd3eb1b0_0 - ld_impl_linux-aarch64==2.36.1=h0ab8de2_3 - libffi==3.3=h7c1a80f_2 - libgcc-ng==10.2.0=h1234567_51 - libgomp==10.2.0=h1234567_51 - libstdcxx-ng==10.2.0=h1234567_51 - ncurses==6.3=h2f4d8fa_2 - openssl==1.1.1n=h2f4d8fa_0 - pip==21.2.4=py39hd43f75c_0 - pycosat==0.6.3=py39hfd63f10_2 - pycparser==2.21=pyhd3eb1b0_0 - pyopenssl==22.0.0=pyhd3eb1b0_0 - pysocks==1.7.1=py39hd43f75c_0 - python==3.9.12=hc137634_0 - readline==8.1.2=h2f4d8fa_1 - requests==2.27.1=pyhd3eb1b0_0 - ruamel_yaml==0.15.100=py39h2f4d8fa_0 - setuptools==61.2.0=py39hd43f75c_0 - six==1.16.0=pyhd3eb1b0_1 - sqlite==3.38.2=h6632b73_0 - tk==8.6.11=h241ca14_0 - tqdm==4.63.0=pyhd3eb1b0_0 - tzdata==2022a=hda174b7_0 - urllib3==1.26.8=pyhd3eb1b0_0 - wheel==0.37.1=pyhd3eb1b0_0 - xz==5.2.5=hfd63f10_1 - yaml==0.2.5=hfd63f10_0 - zlib==1.2.12=h2f4d8fa_1 The following NEW packages will be INSTALLED: _libgcc_mutex pkgs/main/linux-aarch64::_libgcc_mutex-0.1-main _openmp_mutex pkgs/main/linux-aarch64::_openmp_mutex-5.1-51_gnu brotlipy pkgs/main/linux-aarch64::brotlipy-0.7.0-py39hfd63f10_1002 ca-certificates pkgs/main/linux-aarch64::ca-certificates-2022.3.29-hd43f75c_1 certifi pkgs/main/linux-aarch64::certifi-2021.10.8-py39hd43f75c_2 cffi pkgs/main/linux-aarch64::cffi-1.15.0-py39h9a3cfec_1 charset-normalizer pkgs/main/noarch::charset-normalizer-2.0.4-pyhd3eb1b0_0 colorama pkgs/main/noarch::colorama-0.4.4-pyhd3eb1b0_0 conda pkgs/main/linux-aarch64::conda-4.12.0-py39hd43f75c_0 conda-content-tru~ pkgs/main/noarch::conda-content-trust-0.1.1-pyhd3eb1b0_0 conda-package-han~ pkgs/main/linux-aarch64::conda-package-handling-1.8.1-py39h2f4d8fa_0 cryptography pkgs/main/linux-aarch64::cryptography-36.0.0-py39h3d58568_0 idna pkgs/main/noarch::idna-3.3-pyhd3eb1b0_0 ld_impl_linux-aar~ pkgs/main/linux-aarch64::ld_impl_linux-aarch64-2.36.1-h0ab8de2_3 libffi pkgs/main/linux-aarch64::libffi-3.3-h7c1a80f_2 libgcc-ng pkgs/main/linux-aarch64::libgcc-ng-10.2.0-h1234567_51 libgomp pkgs/main/linux-aarch64::libgomp-10.2.0-h1234567_51 libstdcxx-ng pkgs/main/linux-aarch64::libstdcxx-ng-10.2.0-h1234567_51 ncurses pkgs/main/linux-aarch64::ncurses-6.3-h2f4d8fa_2 openssl pkgs/main/linux-aarch64::openssl-1.1.1n-h2f4d8fa_0 pip pkgs/main/linux-aarch64::pip-21.2.4-py39hd43f75c_0 pycosat pkgs/main/linux-aarch64::pycosat-0.6.3-py39hfd63f10_2 pycparser pkgs/main/noarch::pycparser-2.21-pyhd3eb1b0_0 pyopenssl pkgs/main/noarch::pyopenssl-22.0.0-pyhd3eb1b0_0 pysocks pkgs/main/linux-aarch64::pysocks-1.7.1-py39hd43f75c_0 python pkgs/main/linux-aarch64::python-3.9.12-hc137634_0 readline pkgs/main/linux-aarch64::readline-8.1.2-h2f4d8fa_1 requests pkgs/main/noarch::requests-2.27.1-pyhd3eb1b0_0 ruamel_yaml pkgs/main/linux-aarch64::ruamel_yaml-0.15.100-py39h2f4d8fa_0 setuptools pkgs/main/linux-aarch64::setuptools-61.2.0-py39hd43f75c_0 six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 sqlite pkgs/main/linux-aarch64::sqlite-3.38.2-h6632b73_0 tk pkgs/main/linux-aarch64::tk-8.6.11-h241ca14_0 tqdm pkgs/main/noarch::tqdm-4.63.0-pyhd3eb1b0_0 tzdata pkgs/main/noarch::tzdata-2022a-hda174b7_0 urllib3 pkgs/main/noarch::urllib3-1.26.8-pyhd3eb1b0_0 wheel pkgs/main/noarch::wheel-0.37.1-pyhd3eb1b0_0 xz pkgs/main/linux-aarch64::xz-5.2.5-hfd63f10_1 yaml pkgs/main/linux-aarch64::yaml-0.2.5-hfd63f10_0 zlib pkgs/main/linux-aarch64::zlib-1.2.12-h2f4d8fa_1 Preparing transaction: ...working... done Executing transaction: ...working... done installation finished. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/tmp/Rtmpb3ByWv/file1272d355b825b4/1.16.0/basilisk.utils/1.16.0/test added / updated specs: - python=3.9.12 The following packages will be downloaded: package | build ---------------------------|----------------- _openmp_mutex-4.5 | 2_gnu 23 KB conda-forge bzip2-1.0.8 | h31becfc_5 185 KB conda-forge ca-certificates-2024.2.2 | hcefe29a_0 152 KB conda-forge ld_impl_linux-aarch64-2.40 | hba4e955_0 718 KB conda-forge libffi-3.4.2 | h3557bc0_5 58 KB conda-forge libgcc-ng-13.2.0 | he277a41_7 448 KB conda-forge libgomp-13.2.0 | he277a41_7 414 KB conda-forge libnsl-2.0.1 | h31becfc_0 34 KB conda-forge libsqlite-3.45.3 | h194ca79_0 1012 KB conda-forge libuuid-2.38.1 | hb4cce97_0 35 KB conda-forge libzlib-1.2.13 | h31becfc_5 65 KB conda-forge ncurses-6.5 | h0425590_0 903 KB conda-forge openssl-3.3.0 | h31becfc_0 3.3 MB conda-forge pip-24.0 | pyhd8ed1ab_0 1.3 MB conda-forge python-3.9.12 |h5016f1d_1_cpython 12.8 MB conda-forge readline-8.2 | h8fc344f_1 287 KB conda-forge setuptools-69.5.1 | pyhd8ed1ab_0 490 KB conda-forge sqlite-3.45.3 | h3b3482f_0 1020 KB conda-forge tk-8.6.13 | h194ca79_0 3.2 MB conda-forge tzdata-2024a | h0c530f3_0 117 KB conda-forge wheel-0.43.0 | pyhd8ed1ab_1 57 KB conda-forge xz-5.2.6 | h9cdd2b7_0 430 KB conda-forge ------------------------------------------------------------ Total: 26.9 MB The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/locality/1.16.0 added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/locality/1.16.0 added / updated specs: - pandas=1.4.3 - python-dateutil=2.8.2 - python=3.9.12 - pytz=2022.2.1 The following NEW packages will be INSTALLED: libblas conda-forge/linux-aarch64::libblas-3.9.0-22_linuxaarch64_openblas libcblas conda-forge/linux-aarch64::libcblas-3.9.0-22_linuxaarch64_openblas libgfortran-ng conda-forge/linux-aarch64::libgfortran-ng-13.2.0-he9431aa_7 libgfortran5 conda-forge/linux-aarch64::libgfortran5-13.2.0-h87d9d71_7 liblapack conda-forge/linux-aarch64::liblapack-3.9.0-22_linuxaarch64_openblas libopenblas conda-forge/linux-aarch64::libopenblas-0.3.27-pthreads_h5a5ec62_0 libstdcxx-ng conda-forge/linux-aarch64::libstdcxx-ng-13.2.0-h3f4de04_7 numpy conda-forge/linux-aarch64::numpy-1.26.4-py39h91c28bb_0 pandas conda-forge/linux-aarch64::pandas-1.4.3-py39h63591b6_0 python-dateutil conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0 python_abi conda-forge/linux-aarch64::python_abi-3.9-4_cp39 pytz conda-forge/noarch::pytz-2022.2.1-pyhd8ed1ab_0 six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/my_package_A added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/my_package_A added / updated specs: - pandas=1.4.3 - python-dateutil=2.8.2 - python=3.9.12 - pytz=2022.2.1 The following NEW packages will be INSTALLED: libblas conda-forge/linux-aarch64::libblas-3.9.0-22_linuxaarch64_openblas libcblas conda-forge/linux-aarch64::libcblas-3.9.0-22_linuxaarch64_openblas libgfortran-ng conda-forge/linux-aarch64::libgfortran-ng-13.2.0-he9431aa_7 libgfortran5 conda-forge/linux-aarch64::libgfortran5-13.2.0-h87d9d71_7 liblapack conda-forge/linux-aarch64::liblapack-3.9.0-22_linuxaarch64_openblas libopenblas conda-forge/linux-aarch64::libopenblas-0.3.27-pthreads_h5a5ec62_0 libstdcxx-ng conda-forge/linux-aarch64::libstdcxx-ng-13.2.0-h3f4de04_7 numpy conda-forge/linux-aarch64::numpy-1.26.4-py39h91c28bb_0 pandas conda-forge/linux-aarch64::pandas-1.4.3-py39h63591b6_0 python-dateutil conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0 python_abi conda-forge/linux-aarch64::python_abi-3.9-4_cp39 pytz conda-forge/noarch::pytz-2022.2.1-pyhd8ed1ab_0 six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/my_package_B added / updated specs: - python=3.9.12 The following NEW packages will be INSTALLED: _openmp_mutex conda-forge/linux-aarch64::_openmp_mutex-4.5-2_gnu bzip2 conda-forge/linux-aarch64::bzip2-1.0.8-h31becfc_5 ca-certificates conda-forge/linux-aarch64::ca-certificates-2024.2.2-hcefe29a_0 ld_impl_linux-aar~ conda-forge/linux-aarch64::ld_impl_linux-aarch64-2.40-hba4e955_0 libffi conda-forge/linux-aarch64::libffi-3.4.2-h3557bc0_5 libgcc-ng conda-forge/linux-aarch64::libgcc-ng-13.2.0-he277a41_7 libgomp conda-forge/linux-aarch64::libgomp-13.2.0-he277a41_7 libnsl conda-forge/linux-aarch64::libnsl-2.0.1-h31becfc_0 libsqlite conda-forge/linux-aarch64::libsqlite-3.45.3-h194ca79_0 libuuid conda-forge/linux-aarch64::libuuid-2.38.1-hb4cce97_0 libzlib conda-forge/linux-aarch64::libzlib-1.2.13-h31becfc_5 ncurses conda-forge/linux-aarch64::ncurses-6.5-h0425590_0 openssl conda-forge/linux-aarch64::openssl-3.3.0-h31becfc_0 pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0 python conda-forge/linux-aarch64::python-3.9.12-h5016f1d_1_cpython readline conda-forge/linux-aarch64::readline-8.2-h8fc344f_1 setuptools conda-forge/noarch::setuptools-69.5.1-pyhd8ed1ab_0 sqlite conda-forge/linux-aarch64::sqlite-3.45.3-h3b3482f_0 tk conda-forge/linux-aarch64::tk-8.6.13-h194ca79_0 tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0 wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1 xz conda-forge/linux-aarch64::xz-5.2.6-h9cdd2b7_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda # All requested packages already installed. Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 24.4.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/biocbuild/bbs-3.19-bioc/meat/basilisk.Rcheck/tests/testthat/install-test-client/my_package_B added / updated specs: - pandas=1.4.2 - python-dateutil=2.8.1 - python=3.9.12 - pytz=2022.1 The following NEW packages will be INSTALLED: libblas conda-forge/linux-aarch64::libblas-3.9.0-22_linuxaarch64_openblas libcblas conda-forge/linux-aarch64::libcblas-3.9.0-22_linuxaarch64_openblas libgfortran-ng conda-forge/linux-aarch64::libgfortran-ng-13.2.0-he9431aa_7 libgfortran5 conda-forge/linux-aarch64::libgfortran5-13.2.0-h87d9d71_7 liblapack conda-forge/linux-aarch64::liblapack-3.9.0-22_linuxaarch64_openblas libopenblas conda-forge/linux-aarch64::libopenblas-0.3.27-pthreads_h5a5ec62_0 libstdcxx-ng conda-forge/linux-aarch64::libstdcxx-ng-13.2.0-h3f4de04_7 numpy conda-forge/linux-aarch64::numpy-1.26.4-py39h91c28bb_0 pandas conda-forge/linux-aarch64::pandas-1.4.2-py39h63591b6_2 python-dateutil conda-forge/noarch::python-dateutil-2.8.1-py_0 python_abi conda-forge/linux-aarch64::python_abi-3.9-4_cp39 pytz conda-forge/noarch::pytz-2022.1-pyhd8ed1ab_0 six conda-forge/noarch::six-1.16.0-pyh6c4a22f_0 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done [ FAIL 1 | WARN 0 | SKIP 1 | PASS 57 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On Linux aarch64 (1): 'test-install.R:35:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-lazy.R:40:5'): obtainEnvironmentPath works as expected ───────── Error: one or more Python packages failed to install [error code 9] Backtrace: ▆ 1. └─basilisk::obtainEnvironmentPath(env) at test-lazy.R:40:5 2. └─basilisk::setupBasiliskEnv(...) 3. └─reticulate::conda_install(...) 4. └─reticulate:::stopf(fmt, result) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 57 ] Error: Test failures Execution halted
basilisk.Rcheck/basilisk-Ex.timings
name | user | system | elapsed | |
BasiliskEnvironment-class | 0.003 | 0.000 | 0.003 | |
PyPiLink | 0.000 | 0.000 | 0.001 | |
basiliskOptions | 0.001 | 0.000 | 0.001 | |
basiliskStart | 218.712 | 17.638 | 248.570 | |
configureBasiliskEnv | 0 | 0 | 0 | |
createLocalBasiliskEnv | 96.228 | 9.510 | 110.480 | |
listPackages | 0.539 | 0.111 | 0.940 | |
obtainEnvironmentPath | 0.004 | 0.000 | 0.004 | |
setupBasiliskEnv | 0.003 | 0.000 | 0.003 | |
useBasiliskEnv | 0.977 | 0.085 | 0.978 | |