Back to Workflows build report for BioC 3.21

This page was generated on 2025-04-04 16:30 -0400 (Fri, 04 Apr 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences" 4798
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" 4566
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4596
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 28/30HostnameOS / ArchINSTALLBUILD
spicyWorkflow 1.7.0  (landing page)
SOMS Maintainer
Snapshot Date: 2025-04-04 12:45 -0400 (Fri, 04 Apr 2025)
git_url: https://git.bioconductor.org/packages/spicyWorkflow
git_branch: devel
git_last_commit: 57d48c3
git_last_commit_date: 2024-10-29 10:03:40 -0400 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    ERROR  
palomino7Windows Server 2022 Datacenter / x64  OK    ERROR  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    ERROR  


BUILD results for spicyWorkflow on palomino7

To the developers/maintainers of the spicyWorkflow package:
- 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: spicyWorkflow
Version: 1.7.0
Command: chmod a+r spicyWorkflow -R && E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data spicyWorkflow
StartedAt: 2025-04-04 13:16:47 -0400 (Fri, 04 Apr 2025)
EndedAt: 2025-04-04 13:42:52 -0400 (Fri, 04 Apr 2025)
EllapsedTime: 1565.1 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   chmod a+r spicyWorkflow -R && E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data spicyWorkflow
###
##############################################################################
##############################################################################


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

Quitting from spicyWorkflow.Rmd:275-284 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `serialize()`:
! error writing to connection
---
Backtrace:
     ▆
  1. └─cytomapper::measureObjects(...)
  2.   ├─BiocParallel::bpmapply(...)
  3.   └─BiocParallel::bpmapply(...)
  4.     ├─BiocParallel::bplapply(...)
  5.     └─BiocParallel::bplapply(...)
  6.       └─BiocParallel:::.bpinit(...)
  7.         ├─BiocParallel::bpstop(BPPARAM)
  8.         └─BiocParallel::bpstop(BPPARAM)
  9.           └─BiocParallel::.bpstop_impl(x)
 10.             └─BiocParallel:::.bpstop_nodes(x)
 11.               ├─BiocParallel::.manager_send_all(manager, .DONE())
 12.               └─BiocParallel::.manager_send_all(manager, .DONE())
 13.                 ├─BiocParallel::.send_all(manager$backend, value)
 14.                 └─BiocParallel::.send_all(manager$backend, value)
 15.                   ├─BiocParallel::.send_to(backend, node, value)
 16.                   └─BiocParallel::.send_to(backend, node, value)
 17.                     ├─parallel:::sendData(backend[[node]], value)
 18.                     └─parallel:::sendData.SOCKnode(backend[[node]], value)
 19.                       └─base::serialize(data, node$con)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'spicyWorkflow.Rmd' failed with diagnostics:
error writing to connection
--- failed re-building 'spicyWorkflow.Rmd'

SUMMARY: processing the following file failed:
  'spicyWorkflow.Rmd'

Error: Vignette re-building failed.
Execution halted
Error in serialize(data, node$con) : error writing to connection
Calls: <Anonymous> ... .send_to -> <Anonymous> -> sendData.SOCKnode -> serialize