Bitrise Build Issue Report template
Description of the issue
We have multiple workflows which build fine, except for one, which aborts after about 30 mins to 1 hour. We did two things recently:
- upgraded from Android+Docker on Ubuntu 16.0 to 20.04.
- upgraded the versions for various steps.
Environment:
Where did the issue happen?
If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)
Which build Step causes the issue and which version of the step?
Build Demo v1.0.0
Reproducibility
- _Does a “Rebuild” help?: NO
- _Does a rebuild without caches help? : YES, works only after caches are deleted for the main branch.
- Does the issue happen sporadically, or every time? : Every time
- Does upgrading the build Step to the latest version help? : NO. All the Steps are at the latest version.
- When did the issue start? : Oct 5, after the build stack (Android+Docket on Ubuntu) version was upgraded to 20.04
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.
Local reproduction: Linux / Android (docker based) stack builds
Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp
directory and running the build from there with the Bitrise CLI ( Bitrise CLI )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: Redirecting… .