Back to Multiple platform build/check report for BioC 3.20:   simplified   long
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-10-18 11:43 -0400 (Fri, 18 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4474
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4733
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4479
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4509
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4457
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 57/2273HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
AlphaMissenseR 1.1.8  (landing page)
Martin Morgan
Snapshot Date: 2024-10-17 13:40 -0400 (Thu, 17 Oct 2024)
git_url: https://git.bioconductor.org/packages/AlphaMissenseR
git_branch: devel
git_last_commit: 89b2f95
git_last_commit_date: 2024-10-16 12:36:31 -0400 (Wed, 16 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    ERROR  skipped
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    ERROR  skipped
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  YES
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  YES
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    TIMEOUT  skipped


BUILD results for AlphaMissenseR on nebbiolo2

To the developers/maintainers of the AlphaMissenseR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/AlphaMissenseR.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: AlphaMissenseR
Version: 1.1.8
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data --md5 AlphaMissenseR
StartedAt: 2024-10-17 16:07:28 -0400 (Thu, 17 Oct 2024)
EndedAt: 2024-10-17 16:08:22 -0400 (Thu, 17 Oct 2024)
EllapsedTime: 54.1 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data --md5 AlphaMissenseR
###
##############################################################################
##############################################################################


* checking for file ‘AlphaMissenseR/DESCRIPTION’ ... OK
* preparing ‘AlphaMissenseR’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘alphafold.Rmd’ using rmarkdown

Quitting from lines 58-60 [am_data] (alphafold.Rmd)
Error: processing vignette 'alphafold.Rmd' failed with diagnostics:
{"exception_type":"Invalid Input","exception_message":"Attempting to execute an unsuccessful or closed pending query result\nError: Invalid Input Error: Cannot execute statement of type \"CREATE\" on database \"2bf7cc74a359fe_2bf7cc74a359fe\" which is attached in read-only mode!"}
--- failed re-building ‘alphafold.Rmd’

--- re-building ‘benchmarking.Rmd’ using rmarkdown
Warning: Connection is garbage-collected, use dbDisconnect() to avoid this.
--- finished re-building ‘benchmarking.Rmd’

--- re-building ‘clinvar.Rmd’ using rmarkdown

Quitting from lines 44-45 [download_cv] (clinvar.Rmd)
Error: processing vignette 'clinvar.Rmd' failed with diagnostics:
rapi_prepare: Failed to execute statement -- import csv from file at 'file_path' to data table 'db_tbl_name'
-- create the clinvar table, but with label as TEXT
CREATE TABLE clinvar AS
SELECT
    * EXCLUDE(label),
    CASE
        WHEN label = 0 THEN 'benign'
        WHEN label = 1 THEN 'pathogenic'
    END AS label
FROM read_csv_auto('/home/biocbuild/bbs-3.20-bioc/tmpdir/Rtmp2l4d48/Rinst50e1a56179481/AlphaMissenseR/extdata/science.adg7492_data_s5.csv.gz', delim = ',', compression = 'gzip');
-- create levels for the label column
CREATE TYPE label_level AS ENUM ('benign', 'pathogenic');
-- coerce label to factor
ALTER TABLE clinvar ALTER label TYPE label_level;
Error: Invalid Input Error: Cannot execute statement of type "CREATE" on database "2bf7cc74a359fe_2bf7cc74a359fe" which is attached in read-only mode!
--- failed re-building ‘clinvar.Rmd’

--- re-building ‘introduction.Rmd’ using rmarkdown

Quitting from lines 100-102 [am_data] (introduction.Rmd)
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
{"exception_type":"Invalid Input","exception_message":"Attempting to execute an unsuccessful or closed pending query result\nError: Invalid Input Error: Cannot execute statement of type \"CREATE\" on database \"2bf7cc74a359fe_2bf7cc74a359fe\" which is attached in read-only mode!"}
--- failed re-building ‘introduction.Rmd’

--- re-building ‘issues.Rmd’ using rmarkdown
Warning: Connection is garbage-collected, use dbDisconnect() to avoid this.
Warning: Connection is garbage-collected, use dbDisconnect() to avoid this.

Quitting from lines 74-75 [unnamed-chunk-4] (issues.Rmd)
Error: processing vignette 'issues.Rmd' failed with diagnostics:
{"exception_type":"Invalid Input","exception_message":"Attempting to execute an unsuccessful or closed pending query result\nError: Invalid Input Error: Cannot execute statement of type \"CREATE\" on database \"2bf7cc74a359fe_2bf7cc74a359fe\" which is attached in read-only mode!"}
--- failed re-building ‘issues.Rmd’

SUMMARY: processing the following files failed:
  ‘alphafold.Rmd’ ‘clinvar.Rmd’ ‘introduction.Rmd’ ‘issues.Rmd’

Error: Vignette re-building failed.
Execution halted
Warning messages:
1: Connection is garbage-collected, use dbDisconnect() to avoid this. 
2: Connection is garbage-collected, use dbDisconnect() to avoid this.