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

.travis.yml: Enable travis-buddy #215

Merged
merged 1 commit into from
May 24, 2018
Merged

Conversation

manankalra
Copy link
Contributor

Related to coala/meta#114

@TravisBuddy
Copy link

Travis tests have failed

Hey @manankalra,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

3rd Build

coala --non-interactive
[WARNING][18:53:47] Implicit 'Default' section inheritance is deprecated. It will be removed soon. To silence this warning remove settings in the 'Default' section from your coafile. You can use dots to specify inheritance: the section 'all.python' will inherit all settings from 'all'.
Executing section python...
Executing section autopep8...
[WARNING][18:53:53] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:53] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:53] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:53] PycodestyleBear (W605): This result has no patch attached.

tests/info_extraction/InfoTest.py
[  61] ········with·self.assertRaisesRegexp(
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\('

tests/info_extraction/InfoTest.py
[  62] ················TypeError,
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\)'

tests/info_extraction/InfoTest.py
[  62] ················TypeError,
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\('

tests/info_extraction/InfoTest.py
[  63] ················"value·must·be·an·instance·of·one·of·"
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\)'
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.

coala_quickstart/info_extractors/GruntfileInfoExtractor.py
[  99] ····················if·(arg.get("elements")·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/info_extractors/GruntfileInfoExtractor.py
[ 201] ········if·(obj·and·obj.get("type")·==·"ArrayExpression"·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/info_extractors/GruntfileInfoExtractor.py
[ 209] ············if·(obj.get("value")·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/info_extractors/GruntfileInfoExtractor.py
[ 210] ················obj["value"]["type"]·==·"ArrayExpression"·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.

coala_quickstart/generation/Utilities.py
[  17] ····results·=·unescaped_search_for("[*!?\[\]]",·line,·use_regex=True)
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\['

coala_quickstart/generation/Utilities.py
[  17] ····results·=·unescaped_search_for("[*!?\[\]]",·line,·use_regex=True)
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\]'
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.

coala_quickstart/info_extraction/InfoScope.py
[  74] ················if·(section_name·in·self.sections·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/info_extraction/InfoScope.py
[ 102] ············if·(info.source·in·self.allowed_sources·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/info_extraction/InfoScope.py
[ 107] ············if·(info.source·in·self.allowed_sources·or
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator
[WARNING][18:53:56] PycodestyleBear (E252): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (E252): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (E252): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (E252): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (E252): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (E252): This result has no patch attached.

tests/test_bears/SpaceConsistencyTestBear.py
[  13] ············allow_trailing_whitespace:·bool=False,
**** PycodestyleBear (E252) [Section: autopep8 | Severity: NORMAL] ****
!    ! E252 missing whitespace around parameter equals

tests/test_bears/SpaceConsistencyTestBear.py
[  13] ············allow_trailing_whitespace:·bool=False,
**** PycodestyleBear (E252) [Section: autopep8 | Severity: NORMAL] ****
!    ! E252 missing whitespace around parameter equals

tests/test_bears/SpaceConsistencyTestBear.py
[  14] ············tab_width:·int=SpacingHelper.DEFAULT_TAB_WIDTH,
**** PycodestyleBear (E252) [Section: autopep8 | Severity: NORMAL] ****
!    ! E252 missing whitespace around parameter equals

tests/test_bears/SpaceConsistencyTestBear.py
[  14] ············tab_width:·int=SpacingHelper.DEFAULT_TAB_WIDTH,
**** PycodestyleBear (E252) [Section: autopep8 | Severity: NORMAL] ****
!    ! E252 missing whitespace around parameter equals

tests/test_bears/SpaceConsistencyTestBear.py
[  15] ············enforce_newline_at_EOF:·bool=True):
**** PycodestyleBear (E252) [Section: autopep8 | Severity: NORMAL] ****
!    ! E252 missing whitespace around parameter equals

tests/test_bears/SpaceConsistencyTestBear.py
[  15] ············enforce_newline_at_EOF:·bool=True):
**** PycodestyleBear (E252) [Section: autopep8 | Severity: NORMAL] ****
!    ! E252 missing whitespace around parameter equals
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.

tests/info_extraction/InfoExtractorTest.py
[ 224] ············with·self.assertRaisesRegexp(
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\('

tests/info_extraction/InfoExtractorTest.py
[ 225] ····················ValueError,
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\*'

tests/info_extraction/InfoExtractorTest.py
[ 225] ····················ValueError,
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\*'

tests/info_extraction/InfoExtractorTest.py
[ 226] ····················("The·taraget·file·tmpfile_not_allowed·does·not·match·the·"
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\*'

tests/info_extraction/InfoExtractorTest.py
[ 226] ····················("The·taraget·file·tmpfile_not_allowed·does·not·match·the·"
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\*'

tests/info_extraction/InfoExtractorTest.py
[ 226] ····················("The·taraget·file·tmpfile_not_allowed·does·not·match·the·"
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\)'
[WARNING][18:53:56] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:56] PycodestyleBear (W605): This result has no patch attached.

coala_quickstart/info_extractors/EditorconfigParsing.py
[ 347] ····matching_braces·=·(len(LEFT_BRACE.findall(pat))·==
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/info_extractors/EditorconfigParsing.py
[ 403] ····················result·+=·"([+-]?\d+)"
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\d'

coala_quickstart/info_extractors/EditorconfigParsing.py
[ 442] ········result·+=·'\Z(?ms)'
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\Z'
[WARNING][18:53:57] PycodestyleBear (W504): This result has no patch attached.

tests/generation/FileGlobs.py
[ 112] ········os.chdir(os.path.dirname(os.path.realpath(__file__))·+
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator
[WARNING][18:53:57] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:57] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:57] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:57] PycodestyleBear (W504): This result has no patch attached.
[WARNING][18:53:57] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:57] PycodestyleBear (W605): This result has no patch attached.
[WARNING][18:53:57] PycodestyleBear (W605): This result has no patch attached.

coala_quickstart/generation/Bears.py
[  72] ·············if·lang·in·selected_bears·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/generation/Bears.py
[ 125] ····················if·(args·and·not·args.non_interactive·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/generation/Bears.py
[ 140] ···················if·lang·in·satisfied_capabilities·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/generation/Bears.py
[ 324] ············if·(issubclass(bear,·LinterClass)·and
**** PycodestyleBear (W504) [Section: autopep8 | Severity: NORMAL] ****
!    ! W504 line break after binary operator

coala_quickstart/generation/Bears.py
[ 463] ····semver1·=·tuple(map(int,·(re.sub("[^0-9\.]",·"",·semver1).split("."))))
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\.'

coala_quickstart/generation/Bears.py
[ 464] ····semver2·=·tuple(map(int,·(re.sub("[^0-9\.]",·"",·semver2).split("."))))
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\.'

coala_quickstart/generation/Bears.py
[ 520] ········selected_numbers·=·list(map(int,·re.split("\D+",·input())))
**** PycodestyleBear (W605) [Section: autopep8 | Severity: NORMAL] ****
!    ! W605 invalid escape sequence '\D'
Executing section linelength...
Executing section commit...
Executing section yml...
[WARNING][18:53:58] No files matching '/home/travis/build/coala/coala-quickstart/tests/**/*.yml' were found. If this rule is not required, you can remove it from section [yml] in your .coafile to deactivate this warning.
Executing section cli...

@jayvdb
Copy link
Member

jayvdb commented May 4, 2018

I've raised #216 to get Travis unbroken.

@jayvdb
Copy link
Member

jayvdb commented May 13, 2018

Still other Travis and Appveyor CI problems.

@jayvdb
Copy link
Member

jayvdb commented May 24, 2018

@gitmate-bot rebase

@gitmate-bot
Copy link

Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently ⚠️

@gitmate-bot
Copy link

Automated rebase with GitMate.io was successful! 🎉

@jayvdb
Copy link
Member

jayvdb commented May 24, 2018

ack 958a01e

@jayvdb
Copy link
Member

jayvdb commented May 24, 2018

@gitmate-bot ff

@gitmate-bot
Copy link

Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently ⚠️

@gitmate-bot gitmate-bot merged commit 958a01e into coala:master May 24, 2018
@gitmate-bot
Copy link

Automated fastforward with GitMate.io was successful! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants