-
Notifications
You must be signed in to change notification settings - Fork 581
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
Travis CI Python 3.6 errors for Apertium Lint #1864
Comments
https://pypi.python.org/pypi/apertium_lint is still 0.4 from 2017-04-10, so that isnt the source of the problems. The failing builds are all Python 3.6.0 , released 2016-12-23, so that shouldnt be the source of new failures. |
It first occurred on https://travis-ci.org/coala/coala-bears/jobs/246009446#L3688 , 19 hours ago. That uses coala-0.12.0.dev20170622121840-py34.py35.py36-none-any.whl The previous build, green, was coala-0.12.0.dev20170614091755-py34.py35.py36-none-any.whl , so if it was upstream in coala it occurred between 20170614 and 20170622 . There are only a few commits in that time period, and none looks especially related. Also it is strange that only this one test on one version of Python is failing. |
Using Python 3.6.1 fixes the problem: https://travis-ci.org/jayvdb/coala-bears/builds/246319406 :/ |
Temporary solution for a problem with Python 3.6.0 on Travis CI. Related to coala#1864
This appears to be related to the newly launched Trusty images https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch , as the previous green build was using the old image, and the erroring builds mentioned above all use the new workers. |
Temporary solution for a problem with Python 3.6.0 on Travis CI. Related to coala#1864
Temporary solution for a problem with Python 3.6.0 on Travis CI. Related to coala#1864
This reverts commit e448909. Travis has upgraded their default Python to 3.6.3. Related to coala#1864
This reverts commit e448909. Travis has upgraded their default Python to 3.6.3. Related to coala#1864
This reverts commit e448909. Travis has upgraded their default Python to 3.6.3. Related to coala#1864
This reverts commit e448909. Travis has upgraded their default Python to 3.6.3. Related to coala#1864
There are now five builds on Travis CI Python 3.6 which all have a problem with
ApertiumLintBearTest.test_run
, which isnt occurring on Circle CIhttps://travis-ci.org/coala/coala-bears/jobs/246104800
https://travis-ci.org/coala/coala-bears/jobs/246287726
https://travis-ci.org/jayvdb/coala-bears/jobs/246104306
https://travis-ci.org/jayvdb/coala-bears/jobs/246271994
https://travis-ci.org/jayvdb/coala-bears/jobs/246287712
The text was updated successfully, but these errors were encountered: