----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51893/#review148949 -----------------------------------------------------------
Master (5069f93) is red with this patch. ./build-support/jenkins/build.sh virtualenv-15.0.2/virtualenv_embedded/activate_this.py virtualenv-15.0.2/virtualenv_embedded/deactivate.bat virtualenv-15.0.2/virtualenv_embedded/distutils-init.py virtualenv-15.0.2/virtualenv_embedded/distutils.cfg virtualenv-15.0.2/virtualenv_embedded/python-config virtualenv-15.0.2/virtualenv_embedded/site.py virtualenv-15.0.2/virtualenv_support/ virtualenv-15.0.2/virtualenv_support/__init__.py virtualenv-15.0.2/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl virtualenv-15.0.2/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl virtualenv-15.0.2/virtualenv_support/setuptools-21.2.1-py2.py3-none-any.whl virtualenv-15.0.2/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl + touch virtualenv-15.0.2/BOOTSTRAPPED + popd /home/jenkins/jenkins-slave/workspace/AuroraBot + exec /usr/bin/python2.7 /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/virtualenv-15.0.2/virtualenv.py --no-download /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/isort.venv New python executable in /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/isort.venv/bin/python2.7 Also creating executable in /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/isort.venv/bin/python Installing setuptools, pip, wheel...done. Collecting isort==4.0.0 /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/isort.venv/local/lib/python2.7/site-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.org/en/latest/security.html#snimissingwarning. SNIMissingWarning /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/isort.venv/local/lib/python2.7/site-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.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading isort-4.0.0-py2.py3-none-any.whl Installing collected packages: isort Successfully installed isort-4.0.0 /home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/isort.venv/local/lib/python2.7/site-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.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning ERROR: /home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/python/apache/aurora/client/api/scheduler_client.py Imports are incorrectly sorted. --- /home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/python/apache/aurora/client/api/scheduler_client.py:before 2016-09-14 18:21:03.193042 +++ /home/jenkins/jenkins-slave/workspace/AuroraBot/src/main/python/apache/aurora/client/api/scheduler_client.py:after 2016-09-14 18:26:10.685426 @@ -21,7 +21,6 @@ from os.path import expanduser import requests - from pystachio import Default, Integer, String from thrift.protocol import TJSONProtocol from thrift.transport import TTransport I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On Sept. 14, 2016, 6:19 p.m., Giulio Eulisse wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51893/ > ----------------------------------------------------------- > > (Updated Sept. 14, 2016, 6:19 p.m.) > > > Review request for Aurora, Joshua Cohen and WarnerSM WarnerSM. > > > Repository: aurora > > > Description > ------- > > This allows aurora client to connect to servers which are behind a > frontend which expects some sort of cookie to autheticate and authorize > users. > > A cookie_jar option can be specified in the `~/.aurora/clusters.json` > to specify a file where the cookie jar is located. Such a cookie jar, > in MozillanCookieJar format, will be used to create the session and > therefore all the subsequent requests will use it. > > > Diffs > ----- > > src/main/python/apache/aurora/client/api/scheduler_client.py > cbdb50ae409b70a35a03405f969d02a6145c9c53 > > Diff: https://reviews.apache.org/r/51893/diff/ > > > Testing > ------- > > $ cat ~/aurora/clusters.json > [ > { > "name": "build", > "scheduler_uri": "https://aliaurora.cern.ch", > "auth_mechanism": "UNAUTHENTICATED", > "cookie_jar": "~/.aurora-token" > } > ] > $ dist/aurora.pex quota get build/root > > > Thanks, > > Giulio Eulisse > >