Readthedocs.org: 3 week old Build Stuck Cloning

Created on 28 Sep 2017  路  4Comments  路  Source: readthedocs/readthedocs.org

Details

Expected Result

Doc Builds or fails

Actual Result

Build is stuck

rpw.readthetocs.org

image

image

Bug

All 4 comments

Currently its failing because of some import error in your repository!

Traceback (most recent call last):
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/envs/latest/lib/python2.7/site-packages/sphinx/cmdline.py", line 295, in main
    opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/envs/latest/lib/python2.7/site-packages/sphinx/application.py", line 163, in __init__
    confoverrides or {}, self.tags)
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/envs/latest/lib/python2.7/site-packages/sphinx/config.py", line 134, in __init__
    execfile_(filename, config)
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/envs/latest/lib/python2.7/site-packages/sphinx/util/pycompat.py", line 129, in execfile_
    exec_(code, _globals)
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/envs/latest/lib/python2.7/site-packages/six.py", line 699, in exec_
    exec("""exec _code_ in _globs_, _locs_""")
  File "<string>", line 1, in <module>
  File "conf.py", line 50, in <module>
    from rpw import __version__
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/checkouts/latest/rpw/__init__.py", line 36, in <module>
    import rpw.db
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/checkouts/latest/rpw/db/__init__.py", line 10, in <module>
    from rpw.db.element import Element
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/checkouts/latest/rpw/db/element.py", line 14, in <module>
    from rpw.utils.mixins import CategoryMixin
  File "/home/safwan/readthedocs/user_builds/revitpythonwrapper/checkouts/latest/rpw/utils/mixins.py", line 3, in <module>
    from rpw import revit, db, DB
ImportError: cannot import name db

@safwanrahman Thanks for the help (here and elsewhere)! @gtalarico can you try to fix that import error?

Thanks for looking into this @safwanrahman and @RichardLitt
To clarify, I am aware there was build failure (circular imports) and I pushed a subsequent revised build that fixed it.

The reason why I reported is because typically when a build fails, it usually shows Failed.
On this build, the status shows stuck on Cloning even though it failed.
I would expect the status to show Failed after it hit the import error.

http://readthedocs.org/projects/rpw/builds/5939317/
image

In contrast, a failed build usually shows a status Failed as shown below.
image

Thanks!

Thanks @gtalarico. It seems like a terrible problem that can not be reproducable locally. Need to get server log to investigate the issue. Need to know why the task keep showing that its closing.
@agjohnson Can you provide more information about the build?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaraco picture jaraco  路  4Comments

goerz picture goerz  路  4Comments

PowerKiKi picture PowerKiKi  路  4Comments

adamjstewart picture adamjstewart  路  4Comments

cagataycali picture cagataycali  路  4Comments