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

Issue 703077 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Failure when running recipe simulation with --use-bootstrap

Project Member Reported by emso@chromium.org, Mar 20 2017

Issue description

$ recipes/recipes.py --use-bootstrap simulation_test train .
~/cr/infra/recipes/.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)
~/cr/infra/recipes/.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)
~/cr/infra/recipes/.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 0 tests in 0.301s (ran 0 tests)

 
Owner: emso@chromium.org
Status: Assigned (was: Untriaged)
Remove "." at the end of your invocation, and I bet it'll train your expectations.

Comment 2 by emso@chromium.org, Mar 20 2017

Status: Verified (was: Assigned)
Yes, removing the dot works. Thanks!

Comment 3 by d...@chromium.org, Apr 12 2017

FTR: The bootstrap should include all necessary packages. If "pyasn1" is missing, it needs to be added to the bootstrap.

Sign in to add a comment