Description of the issue
The logs indicate that the Bitrise build is successful but the workflow does not complete - it continues until timeout occurs.
Environment:
Where did the issue happen?
On Bitrise.io - Android & Docker, on Ubuntu 20.04
Which build Step causes the issue and which version of the step?
None - all steps appear with a green tick and logs indicate they have completed successfully. Artifacts are also available.
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 8 June. No changes occurred overnight on the branch and the workflow was not changed.
Local reproduction
_Can it be reproduced on your own Mac/PC by following our local debug guide? No
Build log
+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| âś“ | script@1 | 4.63 sec |
+---+---------------------------------------------------------------+----------+
| âś“ | activate-ssh-key@4.0.3 | 3.21 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 4.0.3 -> 4.1.0 |
| |
| Release notes are available below |
| https://github.com/bitrise-io/steps-activate-ssh-key/releases |
+---+---------------------------------------------------------------+----------+
| âś“ | git-clone@6.1 | 9.43 sec |
+---+---------------------------------------------------------------+----------+
| âś“ | cache-pull@2 | 5.4 min |
+---+---------------------------------------------------------------+----------+
| âś“ | Create a super simple changelog | 5.35 sec |
+---+---------------------------------------------------------------+----------+
| âś“ | install-missing-android-tools@3 | 1.1 min |
+---+---------------------------------------------------------------+----------+
| âś“ | android-build@1 | 21.1 min |
+---+---------------------------------------------------------------+----------+
| âś“ | sign-apk@1.7 | 15.42 sec|
+---+---------------------------------------------------------------+----------+
| âś“ | deploy-to-bitrise-io@2 | 15.80 sec|
+---+---------------------------------------------------------------+----------+
| Total runtime: 28.5 min |
+------------------------------------------------------------------------------+
Submitting anonymized usage information...
For more information visit:
https://github.com/bitrise-io/bitrise-plugins-analytics/blob/master/README.md
Bitrise build successful
timeout after 2700 seconds
Issue resolved - I nuked all of my caches once again in the Settings tab and things are back to normal.