Bitrise Build Issue Report template
Description of the issue
When it gets to the Cache:Push step, this is what the log looks like:
| - | cache-push@2.0.5 | 1.42 sec |
And it never finds the cache in the Cache:Pull step of the next build:
2019/02/12 20:40:52 Failed to get download url, error: Build cache not found. Probably cache not initialised yet (first cache push initialises the cache), nothing to worry about
WARN[20:40:52] Step (cache-pull@2.0.1) failed, but was marked as skippable
Environment:
Where did the issue happen?
Xcode 10.1.x stack
Which build Step causes the issue and which version of the step?
Cache:Push
This is what the workflow looks like in bitrise.yml:
steps:
- git-clone@3.4.0: {}
- cache-pull@2.0.1: {}
- fastlane:
title: ios check
inputs:
- lane: ios check
- update_fastlane: 'false'
- recursive-touch@0.9.0:
inputs:
- directory_path: "/tmp/fastlane_build"
- cache-push@2.0.5: {}
I realize the recursive-touch probably does nothing here, as we never specified that path to add to the Cache:Pull step, but that shouldnāt matter in terms of the push-pull mechanism right?
Reproducibility
- Does a āRebuildā help? (You can trigger a rebuild from the Buildās page, by clicking the āRebuildā button in the top right corner of a finished build) : NO
- Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : every time
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : Since we first added the step to our workflow
Local reproduction
Can it be reproduced on your own Mac/PC by following our local debug guide? Please follow at least the first section (āTesting with a full clean git cloneā) to make sure to test the state of the code what bitrise.io will get when it does a git clone in the clean environment! If possible please note which sections you tried.
No, issue is specific to bitriseās caching.
Build log
Please copy paste the buildās bitrise.io URL here (or if the issue happens somewhere else then the full logs), or if you canāt share the url / log here then send the url or full log through a private channel (e.g. email - Contact us ), with a link to the related Discuss issue.
Bitrise - Mobile Continuous Integration and Delivery - iOS & Android Build Automation