Skip to content
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

Build failing because of a problem with Read the Docs #4618

Closed
codegeschrei opened this issue Sep 7, 2018 · 12 comments
Closed

Build failing because of a problem with Read the Docs #4618

codegeschrei opened this issue Sep 7, 2018 · 12 comments
Assignees
Labels
Accepted Accepted issue on our roadmap Bug A bug Needed: replication Bug replication is required
Milestone

Comments

@codegeschrei
Copy link

Details

Expected Result

Build the docs

Actual Result

There was no error during the build of the docs but the error in the picture occured

screen shot 2018-09-06 at 18 13 20

@stsewd stsewd added the Support Support question label Sep 7, 2018
@stsewd
Copy link
Member

stsewd commented Sep 7, 2018

I was able to build your docs in my local instance, not sure what is happening on the servers :/

@codegeschrei
Copy link
Author

Thanks for looking in to it @stsewd
Do you have any idea what I should do now?

@stsewd
Copy link
Member

stsewd commented Sep 10, 2018

Sorry, I don't know, maybe someone with access to the logs can show us what is failing.

@RichardLitt
Copy link
Member

@humitos Can you take a look?

@ttmc
Copy link

ttmc commented Sep 11, 2018

Some more details:

I suspect the root of the problem is that some packages aren't getting updated properly. Packages include Python packages and OS-level packages.

@humitos humitos self-assigned this Sep 11, 2018
@humitos
Copy link
Member

humitos commented Sep 11, 2018

I took a quick look into it (logs are not really helpful) and I think the problem is because of NULL chars in the install output. I'd need to take a deeper look to be sure, though.

If this is the problem, it's already fixed in #4591 but it's not already deployed.

@stsewd if you use PostgreSQL to build the docs, does it work?

@ttmc
Copy link

ttmc commented Sep 11, 2018

We just merged a few things into our master branch, and now those docs (based on master) are building. See https://readthedocs.org/projects/bigchaindb-python-driver/builds/7767473/

I'm not sure if this is because of the changes we made, or something changed at ReadTheDocs.org.

@stsewd
Copy link
Member

stsewd commented Sep 11, 2018

@humitos I'll be investigating more

@stsewd
Copy link
Member

stsewd commented Sep 11, 2018

I can't replicate using postgres (10.5) with a commit previous to the null char fix

@stsewd stsewd added the Needed: replication Bug replication is required label Sep 11, 2018
@ttmc
Copy link

ttmc commented Sep 12, 2018

Update: As I write this,

@agjohnson agjohnson added Bug A bug and removed Support Support question labels Sep 17, 2018
@agjohnson agjohnson added this to the 2.7 milestone Sep 17, 2018
@agjohnson agjohnson added the Accepted Accepted issue on our roadmap label Sep 17, 2018
@JoyMonteiro
Copy link

The issue re-surfaced in our doc builds as well. It was building (HTML, not PDF) a few commits ago, but now even the HTML part is not going through.

https://readthedocs.org/projects/climt/builds/7807914/

@humitos
Copy link
Member

humitos commented Oct 1, 2018

I just triggered 0.5.3 and latest.

Both failed because NameError: name 'condition_details' is not defined when executing some code under the ipython extension. This is not a RTD problem, so you should check it in your side.

Note that 0.5.2 seems to not be active, so I can't trigger a build for it.

I'm closing this issue since it doesn't seem to be related to RTD, but please feel free to reopen if you consider.

Also, let me know if you notice anything else and open a new issue. Thanks.

@humitos humitos closed this as completed Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Bug A bug Needed: replication Bug replication is required
Projects
None yet
Development

No branches or pull requests

7 participants