Skip to content

Build failing and suggesting we contact you #3867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tannewt opened this issue Mar 28, 2018 · 5 comments
Closed

Build failing and suggesting we contact you #3867

tannewt opened this issue Mar 28, 2018 · 5 comments
Labels
Support Support question

Comments

@tannewt
Copy link

tannewt commented Mar 28, 2018

Please let us know what we can do to get it back going. Thanks!

Details

Expected Result

The project to build. We build it successfully with Travis: https://travis-ci.org/adafruit/circuitpython

Actual Result

The build fails with:

There was a problem with Read the Docs while building your documentation. Please report
this to us with your build id (6954985).
@stsewd
Copy link
Member

stsewd commented Mar 28, 2018

Seems related to #3842, I going to take a deeper look to the code to confirm.

@tannewt
Copy link
Author

tannewt commented Mar 28, 2018

Thanks @stsewd !

@stsewd
Copy link
Member

stsewd commented Mar 28, 2018

So, It looks like there is a problem with this submodule

https://github.com/adafruit/circuitpython/blob/6711c5c90d497ce68ea1df249d36b32bdf2f4c6c/.gitmodules#L36-L38

Now RTD is using GitPython to check submodules (before, it simply executed git commands and parsed the output).

Your submodule freetouch2 is not found by GitPython, and also if I run git submodule status it doesn't appear.

$ git submodule status 
 39f28ed4e0e5a06fc33fd01c1efc8c52c4140f03 frozen/Adafruit_CircuitPython_BusDevice (0.3.1)
 fa00b61d1bde90c3cf9cce74388cb9717058b2be frozen/Adafruit_CircuitPython_LIS3DH (0.1.2-3-gfa00b61)
 1142f1c7fdc232a46d74dd4f1946a5f462ae2555 frozen/Adafruit_CircuitPython_NeoPixel (1.0.0-rc.1)
 2d57c0ba9a09d6d30f0ae2b98aba9567c25e6fb6 frozen/Adafruit_CircuitPython_Thermistor (0.1.2)
 dac9176cac58cc5e49669a9a4d404a6f6dd7cc10 lib/axtls (heads/master-36-gdac9176)
 35aaec4418ad78628a3b935885dd189d41ce779b lib/berkeley-db-1.xx (remotes/origin/embedded)
 e9de7e35f2339598b16cbb375f9992643ed81209 lib/libffi (v3.2.1-146-ge9de7e3)
 5b8b5d459e7dd890724515bbfad86c705234f9ec lib/lwip (STABLE-1_4_1-RC1-13-g5b8b5d45)
 d48561b07386132b849d0125b0ff6a532d833d8b lib/nrfutil (heads/master)
 d2bcfda543d3b99361e44112aca929225bdcc07f lib/stm32lib (F4-1.16.0+F7-1.7.0+L4-1.8.1-7-gd2bcfda)
 aaa0f428111fbea7d56ab548053b11c9f12068f1 ports/atmel-samd/asf4 (remotes/origin/circuitpython)
 2001c62d1a0361c44acc7076d8ce91e1d1c66141 tools/python-semver (2.7.8-4-g2001c62)
 449f26673855736dbc0fc3f18d72403f25f62974 tools/uf2 (449f266)
 a04341153b41b4728f9b42a77cbd51c495362287 tools/usb_descriptor (heads/master)

I don't know much about git submodules, but I notice that your submodule doesn't have the same name as the path (all others have this), maybe that's the problem?

@tannewt
Copy link
Author

tannewt commented Mar 28, 2018

I didn't think the name mattered. I'll poke at it. Its not working correctly for me here either. Thanks!

@RichardLitt RichardLitt added the Support Support question label Mar 28, 2018
@tannewt
Copy link
Author

tannewt commented Mar 28, 2018

I had accidentally checked in files in the spot where the submodule was supposed to be. The build is going again after this fix: adafruit/circuitpython@19b0b41

Thanks for the help debugging!

@tannewt tannewt closed this as completed Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants