-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: doc build on travis timing out #15559
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
Comments
hmm that is odd. we have certainly had occasional failures but nothing like this. |
I also see this locally as well. It seems to be keep hanging on building the timeseries.rst file. There was no change in the IPython version before and after this started (both 5.3.0), so also not caused by the ipython directive. |
So my local build just finished and it took 92 min. I tried few benchmarks, but don't see any direct changes on those between the two versions. |
See #15559. This temporarily reverts #15506, to see if this fixes the doc build slowdown. Author: Joris Van den Bossche <jorisvandenbossche@gmail.com> Closes #15566 from jorisvandenbossche/revert and squashes the following commits: befd858 [Joris Van den Bossche] Revert "ENH: Added FrozenList difference setop" 527ded9 [Joris Van den Bossche] Revert "TST: remove deprecated usages of FrozenList.__add__ from test code"
…)" This reverts commit d652485.
https://travis-ci.org/pandas-dev/pandas/jobs/207696130 looks like it built, but some issue in reshape |
so I think this is somehow constantly doing |
…)" This reverts commit d652485.
See pandas-dev#15559. This temporarily reverts pandas-dev#15506, to see if this fixes the doc build slowdown. Author: Joris Van den Bossche <jorisvandenbossche@gmail.com> Closes pandas-dev#15566 from jorisvandenbossche/revert and squashes the following commits: befd858 [Joris Van den Bossche] Revert "ENH: Added FrozenList difference setop" 527ded9 [Joris Van den Bossche] Revert "TST: remove deprecated usages of FrozenList.__add__ from test code"
Let's watch this, but this hasn't been an issue for awhile. |
For some reason, the doc build on travis started timing out since a couple of commits. See eg https://travis-ci.org/pandas-dev/pandas/builds/206994038. It just takes so long it hits the "The job exceeded the maximum time limit for jobs, and has been terminated." (around 50 min), while before the doc build on travis took between 20 and 30 min.
It started with the FrozenList changes (37fe2c4), but I don't see how that could cause this.
I also don't directly see any changes in the environment that is created on travis to build the docs (eg both using sphinx 1.5.1, no change there).
The text was updated successfully, but these errors were encountered: