Hello, after updating the docker image running on stack: Android & Docker, on Ubuntu 16.04 - Deprecated: Will be removed on 2021.08.27 to Android & Docker, on Ubuntu 20.04 yesterday, our builds started to fail.
After going through the log, I’ve found that the new image is missing yaml dependency which we use in our release notes scraper in fastlane step.
FastlaneCore::Interface::FastlaneShellError: [!] Exit status of command 'bash /bitrise/src/scripts/scrape_release_notes.sh' was 1 instead of 0.
Traceback (most recent call last):
File "/bitrise/src/scripts/scrape_release_notes.py", line 3, in <module>
import yaml
ImportError: No module named yaml
Could you please add that dependency to your image?
I think the issue is of a different nature, as this error seems to be spread wider than Bitrise, you can check these threads related to the issue you see: