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

3 week old Build Stuck Cloning #3126

Closed
gtalarico opened this issue Sep 27, 2017 · 4 comments
Closed

3 week old Build Stuck Cloning #3126

gtalarico opened this issue Sep 27, 2017 · 4 comments
Labels
Bug A bug

Comments

@gtalarico
Copy link

Details

Expected Result

Doc Builds or fails

Actual Result

Build is stuck

###rpw.readthetocs.org

image

image

@RichardLitt RichardLitt added the Bug A bug label Sep 28, 2017
@safwanrahman
Copy link
Member

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

@RichardLitt
Copy link
Member

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

@gtalarico
Copy link
Author

gtalarico commented Oct 14, 2017

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!

@safwanrahman
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug
Projects
None yet
Development

No branches or pull requests

3 participants