-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failing for mysterious reasons #11298
Comments
You may need to |
Thanks @dpryan79. Where should that chmod'ing be done? I couldn't get the container-based testing up and running on my local machine (I just use the containerless tests), so I'm only talking about the testing associated with the above PR to this repo. |
You'd need to |
Thanks @dpryan79 we are a bit lost still though. The explanation makes sense (privileges issue), but from the two files that we commit in the bioconda recipe (build.sh and meta.yml), we fail to see where we would enact such changes. Does the build.sh should include such logic, so that after inferring where things will be built, it makes a chmod on those folders? |
The error we are getting is on the CI itself, not locally: https://circleci.com/gh/bioconda/bioconda-recipes/29369#tests/containers/0 |
Try getting rid of |
Okay, tried that, same issue. Very puzzling. |
@bgruening - you were kind enough to help with these recipes to begin with. Can you by any chance identify the that's causing the CI to fail in #11292? |
Jonathan;
in addition to having it in |
Thanks @chapmanb - I tried it, but no joy. |
Happening again in #11510 :-( |
Thanks for confirming. Sorry, that is all the magic I have and resolved my issue but glad you're pursuing R pinning with Bjorn as that has solved other issues with me in the past. Fingers crossed this combo will get you through this and thanks for all the work trying to debug this. |
Thanks @chapmanb. It seems to be that in my case pinning the R version to match the pinned Seurat version (with host entry as you suggested) is what sorted things out. |
Hi all,
I've been having trouble recently making trivial tweaks to recipes, for example see #11292.
Basically the CI fails. When I check the outputs in Circle CI the package downloads and installs, and the tests all pass, but there's a copy error like in this PR:
"cp: cannot stat `/opt/conda/conda-bld/noarch/r-seurat-scripts-0.0.2-0.tar.bz2': No such file or directory"
This seems to be somewhat intermittent, seemed to go away but now it's recurred.
I'm afraid I'm not yet familiar with the nuts and bolts here to provide diagnosis or cure- could anyone else suggest a solution?
Many thanks,
Jon
The text was updated successfully, but these errors were encountered: