Skip to content

[Bioc-devel] workflow builds on windows but not on mac and linux

2 messages · Dan Tenenbaum, Bernd Klaus

#
Hi,

The problem on linux has been fixed, but now there's another problem. It is running out of memory when building your workflow.

The problem on mac is that R-3.2.x is not compatible with the newest knitr (1.13), so the recommendation is to downgrade to knitr 1.12 or upgrade to R-3.3.0.
The workflow builders will update to R-3.3.0 soon, so this issue will go away then.

In the meantime, I did try and downgrade the machine to knitr 1.12 but the workflow build code rightfully updated everything before building so that had no effect.

Both of these new build results are here:

http://docbuilder.bioconductor.org:8080/job/maEndToEnd/8/

Dan


----- Original Message -----
#
Hi Dan,

thanks a lot for your prompt response! 

Do you have any idea how I could possibly trace down the memory issue on
Ubuntu?

I commented the sessionInfo() chunk at the end of the workflow and now I
get on "master"
and
http://docbuilder.bioconductor.org:8080/job/maEndToEnd/label=master/9/console

- which might be related to some system settings in Ubuntu:
http://stackoverflow.com/questions/27136264/unable-to-install-packages-system-call-failed-cannot-allocate-memory-instal

Thanks again and best wishes,

Bernd

PS; I can compile the workflow on a 8 GB RAM ubuntu  (15.10, latest R,
Bioc 3.3.) laptop locally.
On Mo, 2016-05-23 at 14:53 -0700, Dan Tenenbaum wrote: