Travis CI running out of disk space

I saw this twice in the past week, Travis build on CPython failed because "disk quota exceeded".
1st: https://github.com/python/cpython/pull/4573#issuecomment-347039503
2nd: https://github.com/python/cpython/pull/4507#issuecomment-347914746
For now, the build can be re-triggered by: - closing & re-opening the PR - pushing a new change
Is it possible to request more disk quota from Travis?

Excerpts from Mariatta Wijaya's message of 2017-11-29 09:35:36 -0800:
I saw this twice in the past week, Travis build on CPython failed because "disk quota exceeded".
1st: https://github.com/python/cpython/pull/4573#issuecomment-347039503
2nd: https://github.com/python/cpython/pull/4507#issuecomment-347914746
For now, the build can be re-triggered by:
- closing & re-opening the PR
- pushing a new change
Is it possible to request more disk quota from Travis?
It's also possible to retrigger the same build through the Travis UI via a button on the page showing the failure details.
I've seen the same issue with one of my other projects which is very tiny. I suspect the error is not related to the project being tested.
Doug

The only reason I could think it's our fault is from the pip caching we have turned on.
On Wed, Nov 29, 2017, 13:42 Doug Hellmann, doug@doughellmann.com wrote:
Excerpts from Mariatta Wijaya's message of 2017-11-29 09:35:36 -0800:
I saw this twice in the past week, Travis build on CPython failed
because "disk
quota exceeded".
1st: https://github.com/python/cpython/pull/4573#issuecomment-347039503
2nd: https://github.com/python/cpython/pull/4507#issuecomment-347914746
For now, the build can be re-triggered by:
- closing & re-opening the PR
- pushing a new change
Is it possible to request more disk quota from Travis?
It's also possible to retrigger the same build through the Travis UI via a button on the page showing the failure details.
I've seen the same issue with one of my other projects which is very tiny. I suspect the error is not related to the project being tested.
Doug _______________________________________________ core-workflow mailing list -- core-workflow@python.org To unsubscribe send an email to core-workflow-leave@python.org https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/ This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct

I saw the sane report two days ago for aiohttp. Pretty sure we did not change aiohttp travis config the error was produced on bugfix branch.
I think it is a travis temporary failure
On Thu, Nov 30, 2017, 18:58 Brett Cannon brett@snarky.ca wrote:
The only reason I could think it's our fault is from the pip caching we have turned on.
On Wed, Nov 29, 2017, 13:42 Doug Hellmann, doug@doughellmann.com wrote:
Excerpts from Mariatta Wijaya's message of 2017-11-29 09:35:36 -0800:
I saw this twice in the past week, Travis build on CPython failed
because "disk
quota exceeded".
1st: https://github.com/python/cpython/pull/4573#issuecomment-347039503
2nd: https://github.com/python/cpython/pull/4507#issuecomment-347914746
For now, the build can be re-triggered by:
- closing & re-opening the PR
- pushing a new change
Is it possible to request more disk quota from Travis?
It's also possible to retrigger the same build through the Travis UI via a button on the page showing the failure details.
I've seen the same issue with one of my other projects which is very tiny. I suspect the error is not related to the project being tested.
Doug _______________________________________________ core-workflow mailing list -- core-workflow@python.org To unsubscribe send an email to core-workflow-leave@python.org https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/ This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct
core-workflow mailing list -- core-workflow@python.org To unsubscribe send an email to core-workflow-leave@python.org https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/ This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct

We may have tests that take a lot of disk space and weren't flagged as such.
Regards
Antoine.
On Thu, 30 Nov 2017 16:33:13 +0000 Brett Cannon brett@snarky.ca wrote:
The only reason I could think it's our fault is from the pip caching we have turned on.
On Wed, Nov 29, 2017, 13:42 Doug Hellmann, doug@doughellmann.com wrote:
Excerpts from Mariatta Wijaya's message of 2017-11-29 09:35:36 -0800:
I saw this twice in the past week, Travis build on CPython failed
because "disk
quota exceeded".
1st: https://github.com/python/cpython/pull/4573#issuecomment-347039503
2nd: https://github.com/python/cpython/pull/4507#issuecomment-347914746
For now, the build can be re-triggered by:
- closing & re-opening the PR
- pushing a new change
Is it possible to request more disk quota from Travis?
It's also possible to retrigger the same build through the Travis UI via a button on the page showing the failure details.
I've seen the same issue with one of my other projects which is very tiny. I suspect the error is not related to the project being tested.
Doug _______________________________________________ core-workflow mailing list -- core-workflow@python.org To unsubscribe send an email to core-workflow-leave@python.org https://mail.python.org/mm3/mailman3/lists/core-workflow.python.org/ This list is governed by the PSF Code of Conduct: https://www.python.org/psf/codeofconduct
participants (5)
-
Andrew Svetlov
-
Antoine Pitrou
-
Brett Cannon
-
Doug Hellmann
-
Mariatta Wijaya