After removing all caches via the web interface, ppc64le builds continue to download and use old cache.
[0] was run after removing the caches, x64 and arm64 correctly rebuild all the pip wheels while ppc64 downloads the cache.
The reported size of the new cache (324MB) also doesn’t seem to include the ppc64 jobs (~164MB per job)
Hi @jvesely,
I recently tried few cache jobs to confirm your issue and it looks like it has been resolved. I am able to list ppc64le cache and also delete it using travis cli.
$ travis cache -r Siddhesh-Ghadi/travis-cache --com
On branch main:
cache-amd64-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 12:04:57 size: 386 B
cache-ppc64le-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 12:05:01 size: 375 B
cache-s390x-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 12:04:26 size: 355 B
On branch pip-cache:
cache-amd64-linux-bionic-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 11:53:38 size: 32.96 KiB
cache-ppc64le-linux-bionic-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 11:53:07 size: 426 B
cache-s390x-linux-bionic-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 11:52:35 size: 409 B
Overall size of above caches: 34.86 KiB
$ travis cache -r Siddhesh-Ghadi/travis-cache --com -d
DANGER ZONE: Do you really want to delete all caches? |no| yes
Deleted the following caches:
On branch main:
cache-amd64-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 12:04:57 size: 386 B
cache-ppc64le-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 12:05:01 size: 375 B
cache-s390x-linux-xenial-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 12:04:26 size: 355 B
On branch pip-cache:
cache-amd64-linux-bionic-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 11:53:38 size: 32.96 KiB
cache-ppc64le-linux-bionic-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 11:53:07 size: 426 B
cache-s390x-linux-bionic-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--rvm-default--gemfile-Gemfile.tgz last modified: 2021-03-11 11:52:35 size: 409 B
Overall size of above caches: 34.86 KiB
$ travis cache -r Siddhesh-Ghadi/travis-cache --com
no caches found