Skip to content

Instantly share code, notes, and snippets.

@elibixby
Created March 14, 2017 00:56
Show Gist options
  • Save elibixby/7ca01ebe9a383cddc8c1588d461a12c3 to your computer and use it in GitHub Desktop.
Save elibixby/7ca01ebe9a383cddc8c1588d461a12c3 to your computer and use it in GitHub Desktop.
(tf1.0) elibixby@elibixby-4:~/repos/GoogleCloudPlatform/python-docs-samples$ nox ls
nox > Running session check_requirements
nox > The virtualenv name was hashed to avoid being too long.
nox > virtualenv /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/43fc5920
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > gcprepotools check-requirements ./spanner/cloud-client/requirements.txt
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/43fc5920/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: 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/advanced-usage.html#ssl-warnings
SNIMissingWarning
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/43fc5920/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Requirements in ./spanner/cloud-client/requirements.txt are out of date:
* google-cloud-spanner is 0.23.0 latest is 0.23.1.
nox > Command gcprepotools check-requirements ./spanner/cloud-client/requirements.txt failed with exit code 1
nox > Session check_requirements failed. :(
nox > Running session gae(sample='./appengine/standard/analytics')
nox > The virtualenv name was hashed to avoid being too long.
nox > virtualenv /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375 -p python2.7
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > gcprepotools download-appengine-sdk /tmp/tmpeg4vuP
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: 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/advanced-usage.html#ssl-warnings
SNIMissingWarning
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Downloading App Engine SDK 1.9.51
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Failed to download: 401 Client Error: Unauthorized for url: https://www.googleapis.com/download/storage/v1/b/appengine-sdks/o/featured%2Fgoogle_appengine_1.9.51.zip?generation=1489437183881000&alt=media
Downloading App Engine SDK 1.9.50
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Extracting SDK to /tmp/tmpeg4vuP
App Engine SDK installed.
nox > pip install --upgrade -r testing/requirements.txt
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > chdir ./appengine/standard/analytics
nox > pip install --upgrade -r requirements.txt
nox > pytest --cov --cov-config /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.coveragerc --cov-report term ls
=============================================================================================== test session starts ===============================================================================================
platform linux2 -- Python 2.7.6, pytest-3.0.6, py-1.4.32, pluggy-0.4.0 -- /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375/bin/python2.7
cachedir: ../../../.cache
rootdir: /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples, inifile: pytest.ini
plugins: cov-2.4.0, capturelog-0.7, flaky-3.3.0
============================================================================================= pytest-warning summary ==============================================================================================
WI1 /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/e25f4375/local/lib/python2.7/site-packages/pytest_capturelog.py:171 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument
WC1 None pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
WC1 None pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
======================================================================================== 3 pytest-warnings in 0.00 seconds ========================================================================================
ERROR: file not found: ls
nox > Command pytest --cov --cov-config /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.coveragerc --cov-report term ls failed with exit code 4
nox > Session gae(sample='./appengine/standard/analytics') failed. :(
nox > Running session gae(sample='./appengine/standard/app_identity/asserting')
nox > The virtualenv name was hashed to avoid being too long.
nox > virtualenv /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/a72000c4 -p python2.7
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > gcprepotools download-appengine-sdk /tmp/tmpeg4vuP
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/a72000c4/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: 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/advanced-usage.html#ssl-warnings
SNIMissingWarning
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/a72000c4/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Downloading App Engine SDK 1.9.51
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/a72000c4/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Failed to download: 401 Client Error: Unauthorized for url: https://www.googleapis.com/download/storage/v1/b/appengine-sdks/o/featured%2Fgoogle_appengine_1.9.51.zip?generation=1489437183881000&alt=media
App Engine SDK already exists and is up to date at /tmp/tmpeg4vuP.
nox > pip install --upgrade -r testing/requirements.txt
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > chdir ./appengine/standard/app_identity/asserting
nox > pytest --cov --cov-config /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.coveragerc --cov-report term ls
=============================================================================================== test session starts ===============================================================================================
platform linux2 -- Python 2.7.6, pytest-3.0.6, py-1.4.32, pluggy-0.4.0 -- /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/a72000c4/bin/python2.7
cachedir: ../../../../.cache
rootdir: /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples, inifile: pytest.ini
plugins: cov-2.4.0, capturelog-0.7, flaky-3.3.0
============================================================================================= pytest-warning summary ==============================================================================================
WI1 /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/a72000c4/local/lib/python2.7/site-packages/pytest_capturelog.py:171 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument
WC1 None pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
WC1 None pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
======================================================================================== 3 pytest-warnings in 0.00 seconds ========================================================================================
ERROR: file not found: ls
nox > Command pytest --cov --cov-config /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.coveragerc --cov-report term ls failed with exit code 4
nox > Session gae(sample='./appengine/standard/app_identity/asserting') failed. :(
nox > Running session gae(sample='./appengine/standard/app_identity/incoming')
nox > The virtualenv name was hashed to avoid being too long.
nox > virtualenv /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/920b534c -p python2.7
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > gcprepotools download-appengine-sdk /tmp/tmpeg4vuP
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/920b534c/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: 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/advanced-usage.html#ssl-warnings
SNIMissingWarning
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/920b534c/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Downloading App Engine SDK 1.9.51
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/920b534c/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Failed to download: 401 Client Error: Unauthorized for url: https://www.googleapis.com/download/storage/v1/b/appengine-sdks/o/featured%2Fgoogle_appengine_1.9.51.zip?generation=1489437183881000&alt=media
App Engine SDK already exists and is up to date at /tmp/tmpeg4vuP.
nox > pip install --upgrade -r testing/requirements.txt
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > chdir ./appengine/standard/app_identity/incoming
nox > pytest --cov --cov-config /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.coveragerc --cov-report term ls
=============================================================================================== test session starts ===============================================================================================
platform linux2 -- Python 2.7.6, pytest-3.0.6, py-1.4.32, pluggy-0.4.0 -- /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/920b534c/bin/python2.7
cachedir: ../../../../.cache
rootdir: /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples, inifile: pytest.ini
plugins: cov-2.4.0, capturelog-0.7, flaky-3.3.0
============================================================================================= pytest-warning summary ==============================================================================================
WI1 /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/920b534c/local/lib/python2.7/site-packages/pytest_capturelog.py:171 'pytest_runtest_makereport' hook uses deprecated __multicall__ argument
WC1 None pytest_funcarg__caplog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
WC1 None pytest_funcarg__capturelog: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead.
======================================================================================== 3 pytest-warnings in 0.00 seconds ========================================================================================
ERROR: file not found: ls
nox > Command pytest --cov --cov-config /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.coveragerc --cov-report term ls failed with exit code 4
nox > Session gae(sample='./appengine/standard/app_identity/incoming') failed. :(
nox > Running session gae(sample='./appengine/standard/app_identity/signing')
nox > The virtualenv name was hashed to avoid being too long.
nox > virtualenv /usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/ce051339 -p python2.7
nox > pip install --upgrade git+https://github.com/GoogleCloudPlatform/python-repo-tools.git
nox > gcprepotools download-appengine-sdk /tmp/tmpeg4vuP
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/ce051339/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: 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/advanced-usage.html#ssl-warnings
SNIMissingWarning
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/ce051339/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Downloading App Engine SDK 1.9.51
/usr/local/google/home/elibixby/repos/GoogleCloudPlatform/python-docs-samples/.nox/ce051339/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:132: 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/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Failed to download: 401 Client Error: Unauthorized for url: https://www.googleapis.com/download/storage/v1/b/appengine-sdks/o/featured%2Fgoogle_appengine_1.9.51.zip?generation=1489437183881000&alt=media
App Engine SDK already exists and is up to date at /tmp/tmpeg4vuP.
nox > pip install --upgrade -r testing/requirements.txt
^Cnox > Interrupted...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment