NBISweden / pipelines-nextflow

A set of workflows written in Nextflow for Genome Annotation.
GNU General Public License v3.0
42 stars 18 forks source link

CI testing: Conda environment creation failed inside actions VM. #45

Closed mahesh-panchal closed 10 months ago

mahesh-panchal commented 4 years ago

https://github.com/NBISweden/pipelines-nextflow/runs/798595494?check_suite_focus=true

Package is corrupted when trying to make the package.

According to Pontus, the strace logs show it's simultaneously trying to read and delete the file from within the same process. https://github.com/NBISweden/pipelines-nextflow/runs/798564814?check_suite_focus=true

Unsure whether it's caused by parallel environment creation, but from the strace it may be unlikely.

mahesh-panchal commented 10 months ago

Docker tests are sufficient. Not planning to add conda tests too.