New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 704373 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: ----



Sign in to add a comment

SSL warnings when training recipies

Project Member Reported by tansell@chromium.org, Mar 23 2017

Issue description

Run scripts/slave/recipes.py --use-bootstrap simulation_test train

You get the following;

/usr/local/google/home/tansell/work/infra/build/scripts/slave/.recipe_deps/recipe_engine/ENV/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled.  Import error is: No module named pyasn1.type
  warnings.warn(import_error_msg)
/usr/local/google/home/tansell/work/infra/build/scripts/slave/.recipe_deps/recipe_engine/ENV/local/lib/python2.7/site-packages/ndg/httpsclient/ssl_peer_verification.py:25: UserWarning: SubjectAltName support is disabled - check pyasn1 package installation to enable
  warnings.warn(SUBJ_ALT_NAME_SUPPORT_MSG)
/usr/local/google/home/tansell/work/infra/build/scripts/slave/.recipe_deps/recipe_engine/ENV/local/lib/python2.7/site-packages/ndg/httpsclient/subj_alt_name.py:22: UserWarning: Error importing pyasn1, subjectAltName check for SSL peer verification will be disabled.  Import error is: No module named pyasn1.type
  warnings.warn(import_error_msg)
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Trained 1986 tests in 17.575s (ran 1986 tests)


 
Components: -Infra Infra>Platform>Recipes
:/ Looks like something is wrong with our python virtual environment bootstrap logic stuff.

What OS was this run on?

Comment 3 by iannu...@google.com, Mar 24 2017

Cc: d...@chromium.org
It looks like goobuntu.
Correct, goobuntu.

Comment 5 by iannu...@google.com, Apr 26 2017

we're ~week from replacing the ad-hoc bootstrap in recipe engine with vpython, which should solve this correctly.
Status: Fixed (was: Untriaged)
This should be fixed now (vpython is deployed for tests everywhere, no one should be seeing this error)

Sign in to add a comment