AWX Build Error following Contributing Guide while getting make docker-compose

Team,

I am getting the following error when trying to build the awx based on the contribution doc steps:

Steps followed:

  • git clone -b devel https://github.com/ansible/awx.git

  • cp awx/settings/local_settings.py.docker_compose awx/settings/local_settings.py

  • make docker-compose-build

  • make ui-devel

  • make docker-compose

I upgraded the git version to 2.16.3

and now git describe works :

git describe --long --first-parent
1.0.6-11-gbd744bced

but i am still having issue bringing awx up with the above exception