| Back to Workflows build report for BioC 3.20 |
This page was generated on 2025-04-03 13:02 -0400 (Thu, 03 Apr 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4764 |
| palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.3 (2025-02-28 ucrt) -- "Trophy Case" | 4495 |
| merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.3 (2025-02-28) -- "Trophy Case" | 4522 |
| 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/30 | Hostname | OS / Arch | INSTALL | BUILD | ||||||||
| spicyWorkflow 1.6.0 (landing page) SOMS Maintainer
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | ERROR | ||||||||
| palomino8 | Windows Server 2022 Datacenter / x64 | OK | ERROR | |||||||||
| merida1 | macOS 12.7.5 Monterey / x86_64 | OK | ERROR | |||||||||
|
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. |
| Package: spicyWorkflow |
| Version: 1.6.0 |
| Command: chmod a+r spicyWorkflow -R && F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD build --keep-empty-dirs --no-resave-data spicyWorkflow |
| StartedAt: 2025-04-03 11:37:44 -0400 (Thu, 03 Apr 2025) |
| EndedAt: 2025-04-03 12:04:16 -0400 (Thu, 03 Apr 2025) |
| EllapsedTime: 1592.0 seconds |
| RetCode: 1 |
| Status: ERROR |
| PackageFile: None |
| PackageFileSize: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### chmod a+r spicyWorkflow -R && F:\biocbuild\bbs-3.20-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