I trying to build project from bitbucket repo with some submodule inside.
About 2 weeks ago everything works good. But now, project do not compile b/c classes from submodule not found.
Don’t see any attemp to download submodule inside full log…
If I copy submodule inside main repo everything ok.
Help please
Sorry for my eng ><"
here some test with old project. Nothing changed… Same commit ID.
I’m going to throw our hat into this ring as well. Our project has a submodule reference that has been building successfully until recently. Last successful build was 8 days ago. Both the main project and submodule are hosted in bitbucket repos using ssh to connect. Things we’ve tried so far…
- Deleted and recreated the ssh key in the UCB project settings and added it to the bitbucket account
- Changed the target from “Latest 5.x” to a specific version “5.3.2f1”
- Disabled caching of the Library
Looking through the logs of all the failed builds shows the submodule not getting pulled and the errors refer to namespaces not being found (from the submodule). Any help with this would be greatly appreciated.
Thanks,
Erich
We recently had this problem and it got picked up by a developer. It is now being looked into and they are working on a fix.
1 Like