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: Remove GitHub merge commit workaround #600

Merged
merged 4 commits into from
Aug 22, 2019

Conversation

kriti21
Copy link
Contributor

@kriti21 kriti21 commented Jul 9, 2018

For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!

Checklist

  • I read the commit guidelines and I've followed
    them.
  • I ran coala over my code locally. (All commits have to pass
    individually.
    It is not sufficient to have "fixup commits" on your PR,
    our bot will still report the issues for the previous commit.) You will
    likely receive a lot of bot comments and build failures if coala does not
    pass on every single commit!

After you submit your pull request, DO NOT click the 'Update Branch' button.
When asked for a rebase, consult coala.io/rebase
instead.

Please consider helping us by reviewing other peoples pull requests as well:

The more you review, the more your score will grow at coala.io and we will
review your PRs faster!

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

Ruby: 2.3.3

pip install coala-bears.zip[alldeps] --pre -U
Processing ./coala-bears.zip
Collecting coala (from coala-bears==0.12.0.dev99999999999999)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/96/b4/0c4cae40e216a366d8d6abeecec0f700232fb40cffdb64f7123e6602dcdd/coala-0.12.0.dev20180101025653.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 1.6MB/s 
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-build-nU7_LS/coala/
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locally
latest: Pulling from coala/base
















Digest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ff
Status: Downloaded newer image for coala/base:latest
Executing section global...
Executing section commit...
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Package punkt is already up-to-date!
[nltk_data] Downloading package maxent_treebank_pos_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package maxent_treebank_pos_tagger is already up-to-
[nltk_data]       date!
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package averaged_perceptron_tagger is already up-to-
[nltk_data]       date!
[WARNING][13:16:05] GitCommitBear: This result has no patch attached.

Project wide:
|    | [NORMAL] GitCommitBear:
|    | Shortlog of the HEAD commit contains 92 character(s). This is 42 character(s) longer than the limit (92 > 50).
Executing section linecount...
Executing section filenames...
Executing section spacing...
Executing section html...
Executing section yml...
Executing section cli...

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

Ruby: 2.3.3

pip install coala-bears.zip[alldeps] --pre -U
Processing ./coala-bears.zip
Collecting coala (from coala-bears==0.12.0.dev99999999999999)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/96/b4/0c4cae40e216a366d8d6abeecec0f700232fb40cffdb64f7123e6602dcdd/coala-0.12.0.dev20180101025653.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 1.7MB/s 
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-build-a_8QTp/coala/
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locally
latest: Pulling from coala/base
















Digest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ff
Status: Downloaded newer image for coala/base:latest
Executing section global...
Executing section commit...
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Package punkt is already up-to-date!
[nltk_data] Downloading package maxent_treebank_pos_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package maxent_treebank_pos_tagger is already up-to-
[nltk_data]       date!
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package averaged_perceptron_tagger is already up-to-
[nltk_data]       date!
[WARNING][13:26:09] GitCommitBear: This result has no patch attached.

Project wide:
|    | [NORMAL] GitCommitBear:
|    | Shortlog of the HEAD commit contains 92 character(s). This is 42 character(s) longer than the limit (92 > 50).
Executing section linecount...
Executing section filenames...
Executing section spacing...
Executing section html...
Executing section yml...
Executing section cli...

Copy link
Member

@jayvdb jayvdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may need to do the same with the core repo (first)

.travis.yml Outdated
@@ -5,25 +5,23 @@ rvm:
- 2.3.3
cache: bundler

env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # Speeds installation of html-proofer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesnt need to be moved. It is yaml. Order is not important (99% of the time)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am sorry I misunderstood. Please tell which core repo are you referring to in your comment above ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this coala/coala#5617 PR for this reason only.

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

Ruby: 2.3.3

pip install coala.zip[alldeps] --pre -U
Processing ./coala.zip
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-2QsLqF-build/
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip install coala-bears.zip[alldeps] --pre -U
Processing ./coala-bears.zip
Collecting coala (from coala-bears==0.12.0.dev99999999999999)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/96/b4/0c4cae40e216a366d8d6abeecec0f700232fb40cffdb64f7123e6602dcdd/coala-0.12.0.dev20180101025653.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 1.5MB/s 
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-build-btCt8d/coala/
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locally
latest: Pulling from coala/base
















Digest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ff
Status: Downloaded newer image for coala/base:latest
Executing section global...
[WARNING][17:29:18] InvalidLinkBear: This result has no patch attached.

reports/nkprince007.md
|  18| ·I'm·a·final·year·student·of·Computer·Science·&·Engineering·at·National·Institute·of·Technology,·Durgapur,·India.·I·participated·in·GSoC·and·worked·with·[coala](https://coala.io)·and·[GitMate](https://gitmate.io)·to·build·the·second·version·of·GitMate·to·help·developers·speed·up·their·review·process.·I·also·worked·on·improving·and·extending·support·for·GitLab·on·IGitt,·developing·an·algorithm·to
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io
[WARNING][17:30:09] InvalidLinkBear: This result has no patch attached.
[WARNING][17:30:09] InvalidLinkBear: This result has no patch attached.

data/locale/en/projects/gitmate_jira.md
|  50| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·and·it·lacks·[Jira](https://www.atlassian.com/software/jira)·support.
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

data/locale/en/projects/gitmate_jira.md
|  56| as·well·as·using·that·within·[GitMate.io](https://gitmate.io/)·(i.e.·add·webhooks·and·"signup·with·jira").
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:30:10] InvalidLinkBear: This result has no patch attached.
[WARNING][17:30:10] InvalidLinkBear: This result has no patch attached.

_projects/gitmate_jira.md
|  50| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·and·it·lacks·[Jira](https://www.atlassian.com/software/jira)·support.
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

_projects/gitmate_jira.md
|  56| as·well·as·using·that·within·[GitMate.io](https://gitmate.io/)·(i.e.·add·webhooks·and·"signup·with·jira").
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:30:33] InvalidLinkBear: This result has no patch attached.

data/locale/en/projects/gitmate_plugins.md
|  29| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers.·
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:30:40] InvalidLinkBear: This result has no patch attached.
[WARNING][17:30:40] InvalidLinkBear: This result has no patch attached.

data/locale/en/projects/gitmate_testing.md
|  31| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·on·their
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

data/locale/en/projects/gitmate_testing.md
|  59| ······················'review/gitmate/manual',·'https://gitmate.io'),)
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io
[WARNING][17:30:49] InvalidLinkBear: This result has no patch attached.

_projects/gitmate_plugins.md
|  29| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers.·
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:31:12] InvalidLinkBear: This result has no patch attached.
[WARNING][17:31:12] InvalidLinkBear: This result has no patch attached.

_projects/gitmate_testing.md
|  31| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·on·their
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

_projects/gitmate_testing.md
|  59| ······················'review/gitmate/manual',·'https://gitmate.io'),)
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io
Executing section commit...
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Package punkt is already up-to-date!
[nltk_data] Downloading package maxent_treebank_pos_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package maxent_treebank_pos_tagger is already up-to-
[nltk_data]       date!
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package averaged_perceptron_tagger is already up-to-
[nltk_data]       date!
[WARNING][17:31:13] GitCommitBear: This result has no patch attached.

Project wide:
|    | [NORMAL] GitCommitBear:
|    | Shortlog of the HEAD commit contains 92 character(s). This is 42 character(s) longer than the limit (92 > 50).
Executing section linecount...
Executing section filenames...
Executing section spacing...
Executing section html...
Executing section yml...
Executing section cli...

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

Ruby: 2.3.3

pip install coala.zip[alldeps] --pre -U
Processing ./coala.zip
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-gISgz2-build/
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip install coala-bears.zip[alldeps] --pre -U
Processing ./coala-bears.zip
Collecting coala (from coala-bears==0.12.0.dev99999999999999)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/96/b4/0c4cae40e216a366d8d6abeecec0f700232fb40cffdb64f7123e6602dcdd/coala-0.12.0.dev20180101025653.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 1.7MB/s 
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-build-Y0qmBi/coala/
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locally
latest: Pulling from coala/base
















Digest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ff
Status: Downloaded newer image for coala/base:latest
Executing section global...
[WARNING][17:31:00] InvalidLinkBear: This result has no patch attached.

data/locale/en/projects/gitmate_plugins.md
|  29| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers.·
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:31:10] InvalidLinkBear: This result has no patch attached.
[WARNING][17:31:10] InvalidLinkBear: This result has no patch attached.

data/locale/en/projects/gitmate_jira.md
|  50| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·and·it·lacks·[Jira](https://www.atlassian.com/software/jira)·support.
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

data/locale/en/projects/gitmate_jira.md
|  56| as·well·as·using·that·within·[GitMate.io](https://gitmate.io/)·(i.e.·add·webhooks·and·"signup·with·jira").
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:31:33] InvalidLinkBear: This result has no patch attached.

_projects/gitmate_plugins.md
|  29| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers.·
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:31:44] InvalidLinkBear: This result has no patch attached.
[WARNING][17:31:44] InvalidLinkBear: This result has no patch attached.

data/locale/en/projects/gitmate_testing.md
|  31| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·on·their
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

data/locale/en/projects/gitmate_testing.md
|  59| ······················'review/gitmate/manual',·'https://gitmate.io'),)
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io
[WARNING][17:32:13] InvalidLinkBear: This result has no patch attached.

_projects/gitmate_testing.md
|  31| [WARNING][17:32:13] InvalidLinkBear: This result has no patch attached.
[GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·on·their
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

_projects/gitmate_testing.md
|  59| ······················'review/gitmate/manual',·'https://gitmate.io'),)
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io
[WARNING][17:32:15] InvalidLinkBear: This result has no patch attached.
[WARNING][17:32:15] InvalidLinkBear: This result has no patch attached.

_projects/gitmate_jira.md
|  50| [GitMate.io](https://gitmate.io/)·is·an·automation·tool·for·developers·and·it·lacks·[Jira](https://www.atlassian.com/software/jira)·support.
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/

_projects/gitmate_jira.md
|  56| as·well·as·using·that·within·[GitMate.io](https://gitmate.io/)·(i.e.·add·webhooks·and·"signup·with·jira").
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io/
[WARNING][17:32:43] InvalidLinkBear: This result has no patch attached.

reports/nkprince007.md
|  18| ·I'm·a·final·year·student·of·Computer·Science·&·Engineering·at·National·Institute·of·Technology,·Durgapur,·India.·I·participated·in·GSoC·and·worked·with·[coala](https://coala.io)·and·[GitMate](https://gitmate.io)·to·build·the·second·version·of·GitMate·to·help·developers·speed·up·their·review·process.·I·also·worked·on·improving·and·extending·support·for·GitLab·on·IGitt,·developing·an·algorithm·to
|    | [MAJOR] InvalidLinkBear:
|    | Broken link - unable to connect to https://gitmate.io
Executing section commit...
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Package punkt is already up-to-date!
[nltk_data] Downloading package maxent_treebank_pos_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package maxent_treebank_pos_tagger is already up-to-
[nltk_data]       date!
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data]     /root/nltk_data...
[nltk_data]   Package averaged_perceptron_tagger is already up-to-
[nltk_data]       date!
[WARNING][17:32:44] GitCommitBear: This result has no patch attached.

Project wide:
|    | [NORMAL] GitCommitBear:
|    | Shortlog of the HEAD commit contains 92 character(s). This is 42 character(s) longer than the limit (92 > 50).
Executing section linecount...
Executing section filenames...
Executing section spacing...
Executing section html...
Executing section yml...
Executing section cli...

Copy link
Member

@refeed refeed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I think the reason why the CI fails is because the coala docker image still uses the old version of coala-bears and coala, which is not the current master.. which doesn't contain your new commit that handles GitHub pull request merge commit.

And docker is containerized, which means that it doesn't read to the outside of the container (the host).

We can either wait until the coala/base docker image is updated, or use the master version of coala and coala-bears to check this repo

@kriti21
Copy link
Contributor Author

kriti21 commented Jul 9, 2018

or use the master version of coala and coala-bears to check this repo

The changes here download the latest coala and coala-bears master as zip and use that. It still fails.

@refeed
Copy link
Member

refeed commented Jul 9, 2018

@kriti21 The actual check currently is docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci on line 16 which uses the docker image. In the current patch, you're only installing coala and coala-bears with pip and not running it

@kriti21
Copy link
Contributor Author

kriti21 commented Jul 9, 2018

Ok. So if I make these changes in https://github.com/coala/docker-coala-base first, Will that solve the problem ? @refeed

@refeed
Copy link
Member

refeed commented Jul 9, 2018

@kriti21 Yup, it can. But I think we can't release the bears repo now ( coala/coala#5616 (comment) ) @jayvdb

@jayvdb
Copy link
Member

jayvdb commented Jul 9, 2018

Ugh. This one will need to either

  1. wait until the docker has been updated (a month long task, at least)
  2. use coala directly, without the docker, installing it manually from the repo like I showed you

@jayvdb
Copy link
Member

jayvdb commented Jul 9, 2018

This .coafile doesnt use many bears.
It should just install coala & bears from source , removing the docker.

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

Ruby: 2.3.3

pip install coala.zip[alldeps] --pre -U
Processing ./coala.zip
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-So2C1Q-build/
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip install coala-bears.zip[alldeps] --pre -U
Processing ./coala-bears.zip
Collecting coala (from coala-bears==0.12.0.dev99999999999999)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/96/b4/0c4cae40e216a366d8d6abeecec0f700232fb40cffdb64f7123e6602dcdd/coala-0.12.0.dev20180101025653.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 1.7MB/s 
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-build-aBGizn/coala/
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

Ruby: 2.3.3

pip install coala.zip[alldeps] --pre -U
Processing ./coala.zip
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-ST2iwk-build/
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip install coala-bears.zip[alldeps] --pre -U
Processing ./coala-bears.zip
Collecting coala (from coala-bears==0.12.0.dev99999999999999)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/96/b4/0c4cae40e216a366d8d6abeecec0f700232fb40cffdb64f7123e6602dcdd/coala-0.12.0.dev20180101025653.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 1.7MB/s 
    Complete output from command python setup.py egg_info:
    coala supports only python 3.4 or later.
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 4 in /tmp/pip-build-RpFUOG/coala/
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
coala --non-interactive
The program 'coala' is currently not installed. To run 'coala' please ask your administrator to install the package 'coala'

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

1st Build

.ci/build.sh
bundler: command not found: jekyll
Install missing gem executables with `bundle install`

@kriti21
Copy link
Contributor Author

kriti21 commented Jul 10, 2018

Review request @jayvdb @refeed

.travis.yml Outdated

matrix:
include:
- language: python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line overrides the language:ruby which makes the Travis don't run in ruby project mode again.

I have several ideas for this:

  • make a separate job for the coala check with language: python
  • make this job as language: python directly, since I think we're currently not using many of the ruby development tools

Any idea @jayvdb ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gitmate went nuts on #593 , so we may need to wait a bit.

@kriti21
Copy link
Contributor Author

kriti21 commented Mar 27, 2019

So kindly have a look at my PR and copy the same changes in your PR just leave out the spacing inconsistencies in the readme.md because that is part of my PR and the CI will turn green.

@sladyn98 Please provide the link to your PR .

@sladyn98
Copy link

@sladyn98 Please provide the link to your PR .

It is right above your comment :P

@abhishalya
Copy link
Member

abhishalya commented Mar 27, 2019

@kriti21 #723 needs to be closed through this PR.

@TravisBuddy
Copy link

Travis tests have failed

Hey @kriti21,
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.

TravisBuddy Request Identifier: 78cde020-5181-11e9-ad12-835a6074a428

@kriti21 kriti21 force-pushed the removehack branch 2 times, most recently from d120373 to c76ac2b Compare March 28, 2019 17:57
Copy link
Member

@jayvdb jayvdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extra commit should be prettier, but it works, so lets get this repo unbroken...

<<: *disable_global
language: python
python: 3.6
cache: pip
install: pip install moban
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what ... no ... please keep the moban job, and add an extra coala job.

@abhishalya
Copy link
Member

abhishalya commented Mar 29, 2019

@jayvdb #724 would be duplicate then.

@abhishalya
Copy link
Member

@jayvdb We could also get the coala-bears repo fixed through coala/coala-bears#2897. Can you have a look? :P

@TravisBuddy
Copy link

Hey @kriti21,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: f71fbe90-5243-11e9-b3ee-317c5c727117

@abhishalya
Copy link
Member

@kriti21 Could you let me know why we are using the direct github link for coala.zip while we are using codeload.github link for coala-bears.zip? Since the difference is only about the speed (as mentioned here), we should consider switching to codeload for both of the zips.

.coafile Outdated
@@ -13,6 +13,7 @@ link_ignore_list =
# clbin.com doesnt work in link_ignore_list
# See https://github.com/coala/coala-bears/issues/2126
link_ignore_regex = clbin.com
use_spaces = True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change does not belong in the " .travis.yml: Remove GitHub merge commit workaround" commit - it is part of the workaround, I guess.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've raised bug coala/coala-bears#2949 about this

@@ -49,7 +49,7 @@ Start by looking through
sorted by "most stars" or "most forks".

Check that GitHub does not show a recognised license at the top of the repository.
See [Adding a license](https://help.github.com/articles/adding-a-license-to-a-repository/)
See [Adding a license](https://help.github.com/articles/adding-a-license-to-a-repository)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im not able to reproduce an error which caused this change, or other removals of trailing /. maybe it was transient.

@@ -164,8 +164,8 @@ investigation/review. Based on this feature, I implemented a
[script](https://gist.github.com/yzgyyang/13ebb46a5c90ac624b5c6eb43deedc0d) to
demonstrate the ability of bootstrapping coala Go bears on a bare-metal FreeBSD
system
([Screen record for the demo](https://asciinema.org/a/0poVbHE7lqehV4islFo6cptjb)),
and it can be expanded to support multiple platforms.
([Screen record for the demo]()),and it can be expanded to support multiple
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is invalid syntax for the link, and ,and is bad grammar.

Also we want this link even though it is broken, as part of the record of this project.

kriti21 and others added 4 commits August 22, 2019 12:05
- gitmate.io is permanently down
- An asciinema in a report has been removed.
- Symlinks cause problems with LineCountBear

Closes coala/coala-bears#2950
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.

8 participants