Description of the issue
I’ve got the following message at the cache-pull step
Start installing (rsync) with apt-get
Step dependency (rsync) installed, available.
Start installing (tar) with apt-get
Step dependency (tar) installed, available.
Cache pull…
=> Downloading and extracting cache archive …
[!] Unable to download or uncompress cache: failed to extract tar archive, output: tar: Unaligned block (6038 bytes) in archive
tar: Error is not recoverable: exiting now, error: exit status 2, retrying…
=> [DONE]
=> Took: 35.264573558s
=> Finished
cache-push step has the following output:
Start installing (tar) with apt-get
Step dependency (tar) installed, available.
Configs:
-
CachePaths:
- /root/.gradle → /bitrise/src/gradle.deps
- /root/.kotlin → /bitrise/src/gradle.deps
- /root/.m2 → /bitrise/src/gradle.deps
- /root/.android/build-cache → /bitrise/src/gradle.deps
- /bitrise/src/.gradle
- /bitrise/src/moduleone/build
- /bitrise/src/app/build
- /bitrise/src/build
- /bitrise/src/c-0/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3/docs/javadoc/org/gradle/tooling/model/build
- /bitrise/src/c-0/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3/src/internal-integ-testing/org/gradle/integtests/fixtures/build
- /bitrise/src/c-0/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3/src/tooling-api/org/gradle/tooling/internal/build
- /bitrise/src/c-0/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3/src/tooling-api/org/gradle/tooling/model/build
- /bitrise/src/moduletwo/build
-
IgnoredPaths:
- “/bitrise/src/moduleone/build”,“/bitrise/src/app/build”,“/bitrise/src/build”,“/bitrise/src/moduletwo/build”
- ~/.gradle/**
- ~/.android/build-cache/**
- *.lock
- *.bin
- //build/.json
- //build/.html
- //build/.xml
- //build/.properties
- //build//zip-cache/**
- *.log
- *.txt
- *.rawproto
- !*.ap_
- !*.apk
-
CompressArchive: false
-
FingerprintMethodID: file-content-hash
Cleaning paths
Path ignored, does not exists: /root/.kotlin
- Done
- Took: 327.367µs
Checking previous cache status
- Previous cache info found
- Done
- Took: 118.844376ms
cache-push yml:
- cache-push@2.0.1:
inputs:
- ignore_check_on_paths: ‘“/bitrise/src/moduleone/build”,“/bitrise/src/app/build”,“/bitrise/src/build”,“/bitrise/src/moduletwo/build”’
Environment:
Standard machine
Android & Docker, on Ubuntu 16.04
What I am trying to do is ommit the build folders from cache. Is my “ignore_check” field format wrong or is something else?