Failure when running recipe simulation with --use-bootstrap |
||
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)
,
Mar 20 2017
Yes, removing the dot works. Thanks!
,
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 |
||
Comment 1 by tandrii@chromium.org
, Mar 20 2017Status: Assigned (was: Untriaged)