Skip to content
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

Cache folder fails "<folder> is not yet cached" #10156

Closed
vfdev-5 opened this issue Sep 27, 2018 · 2 comments
Closed

Cache folder fails "<folder> is not yet cached" #10156

vfdev-5 opened this issue Sep 27, 2018 · 2 comments

Comments

@vfdev-5
Copy link

vfdev-5 commented Sep 27, 2018

Hi,

I'm trying to cache a folder where conda is installed similar to this example, but in the stage where I need to use the cached folder I got:

Setting up build cache
$ export CASHER_DIR=${TRAVIS_HOME}/.casher
0.03s$ Installing caching utilities
0.00s
23.39sattempting to download cache archive
fetching master/cache-linux-trusty-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--python-2.7.tgz
found cache
0.00s
6.50sadding /home/travis/build/[secure]/tests_auto_deploy/.miniconda to cache
creating directory /home/travis/build/[secure]/tests_auto_deploy/.miniconda
miniconda is not yet cached

What am I doing wrong ?

Here is failed build.

Thanks.

@BanzaiMan
Copy link
Contributor

Thanks for the report. Looks like there is a bug in the caching logic.

@BanzaiMan
Copy link
Contributor

Probably a variation of #9814.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@BanzaiMan @vfdev-5 and others