% [brnrd@build py-letsencrypt]$ [?2004hmmake test[?2004l ===> Testing for py27-letsencrypt-0.0.0.d20151114 running test running egg_info writing requirements to letsencrypt.egg-info/requires.txt writing letsencrypt.egg-info/PKG-INFO writing top-level names to letsencrypt.egg-info/top_level.txt writing dependency_links to letsencrypt.egg-info/dependency_links.txt writing entry points to letsencrypt.egg-info/entry_points.txt reading manifest file 'letsencrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'letsencrypt.egg-info/SOURCES.txt' running build_ext test_absolute_paths (letsencrypt.tests.configuration_test.NamespaceConfigTest) ... ok test_dynamic_dirs (letsencrypt.tests.configuration_test.NamespaceConfigTest) ... ok test_http01_port (letsencrypt.tests.configuration_test.NamespaceConfigTest) ... ok test_init_same_ports (letsencrypt.tests.configuration_test.NamespaceConfigTest) ... ok test_proxy_getattr (letsencrypt.tests.configuration_test.NamespaceConfigTest) ... ok test_server_path (letsencrypt.tests.configuration_test.NamespaceConfigTest) ... ok test_absolute_paths (letsencrypt.tests.configuration_test.RenewerConfigurationTest) ... ok test_dynamic_dirs (letsencrypt.tests.configuration_test.RenewerConfigurationTest) ... ok test_str (letsencrypt.tests.errors_test.FaiiledChallengesTest) ... ok test_instance_args (letsencrypt.tests.errors_test.StandaloneBindErrorTest) ... ok test_str (letsencrypt.tests.errors_test.StandaloneBindErrorTest) ... ok test_invalid_false (letsencrypt.tests.crypto_util_test.CSRMatchesPubkeyTest) ... ok test_valid_true (letsencrypt.tests.crypto_util_test.CSRMatchesPubkeyTest) ... ok test_load_invalid_cert (letsencrypt.tests.crypto_util_test.CertLoaderTest) ... ok test_load_valid_cert (letsencrypt.tests.crypto_util_test.CertLoaderTest) ... ok test_extract_one_san (letsencrypt.tests.crypto_util_test.GetSANsFromCSRTest) ... ok test_extract_six_sans (letsencrypt.tests.crypto_util_test.GetSANsFromCSRTest) ... ok test_extract_two_sans (letsencrypt.tests.crypto_util_test.GetSANsFromCSRTest) ... ok test_parse_no_sans (letsencrypt.tests.crypto_util_test.GetSANsFromCSRTest) ... ok test_parse_non_csr (letsencrypt.tests.crypto_util_test.GetSANsFromCSRTest) ... No handlers could be found for logger "letsencrypt.crypto_util" ok test_san (letsencrypt.tests.crypto_util_test.GetSANsFromCertTest) ... ok test_single (letsencrypt.tests.crypto_util_test.GetSANsFromCertTest) ... ok test_it (letsencrypt.tests.crypto_util_test.InitSaveCSRTest) ... ok test_key_failure (letsencrypt.tests.crypto_util_test.InitSaveKeyTest) ... ok test_success (letsencrypt.tests.crypto_util_test.InitSaveKeyTest) ... ok test_san (letsencrypt.tests.crypto_util_test.MakeCSRTest) ... ok test_it (letsencrypt.tests.crypto_util_test.MakeKeyTest) ... ok test_notAfter (letsencrypt.tests.crypto_util_test.NotAfterTest) ... ok test_notBefore (letsencrypt.tests.crypto_util_test.NotBeforeTest) ... ok test_empty_false (letsencrypt.tests.crypto_util_test.ValidCSRTest) ... ok test_random_false (letsencrypt.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_der_false (letsencrypt.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_der_san_false (letsencrypt.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_pem_san_true (letsencrypt.tests.crypto_util_test.ValidCSRTest) ... ok test_valid_pem_true (letsencrypt.tests.crypto_util_test.ValidCSRTest) ... ok test_empty_false (letsencrypt.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_random_false (letsencrypt.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_valid_true (letsencrypt.tests.crypto_util_test.ValidPrivkeyTest) ... ok test_atexit_print_messages (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_multiline_message (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_no_tty_print_empty (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_no_tty_successful_exit (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_no_tty_unsuccessful_exit (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_tty_print_empty (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_tty_successful_exit (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_tty_unsuccessful_exit (letsencrypt.tests.reporter_test.ReporterTest) ... ok test_certificate_error (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_certificate_failure (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_certificate_success (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_hsts (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_hsts_bad_max_age (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_hsts_empty (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_hsts_expire (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_hsts_include_subdomains (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_hsts_malformed (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_ocsp_stapling (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_redirect_missing_location (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_redirect_with_headers (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_redirect_wrong_redirect_code (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_redirect_wrong_status_code (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_succesful_redirect (letsencrypt.tests.validator_test.ValidatorTest) ... ok test_adds_padding (letsencrypt.tests.log_test.DialogHandlerTest) ... ok test_args_in_msg_get_replaced (letsencrypt.tests.log_test.DialogHandlerTest) ... ok test_non_str (letsencrypt.tests.log_test.DialogHandlerTest) ... ok test_only_last_lines_are_printed (letsencrypt.tests.log_test.DialogHandlerTest) ... ok test_wraps_at_whitespace (letsencrypt.tests.log_test.DialogHandlerTest) ... ok test_wraps_nospace_is_greedy (letsencrypt.tests.log_test.DialogHandlerTest) ... ok test_find_all (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_find_all_accounts_dir_absent (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_find_all_load_skips (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_find_all_none_empty_list (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_init_creates_dir (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_load_id_mismatch_raises_error (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_load_ioerror (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_load_non_existent_raises_error (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_save_and_restore (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_save_ioerrors (letsencrypt.tests.account_test.AccountFileStorageTest) ... ok test_it (letsencrypt.tests.account_test.AccountMemoryStorageTest) ... ok test_id (letsencrypt.tests.account_test.AccountTest) ... ok test_init (letsencrypt.tests.account_test.AccountTest) ... ok test_repr (letsencrypt.tests.account_test.AccountTest) ... ok test_slug (letsencrypt.tests.account_test.AccountTest) ... ok test_it (letsencrypt.tests.account_test.ReportNewAccountTest) ... ok test_no_reporter (letsencrypt.tests.account_test.ReportNewAccountTest) ... ok test_bad_recovery (letsencrypt.tests.error_handler_test.ErrorHandlerTest) ... ok test_context_manager (letsencrypt.tests.error_handler_test.ErrorHandlerTest) ... ok test_signal_handler (letsencrypt.tests.error_handler_test.ErrorHandlerTest) ... ok test_sysexit_ignored (letsencrypt.tests.error_handler_test.ErrorHandlerTest) ... ok test_everything_fails (letsencrypt.tests.notify_test.NotifyTests) ... ok test_smtp_failure (letsencrypt.tests.notify_test.NotifyTests) ... ok test_smtp_success (letsencrypt.tests.notify_test.NotifyTests) ... ok test_ok_mode (letsencrypt.tests.le_util_test.CheckPermissionsTest) ... ok test_wrong_mode (letsencrypt.tests.le_util_test.CheckPermissionsTest) ... ok test_full_path (letsencrypt.tests.le_util_test.ExeExistsTest) ... ok test_not_found (letsencrypt.tests.le_util_test.ExeExistsTest) ... ok test_on_path (letsencrypt.tests.le_util_test.ExeExistsTest) ... ok test_creates_dir_when_missing (letsencrypt.tests.le_util_test.MakeOrVerifyDirTest) ... ok test_existing_correct_mode_does_not_fail (letsencrypt.tests.le_util_test.MakeOrVerifyDirTest) ... ok test_existing_wrong_mode_fails (letsencrypt.tests.le_util_test.MakeOrVerifyDirTest) ... ok test_reraises_os_error (letsencrypt.tests.le_util_test.MakeOrVerifyDirTest) ... ok test_bad_process (letsencrypt.tests.le_util_test.RunScriptTest) ... ok test_default (letsencrypt.tests.le_util_test.RunScriptTest) These will be changed soon enough with reload. ... ok test_failure (letsencrypt.tests.le_util_test.RunScriptTest) ... ok test_invalid_emails (letsencrypt.tests.le_util_test.SafeEmailTest) ... ok test_valid_emails (letsencrypt.tests.le_util_test.SafeEmailTest) ... ok test_exists (letsencrypt.tests.le_util_test.SafelyRemoveTest) ... ok test_missing (letsencrypt.tests.le_util_test.SafelyRemoveTest) ... ok test_other_error_passthrough (letsencrypt.tests.le_util_test.SafelyRemoveTest) ... ok test_default_exists (letsencrypt.tests.le_util_test.UniqueFileTest) ... ok test_returns_fd_for_writing (letsencrypt.tests.le_util_test.UniqueFileTest) ... ok test_right_mode (letsencrypt.tests.le_util_test.UniqueFileTest) ... ok test_basic (letsencrypt.tests.le_util_test.UniqueLineageNameTest) ... ok test_failure (letsencrypt.tests.le_util_test.UniqueLineageNameTest) ... ok test_multiple (letsencrypt.tests.le_util_test.UniqueLineageNameTest) ... ok test_subsequent_failure (letsencrypt.tests.le_util_test.UniqueLineageNameTest) ... ok test_unexpected (letsencrypt.tests.continuity_auth_test.CleanupTest) ... ok test_chall_pref (letsencrypt.tests.continuity_auth_test.PerformTest) ... ok test_pop (letsencrypt.tests.continuity_auth_test.PerformTest) ... ok test_unexpected (letsencrypt.tests.continuity_auth_test.PerformTest) ... ok test_format (letsencrypt.tests.colored_logging_test.StreamHandlerTest) ... ok test_format_and_red_level (letsencrypt.tests.colored_logging_test.StreamHandlerTest) ... ok test_certonly_abspath (letsencrypt.tests.cli_test.CLITest) ... ok test_certonly_bad_args (letsencrypt.tests.cli_test.CLITest) ... ok test_certonly_csr (letsencrypt.tests.cli_test.CLITest) ... ok test_certonly_new_request_failure (letsencrypt.tests.cli_test.CLITest) ... ok test_certonly_new_request_success (letsencrypt.tests.cli_test.CLITest) ... ok test_certonly_renewal (letsencrypt.tests.cli_test.CLITest) ... ok test_check_config_sanity_domain (letsencrypt.tests.cli_test.CLITest) ... ok test_config_changes (letsencrypt.tests.cli_test.CLITest) ... ok test_configurator_selection (letsencrypt.tests.cli_test.CLITest) ... ok test_handle_exception (letsencrypt.tests.cli_test.CLITest) ... ok test_help (letsencrypt.tests.cli_test.CLITest) ... ok test_install_abspath (letsencrypt.tests.cli_test.CLITest) ... ok test_installer_selection (letsencrypt.tests.cli_test.CLITest) ... ok test_no_flags (letsencrypt.tests.cli_test.CLITest) ... ok test_parse_domains (letsencrypt.tests.cli_test.CLITest) ... ok test_plugins (letsencrypt.tests.cli_test.CLITest) ... ok test_plugins_init (letsencrypt.tests.cli_test.CLITest) ... ok test_plugins_no_args (letsencrypt.tests.cli_test.CLITest) ... ok test_plugins_prepare (letsencrypt.tests.cli_test.CLITest) ... ok test_read_file (letsencrypt.tests.cli_test.CLITest) ... ok test_revoke_with_key (letsencrypt.tests.cli_test.CLITest) ... ok test_revoke_without_key (letsencrypt.tests.cli_test.CLITest) ... ok test_rollback (letsencrypt.tests.cli_test.CLITest) ... ok test_user_agent (letsencrypt.tests.cli_test.CLITest) ... ok test_args_account_set (letsencrypt.tests.cli_test.DetermineAccountTest) ... ok test_multiple_accounts (letsencrypt.tests.cli_test.DetermineAccountTest) ... ok test_no_accounts_email (letsencrypt.tests.cli_test.DetermineAccountTest) ... ok test_no_accounts_no_email (letsencrypt.tests.cli_test.DetermineAccountTest) ... ok test_single_account (letsencrypt.tests.cli_test.DetermineAccountTest) ... ok test_find_duplicative_names (letsencrypt.tests.cli_test.DuplicativeCertsTest) ... ok test_cancel (letsencrypt.tests.display.ops_test.ChooseAccountTest) ... ok test_one (letsencrypt.tests.display.ops_test.ChooseAccountTest) ... ok test_two (letsencrypt.tests.display.ops_test.ChooseAccountTest) ... ok test_filter_names_cancel (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_nothing_selected (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_filter_names_valid_return (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_no_installer (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_no_installer_cancel (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_no_names_choose (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_no_names_quit (letsencrypt.tests.display.ops_test.ChooseNamesTest) ... ok test_more_info (letsencrypt.tests.display.ops_test.ChoosePluginTest) ... ok test_no_choice (letsencrypt.tests.display.ops_test.ChoosePluginTest) ... ok test_successful_choice (letsencrypt.tests.display.ops_test.ChoosePluginTest) ... ok test_authenticator (letsencrypt.tests.display.ops_test.ConveniencePickPluginTest) ... ok test_configurator (letsencrypt.tests.display.ops_test.ConveniencePickPluginTest) ... ok test_installer (letsencrypt.tests.display.ops_test.ConveniencePickPluginTest) ... ok test_four (letsencrypt.tests.display.ops_test.GenHttpsNamesTest) ... ok test_one (letsencrypt.tests.display.ops_test.GenHttpsNamesTest) ... ok test_three (letsencrypt.tests.display.ops_test.GenHttpsNamesTest) ... ok test_two (letsencrypt.tests.display.ops_test.GenHttpsNamesTest) ... ok test_zero (letsencrypt.tests.display.ops_test.GenHttpsNamesTest) ... ok test_two (letsencrypt.tests.display.ops_test.GenSSLLabURLs) ... ok test_zero (letsencrypt.tests.display.ops_test.GenSSLLabURLs) ... ok test_cancel_none (letsencrypt.tests.display.ops_test.GetEmailTest) ... ok test_ok_not_safe (letsencrypt.tests.display.ops_test.GetEmailTest) ... ok test_ok_safe (letsencrypt.tests.display.ops_test.GetEmailTest) ... ok test_choose_plugin_none (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_default_provided (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_multiple (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_no_candidate (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_no_default (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_single (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_single_misconfigured (letsencrypt.tests.display.ops_test.PickPluginTest) ... ok test_success_installation (letsencrypt.tests.display.ops_test.SuccessInstallationTest) ... ok test_success_renewal (letsencrypt.tests.display.ops_test.SuccessRenewalTest) ... ok test_key_error (letsencrypt.tests.display.enhancements_test.AskTest) ... ok test_redirect (letsencrypt.tests.display.enhancements_test.AskTest) ... ok test_cancel (letsencrypt.tests.display.enhancements_test.RedirectTest) ... ok test_easy (letsencrypt.tests.display.enhancements_test.RedirectTest) ... ok test_secure (letsencrypt.tests.display.enhancements_test.RedirectTest) ... ok test_checklist_miss_quit (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_miss_valid (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist_valid (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_get_valid_int_ans_invalid (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_get_valid_int_ans_valid (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_cancel (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_input_normal (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_menu (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_no_pause (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_notification_pause (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_print_menu (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_scrub_checklist_input_invalid (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_scrub_checklist_input_valid (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_wrap_lines (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_yesno (letsencrypt.tests.display.util_test.FileOutputDisplayTest) ... ok test_checklist (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_input (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_menu_desc_only (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_menu_desc_only_cancel (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_menu_desc_only_help (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_menu_tag_and_desc (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_menu_tag_and_desc_cancel (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_notification (letsencrypt.tests.display.util_test.NcursesDisplayTest) Kind of worthless... one liner. ... ok test_yesno (letsencrypt.tests.display.util_test.NcursesDisplayTest) ... ok test_multiple (letsencrypt.tests.display.util_test.PlaceParensTest) ... ok test_single_letter (letsencrypt.tests.display.util_test.PlaceParensTest) ... ok test_both (letsencrypt.tests.display.util_test.SeparateListInputTest) ... ok test_commas (letsencrypt.tests.display.util_test.SeparateListInputTest) ... ok test_mess (letsencrypt.tests.display.util_test.SeparateListInputTest) ... ok test_spaces (letsencrypt.tests.display.util_test.SeparateListInputTest) ... ok test_deploy_certificate_failure (letsencrypt.tests.client_test.ClientTest) ... ok test_deploy_certificate_restart_failure (letsencrypt.tests.client_test.ClientTest) ... ok test_deploy_certificate_restart_failure2 (letsencrypt.tests.client_test.ClientTest) ... ok test_deploy_certificate_save_failure (letsencrypt.tests.client_test.ClientTest) ... ok test_deploy_certificate_success (letsencrypt.tests.client_test.ClientTest) ... ok test_enhance_config (letsencrypt.tests.client_test.ClientTest) ... ok test_enhance_config_enhance_failure (letsencrypt.tests.client_test.ClientTest) ... ok test_enhance_config_no_installer (letsencrypt.tests.client_test.ClientTest) ... ok test_enhance_config_restart_failure (letsencrypt.tests.client_test.ClientTest) ... ok test_enhance_config_restart_failure2 (letsencrypt.tests.client_test.ClientTest) ... ok test_enhance_config_save_failure (letsencrypt.tests.client_test.ClientTest) ... ok test_init_acme_verify_ssl (letsencrypt.tests.client_test.ClientTest) ... ok test_obtain_certificate (letsencrypt.tests.client_test.ClientTest) ... ok test_obtain_certificate_from_csr (letsencrypt.tests.client_test.ClientTest) ... ok test_save_certificate (letsencrypt.tests.client_test.ClientTest) ... ok test_it (letsencrypt.tests.client_test.RegisterTest) ... ok test_no_tos (letsencrypt.tests.client_test.RegisterTest) ... ok test_no_installer (letsencrypt.tests.client_test.RollbackTest) ... ok test_no_problems (letsencrypt.tests.client_test.RollbackTest) ... ok test_it (letsencrypt.tests.auth_handler_test.ChallbToAchallTest) ... ok test_all (letsencrypt.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_one_dv_one_cont (letsencrypt.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_unrecognized (letsencrypt.tests.auth_handler_test.ChallengeFactoryTest) ... ok test_common_case (letsencrypt.tests.auth_handler_test.GenChallengePathTest) Given TLSSNI01 and HTTP01 with appropriate combos. ... ok test_common_case_with_continuity (letsencrypt.tests.auth_handler_test.GenChallengePathTest) ... ok test_full_cont_server (letsencrypt.tests.auth_handler_test.GenChallengePathTest) ... ok test_not_supported (letsencrypt.tests.auth_handler_test.GenChallengePathTest) ... ok test_name1_tls_sni_01_1 (letsencrypt.tests.auth_handler_test.GetAuthorizationsTest) ... ok test_name3_tls_sni_01_3_rectok_3 (letsencrypt.tests.auth_handler_test.GetAuthorizationsTest) ... ok test_perform_failure (letsencrypt.tests.auth_handler_test.GetAuthorizationsTest) ... ok test_empty_satisfied (letsencrypt.tests.auth_handler_test.IsPreferredTest) ... ok test_mutually_exclusive_same_type (letsencrypt.tests.auth_handler_test.IsPreferredTest) ... ok test_mutually_exclusvie (letsencrypt.tests.auth_handler_test.IsPreferredTest) ... ok test_cross_group (letsencrypt.tests.auth_handler_test.MutuallyExclusiveTest) ... ok test_group_members (letsencrypt.tests.auth_handler_test.MutuallyExclusiveTest) ... ok test_same_type (letsencrypt.tests.auth_handler_test.MutuallyExclusiveTest) ... ok test_subclass (letsencrypt.tests.auth_handler_test.MutuallyExclusiveTest) ... ok test_poll_challenges (letsencrypt.tests.auth_handler_test.PollChallengesTest) ... ok test_poll_challenges_failure (letsencrypt.tests.auth_handler_test.PollChallengesTest) ... ok test_poll_challenges_failure_best_effort (letsencrypt.tests.auth_handler_test.PollChallengesTest) ... ok test_unable_to_find_challenge_status (letsencrypt.tests.auth_handler_test.PollChallengesTest) ... ok test_verify_authzr_failure (letsencrypt.tests.auth_handler_test.PollChallengesTest) ... ok test_different_errors_and_domains (letsencrypt.tests.auth_handler_test.ReportFailedChallsTest) ... ok test_same_error_and_domain (letsencrypt.tests.auth_handler_test.ReportFailedChallsTest) ... ok test_add_to_checkpoint_copy_failure (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_bad_register_undo_command (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_bad_registration (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_basic_add_to_temp_checkpoint (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_checkpoint_conflict (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) Make sure that checkpoint errors are thrown appropriately. ... ok test_multiple_registration_fail_and_revert (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_multiple_registration_same_file (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_multiple_saves_and_temp_revert (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_copy_failure (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_missing_new_files (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_remove_failure (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_revert_temp_failures (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_rm_failure (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recover_checkpoint_rollback_failure (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recovery_routine_in_progress_failure (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_recovery_routine_temp_and_perm (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_register_file_creation_write_error (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_register_undo_command (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_run_undo_commands (letsencrypt.tests.reverter_test.ReverterCheckpointLocalTest) ... ok test_finalize_checkpoint_cannot_title (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_finalize_checkpoint_no_in_progress (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_finalize_checkpoint_no_rename_directory (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_multi_rollback (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_finalize_checkpoint_valid_inputs (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_improper_inputs (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_rollback_too_many (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) This is not strict as this is subject to change. ... ok test_view_config_changes_bad_backups_dir (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_view_config_changes_no_backups (letsencrypt.tests.reverter_test.TestFullCheckpointsReverter) ... ok test_perform_bad_challenge (letsencrypt.tests.proof_of_possession_test.ProofOfPossessionTest) ... ok test_perform_no_input (letsencrypt.tests.proof_of_possession_test.ProofOfPossessionTest) ... ok test_perform_with_input (letsencrypt.tests.proof_of_possession_test.ProofOfPossessionTest) ... ok test_add_time_interval (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_autodeployment_is_enabled (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_autorenewal_is_enabled (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_bad_config_file (letsencrypt.tests.renewer_test.RenewableCertTests) ... 2015-11-15 18:51:43,035:DEBUG:letsencrypt.cli:Root logging level set at 30 2015-11-15 18:51:43,038:INFO:letsencrypt.cli:Saving debug log to /tmp/tmpChAqZI/renewer.log Processing example.org.conf Processing bad.conf ok test_bad_kind (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_consistent (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_current_target (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_current_version (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_has_pending_deployment (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_initialization (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_invalid_config_filename (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_latest_and_next_versions (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_main (letsencrypt.tests.renewer_test.RenewableCertTests) ... 2015-11-15 18:51:43,107:DEBUG:letsencrypt.cli:Root logging level set at 30 2015-11-15 18:51:43,107:DEBUG:letsencrypt.cli:Root logging level set at 30 2015-11-15 18:51:43,111:INFO:letsencrypt.cli:Saving debug log to /tmp/tmpa2Zil6/renewer.log 2015-11-15 18:51:43,111:INFO:letsencrypt.cli:Saving debug log to /tmp/tmpa2Zil6/renewer.log Processing example.com.conf Processing example.org.conf 2015-11-15 18:51:43,120:DEBUG:letsencrypt.cli:Root logging level set at 30 2015-11-15 18:51:43,120:DEBUG:letsencrypt.cli:Root logging level set at 30 2015-11-15 18:51:43,120:DEBUG:letsencrypt.cli:Root logging level set at 30 2015-11-15 18:51:43,124:INFO:letsencrypt.cli:Saving debug log to /tmp/tmpa2Zil6/renewer.log 2015-11-15 18:51:43,124:INFO:letsencrypt.cli:Saving debug log to /tmp/tmpa2Zil6/renewer.log 2015-11-15 18:51:43,124:INFO:letsencrypt.cli:Saving debug log to /tmp/tmpa2Zil6/renewer.log Processing example.com.conf Processing example.org.conf ok test_names (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_new_lineage (letsencrypt.tests.renewer_test.RenewableCertTests) Test for new_lineage() class method. ... ok test_new_lineage_nonexistent_dirs (letsencrypt.tests.renewer_test.RenewableCertTests) Test that directories can be created if they don't exist. ... ok test_no_current_version (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_ocsp_revoked (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_renew (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_renewal_bad_config (letsencrypt.tests.renewer_test.RenewableCertTests) Test that the RenewableCert constructor will complain if ... ok test_renewal_incomplete_config (letsencrypt.tests.renewer_test.RenewableCertTests) Test that the RenewableCert constructor will complain if ... ok test_save_successor (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_should_autodeploy (letsencrypt.tests.renewer_test.RenewableCertTests) Test should_autodeploy() on the basis of reasons other than ... ok test_should_autorenew (letsencrypt.tests.renewer_test.RenewableCertTests) Test should_autorenew on the basis of reasons other than ... ok test_time_interval_judgments (letsencrypt.tests.renewer_test.RenewableCertTests) Test should_autodeploy() and should_autorenew() on the basis ... 2015-11-15 18:51:43,223:DEBUG:parsedatetime:parse (top of loop): [2 months][] 2015-11-15 18:51:43,223:DEBUG:parsedatetime:parse (top of loop): [2 months][] 2015-11-15 18:51:43,223:DEBUG:parsedatetime:parse (top of loop): [2 months][] 2015-11-15 18:51:43,227:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,227:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,227:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,230:DEBUG:parsedatetime:parse (bottom) [][2 months][][] 2015-11-15 18:51:43,230:DEBUG:parsedatetime:parse (bottom) [][2 months][][] 2015-11-15 18:51:43,230:DEBUG:parsedatetime:parse (bottom) [][2 months][][] 2015-11-15 18:51:43,234:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,234:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,234:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,238:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,238:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,238:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,242:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,242:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,242:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,246:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,246:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,246:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,249:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,249:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,249:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,253:DEBUG:parsedatetime:daysInMonth(2, 2015) 2015-11-15 18:51:43,253:DEBUG:parsedatetime:daysInMonth(2, 2015) 2015-11-15 18:51:43,253:DEBUG:parsedatetime:daysInMonth(2, 2015) 2015-11-15 18:51:43,256:DEBUG:parsedatetime:return 2015-11-15 18:51:43,256:DEBUG:parsedatetime:return 2015-11-15 18:51:43,256:DEBUG:parsedatetime:return 2015-11-15 18:51:43,262:DEBUG:parsedatetime:parse (top of loop): [2 months][] 2015-11-15 18:51:43,262:DEBUG:parsedatetime:parse (top of loop): [2 months][] 2015-11-15 18:51:43,262:DEBUG:parsedatetime:parse (top of loop): [2 months][] 2015-11-15 18:51:43,265:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,265:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,265:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,269:DEBUG:parsedatetime:parse (bottom) [][2 months][][] 2015-11-15 18:51:43,269:DEBUG:parsedatetime:parse (bottom) [][2 months][][] 2015-11-15 18:51:43,269:DEBUG:parsedatetime:parse (bottom) [][2 months][][] 2015-11-15 18:51:43,272:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,272:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,272:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,276:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,276:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,276:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,280:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,280:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,280:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,284:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,284:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,284:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,287:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,287:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,287:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,291:DEBUG:parsedatetime:daysInMonth(2, 2015) 2015-11-15 18:51:43,291:DEBUG:parsedatetime:daysInMonth(2, 2015) 2015-11-15 18:51:43,291:DEBUG:parsedatetime:daysInMonth(2, 2015) 2015-11-15 18:51:43,294:DEBUG:parsedatetime:return 2015-11-15 18:51:43,294:DEBUG:parsedatetime:return 2015-11-15 18:51:43,294:DEBUG:parsedatetime:return 2015-11-15 18:51:43,299:DEBUG:parsedatetime:parse (top of loop): [1 week][] 2015-11-15 18:51:43,299:DEBUG:parsedatetime:parse (top of loop): [1 week][] 2015-11-15 18:51:43,299:DEBUG:parsedatetime:parse (top of loop): [1 week][] 2015-11-15 18:51:43,303:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,303:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,303:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,306:DEBUG:parsedatetime:parse (bottom) [][1 week][][] 2015-11-15 18:51:43,306:DEBUG:parsedatetime:parse (bottom) [][1 week][][] 2015-11-15 18:51:43,306:DEBUG:parsedatetime:parse (bottom) [][1 week][][] 2015-11-15 18:51:43,310:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,310:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,310:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,314:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,314:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,314:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,317:DEBUG:parsedatetime:_evalString(1 week, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,317:DEBUG:parsedatetime:_evalString(1 week, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,317:DEBUG:parsedatetime:_evalString(1 week, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,321:DEBUG:parsedatetime:_buildTime: [1 ][][week] 2015-11-15 18:51:43,321:DEBUG:parsedatetime:_buildTime: [1 ][][week] 2015-11-15 18:51:43,321:DEBUG:parsedatetime:_buildTime: [1 ][][week] 2015-11-15 18:51:43,325:DEBUG:parsedatetime:units week --> realunit weeks 2015-11-15 18:51:43,325:DEBUG:parsedatetime:units week --> realunit weeks 2015-11-15 18:51:43,325:DEBUG:parsedatetime:units week --> realunit weeks 2015-11-15 18:51:43,328:DEBUG:parsedatetime:return 2015-11-15 18:51:43,328:DEBUG:parsedatetime:return 2015-11-15 18:51:43,328:DEBUG:parsedatetime:return 2015-11-15 18:51:43,334:DEBUG:parsedatetime:parse (top of loop): [1 week][] 2015-11-15 18:51:43,334:DEBUG:parsedatetime:parse (top of loop): [1 week][] 2015-11-15 18:51:43,334:DEBUG:parsedatetime:parse (top of loop): [1 week][] 2015-11-15 18:51:43,337:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,337:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,337:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,341:DEBUG:parsedatetime:parse (bottom) [][1 week][][] 2015-11-15 18:51:43,341:DEBUG:parsedatetime:parse (bottom) [][1 week][][] 2015-11-15 18:51:43,341:DEBUG:parsedatetime:parse (bottom) [][1 week][][] 2015-11-15 18:51:43,344:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,344:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,344:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,348:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,348:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,348:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,352:DEBUG:parsedatetime:_evalString(1 week, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,352:DEBUG:parsedatetime:_evalString(1 week, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,352:DEBUG:parsedatetime:_evalString(1 week, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,356:DEBUG:parsedatetime:_buildTime: [1 ][][week] 2015-11-15 18:51:43,356:DEBUG:parsedatetime:_buildTime: [1 ][][week] 2015-11-15 18:51:43,356:DEBUG:parsedatetime:_buildTime: [1 ][][week] 2015-11-15 18:51:43,360:DEBUG:parsedatetime:units week --> realunit weeks 2015-11-15 18:51:43,360:DEBUG:parsedatetime:units week --> realunit weeks 2015-11-15 18:51:43,360:DEBUG:parsedatetime:units week --> realunit weeks 2015-11-15 18:51:43,363:DEBUG:parsedatetime:return 2015-11-15 18:51:43,363:DEBUG:parsedatetime:return 2015-11-15 18:51:43,363:DEBUG:parsedatetime:return 2015-11-15 18:51:43,368:DEBUG:parsedatetime:parse (top of loop): [4 days][] 2015-11-15 18:51:43,368:DEBUG:parsedatetime:parse (top of loop): [4 days][] 2015-11-15 18:51:43,368:DEBUG:parsedatetime:parse (top of loop): [4 days][] 2015-11-15 18:51:43,372:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,372:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,372:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,376:DEBUG:parsedatetime:parse (bottom) [][4 days][][] 2015-11-15 18:51:43,376:DEBUG:parsedatetime:parse (bottom) [][4 days][][] 2015-11-15 18:51:43,376:DEBUG:parsedatetime:parse (bottom) [][4 days][][] 2015-11-15 18:51:43,379:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,379:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,379:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,383:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,383:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,383:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,387:DEBUG:parsedatetime:_evalString(4 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,387:DEBUG:parsedatetime:_evalString(4 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,387:DEBUG:parsedatetime:_evalString(4 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,391:DEBUG:parsedatetime:_buildTime: [4 ][][days] 2015-11-15 18:51:43,391:DEBUG:parsedatetime:_buildTime: [4 ][][days] 2015-11-15 18:51:43,391:DEBUG:parsedatetime:_buildTime: [4 ][][days] 2015-11-15 18:51:43,394:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,394:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,394:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,398:DEBUG:parsedatetime:return 2015-11-15 18:51:43,398:DEBUG:parsedatetime:return 2015-11-15 18:51:43,398:DEBUG:parsedatetime:return 2015-11-15 18:51:43,403:DEBUG:parsedatetime:parse (top of loop): [4 days][] 2015-11-15 18:51:43,403:DEBUG:parsedatetime:parse (top of loop): [4 days][] 2015-11-15 18:51:43,403:DEBUG:parsedatetime:parse (top of loop): [4 days][] 2015-11-15 18:51:43,407:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,407:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,407:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,410:DEBUG:parsedatetime:parse (bottom) [][4 days][][] 2015-11-15 18:51:43,410:DEBUG:parsedatetime:parse (bottom) [][4 days][][] 2015-11-15 18:51:43,410:DEBUG:parsedatetime:parse (bottom) [][4 days][][] 2015-11-15 18:51:43,414:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,414:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,414:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,417:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,417:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,417:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,421:DEBUG:parsedatetime:_evalString(4 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,421:DEBUG:parsedatetime:_evalString(4 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,421:DEBUG:parsedatetime:_evalString(4 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,425:DEBUG:parsedatetime:_buildTime: [4 ][][days] 2015-11-15 18:51:43,425:DEBUG:parsedatetime:_buildTime: [4 ][][days] 2015-11-15 18:51:43,425:DEBUG:parsedatetime:_buildTime: [4 ][][days] 2015-11-15 18:51:43,428:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,428:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,428:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,432:DEBUG:parsedatetime:return 2015-11-15 18:51:43,432:DEBUG:parsedatetime:return 2015-11-15 18:51:43,432:DEBUG:parsedatetime:return 2015-11-15 18:51:43,437:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,437:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,437:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,441:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,441:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,441:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,444:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,444:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,444:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,447:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,447:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,447:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,451:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,451:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,451:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,455:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,455:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,455:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,458:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,458:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,458:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,462:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,462:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,462:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,466:DEBUG:parsedatetime:return 2015-11-15 18:51:43,466:DEBUG:parsedatetime:return 2015-11-15 18:51:43,466:DEBUG:parsedatetime:return 2015-11-15 18:51:43,471:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,471:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,471:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,475:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,475:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,475:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,478:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,478:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,478:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,482:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,482:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,482:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,486:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,486:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,486:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,489:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,489:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,489:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2014, tm_mon=12, tm_mday=13, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=5, tm_yday=347, tm_isdst=0)) 2015-11-15 18:51:43,493:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,493:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,493:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,497:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,497:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,497:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,501:DEBUG:parsedatetime:return 2015-11-15 18:51:43,501:DEBUG:parsedatetime:return 2015-11-15 18:51:43,501:DEBUG:parsedatetime:return 2015-11-15 18:51:43,506:DEBUG:parsedatetime:parse (top of loop): [7 years][] 2015-11-15 18:51:43,506:DEBUG:parsedatetime:parse (top of loop): [7 years][] 2015-11-15 18:51:43,506:DEBUG:parsedatetime:parse (top of loop): [7 years][] 2015-11-15 18:51:43,510:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,510:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,510:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,514:DEBUG:parsedatetime:parse (bottom) [][7 years][][] 2015-11-15 18:51:43,514:DEBUG:parsedatetime:parse (bottom) [][7 years][][] 2015-11-15 18:51:43,514:DEBUG:parsedatetime:parse (bottom) [][7 years][][] 2015-11-15 18:51:43,517:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,517:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,517:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,521:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,521:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,521:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,524:DEBUG:parsedatetime:_evalString(7 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,524:DEBUG:parsedatetime:_evalString(7 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,524:DEBUG:parsedatetime:_evalString(7 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,528:DEBUG:parsedatetime:_buildTime: [7 ][][years] 2015-11-15 18:51:43,528:DEBUG:parsedatetime:_buildTime: [7 ][][years] 2015-11-15 18:51:43,528:DEBUG:parsedatetime:_buildTime: [7 ][][years] 2015-11-15 18:51:43,532:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,532:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,532:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,535:DEBUG:parsedatetime:return 2015-11-15 18:51:43,535:DEBUG:parsedatetime:return 2015-11-15 18:51:43,535:DEBUG:parsedatetime:return 2015-11-15 18:51:43,540:DEBUG:parsedatetime:parse (top of loop): [7 years][] 2015-11-15 18:51:43,540:DEBUG:parsedatetime:parse (top of loop): [7 years][] 2015-11-15 18:51:43,540:DEBUG:parsedatetime:parse (top of loop): [7 years][] 2015-11-15 18:51:43,544:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,544:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,544:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,548:DEBUG:parsedatetime:parse (bottom) [][7 years][][] 2015-11-15 18:51:43,548:DEBUG:parsedatetime:parse (bottom) [][7 years][][] 2015-11-15 18:51:43,548:DEBUG:parsedatetime:parse (bottom) [][7 years][][] 2015-11-15 18:51:43,552:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,552:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,552:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,555:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,555:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,555:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,559:DEBUG:parsedatetime:_evalString(7 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,559:DEBUG:parsedatetime:_evalString(7 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,559:DEBUG:parsedatetime:_evalString(7 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,563:DEBUG:parsedatetime:_buildTime: [7 ][][years] 2015-11-15 18:51:43,563:DEBUG:parsedatetime:_buildTime: [7 ][][years] 2015-11-15 18:51:43,563:DEBUG:parsedatetime:_buildTime: [7 ][][years] 2015-11-15 18:51:43,566:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,566:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,566:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,570:DEBUG:parsedatetime:return 2015-11-15 18:51:43,570:DEBUG:parsedatetime:return 2015-11-15 18:51:43,570:DEBUG:parsedatetime:return 2015-11-15 18:51:43,575:DEBUG:parsedatetime:parse (top of loop): [11 years 2 months][] 2015-11-15 18:51:43,575:DEBUG:parsedatetime:parse (top of loop): [11 years 2 months][] 2015-11-15 18:51:43,575:DEBUG:parsedatetime:parse (top of loop): [11 years 2 months][] 2015-11-15 18:51:43,578:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,578:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,578:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,582:DEBUG:parsedatetime:parse (bottom) [ 2 months][11 years][][2 months] 2015-11-15 18:51:43,582:DEBUG:parsedatetime:parse (bottom) [ 2 months][11 years][][2 months] 2015-11-15 18:51:43,582:DEBUG:parsedatetime:parse (bottom) [ 2 months][11 years][][2 months] 2015-11-15 18:51:43,585:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,585:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,585:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,589:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,589:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,589:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,593:DEBUG:parsedatetime:_evalString(11 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,593:DEBUG:parsedatetime:_evalString(11 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,593:DEBUG:parsedatetime:_evalString(11 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,596:DEBUG:parsedatetime:_buildTime: [11 ][][years] 2015-11-15 18:51:43,596:DEBUG:parsedatetime:_buildTime: [11 ][][years] 2015-11-15 18:51:43,596:DEBUG:parsedatetime:_buildTime: [11 ][][years] 2015-11-15 18:51:43,600:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,600:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,600:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,604:DEBUG:parsedatetime:parse (top of loop): [ 2 months][] 2015-11-15 18:51:43,604:DEBUG:parsedatetime:parse (top of loop): [ 2 months][] 2015-11-15 18:51:43,604:DEBUG:parsedatetime:parse (top of loop): [ 2 months][] 2015-11-15 18:51:43,607:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,607:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,607:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,611:DEBUG:parsedatetime:parse (bottom) [ ][2 months][][] 2015-11-15 18:51:43,611:DEBUG:parsedatetime:parse (bottom) [ ][2 months][][] 2015-11-15 18:51:43,611:DEBUG:parsedatetime:parse (bottom) [ ][2 months][][] 2015-11-15 18:51:43,615:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,615:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,615:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,618:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,618:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,618:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,622:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2020, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=122, tm_isdst=-1)) 2015-11-15 18:51:43,622:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2020, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=122, tm_isdst=-1)) 2015-11-15 18:51:43,622:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2020, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=122, tm_isdst=-1)) 2015-11-15 18:51:43,626:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,626:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,626:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,630:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,630:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,630:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,634:DEBUG:parsedatetime:daysInMonth(7, 2020) 2015-11-15 18:51:43,634:DEBUG:parsedatetime:daysInMonth(7, 2020) 2015-11-15 18:51:43,634:DEBUG:parsedatetime:daysInMonth(7, 2020) 2015-11-15 18:51:43,637:DEBUG:parsedatetime:parse (top of loop): [ ][] 2015-11-15 18:51:43,637:DEBUG:parsedatetime:parse (top of loop): [ ][] 2015-11-15 18:51:43,637:DEBUG:parsedatetime:parse (top of loop): [ ][] 2015-11-15 18:51:43,641:DEBUG:parsedatetime:parse (bottom) [][][][] 2015-11-15 18:51:43,641:DEBUG:parsedatetime:parse (bottom) [][][][] 2015-11-15 18:51:43,641:DEBUG:parsedatetime:parse (bottom) [][][][] 2015-11-15 18:51:43,645:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,645:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,645:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,649:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units False, qunits False 2015-11-15 18:51:43,649:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units False, qunits False 2015-11-15 18:51:43,649:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units False, qunits False 2015-11-15 18:51:43,652:DEBUG:parsedatetime:return 2015-11-15 18:51:43,652:DEBUG:parsedatetime:return 2015-11-15 18:51:43,652:DEBUG:parsedatetime:return 2015-11-15 18:51:43,658:DEBUG:parsedatetime:parse (top of loop): [11 years 2 months][] 2015-11-15 18:51:43,658:DEBUG:parsedatetime:parse (top of loop): [11 years 2 months][] 2015-11-15 18:51:43,658:DEBUG:parsedatetime:parse (top of loop): [11 years 2 months][] 2015-11-15 18:51:43,661:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,661:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,661:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,665:DEBUG:parsedatetime:parse (bottom) [ 2 months][11 years][][2 months] 2015-11-15 18:51:43,665:DEBUG:parsedatetime:parse (bottom) [ 2 months][11 years][][2 months] 2015-11-15 18:51:43,665:DEBUG:parsedatetime:parse (bottom) [ 2 months][11 years][][2 months] 2015-11-15 18:51:43,669:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,669:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,669:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,673:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,673:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,673:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,676:DEBUG:parsedatetime:_evalString(11 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,676:DEBUG:parsedatetime:_evalString(11 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,676:DEBUG:parsedatetime:_evalString(11 years, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,680:DEBUG:parsedatetime:_buildTime: [11 ][][years] 2015-11-15 18:51:43,680:DEBUG:parsedatetime:_buildTime: [11 ][][years] 2015-11-15 18:51:43,680:DEBUG:parsedatetime:_buildTime: [11 ][][years] 2015-11-15 18:51:43,684:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,684:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,684:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:43,687:DEBUG:parsedatetime:parse (top of loop): [ 2 months][] 2015-11-15 18:51:43,687:DEBUG:parsedatetime:parse (top of loop): [ 2 months][] 2015-11-15 18:51:43,687:DEBUG:parsedatetime:parse (top of loop): [ 2 months][] 2015-11-15 18:51:43,691:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,691:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,691:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,695:DEBUG:parsedatetime:parse (bottom) [ ][2 months][][] 2015-11-15 18:51:43,695:DEBUG:parsedatetime:parse (bottom) [ ][2 months][][] 2015-11-15 18:51:43,695:DEBUG:parsedatetime:parse (bottom) [ ][2 months][][] 2015-11-15 18:51:43,698:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,698:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,698:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,702:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,702:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,702:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,707:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2020, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=122, tm_isdst=-1)) 2015-11-15 18:51:43,707:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2020, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=122, tm_isdst=-1)) 2015-11-15 18:51:43,707:DEBUG:parsedatetime:_evalString(2 months, time.struct_time(tm_year=2020, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=122, tm_isdst=-1)) 2015-11-15 18:51:43,710:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,710:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,710:DEBUG:parsedatetime:_buildTime: [2 ][][months] 2015-11-15 18:51:43,714:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,714:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,714:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,718:DEBUG:parsedatetime:daysInMonth(7, 2020) 2015-11-15 18:51:43,718:DEBUG:parsedatetime:daysInMonth(7, 2020) 2015-11-15 18:51:43,718:DEBUG:parsedatetime:daysInMonth(7, 2020) 2015-11-15 18:51:43,721:DEBUG:parsedatetime:parse (top of loop): [ ][] 2015-11-15 18:51:43,721:DEBUG:parsedatetime:parse (top of loop): [ ][] 2015-11-15 18:51:43,721:DEBUG:parsedatetime:parse (top of loop): [ ][] 2015-11-15 18:51:43,725:DEBUG:parsedatetime:parse (bottom) [][][][] 2015-11-15 18:51:43,725:DEBUG:parsedatetime:parse (bottom) [][][][] 2015-11-15 18:51:43,725:DEBUG:parsedatetime:parse (bottom) [][][][] 2015-11-15 18:51:43,729:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,729:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,729:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,733:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units False, qunits False 2015-11-15 18:51:43,733:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units False, qunits False 2015-11-15 18:51:43,733:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units False, qunits False 2015-11-15 18:51:43,736:DEBUG:parsedatetime:return 2015-11-15 18:51:43,736:DEBUG:parsedatetime:return 2015-11-15 18:51:43,736:DEBUG:parsedatetime:return 2015-11-15 18:51:43,741:DEBUG:parsedatetime:parse (top of loop): [8 hours][] 2015-11-15 18:51:43,741:DEBUG:parsedatetime:parse (top of loop): [8 hours][] 2015-11-15 18:51:43,741:DEBUG:parsedatetime:parse (top of loop): [8 hours][] 2015-11-15 18:51:43,745:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,745:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,745:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,748:DEBUG:parsedatetime:parse (bottom) [][8 hours][][] 2015-11-15 18:51:43,748:DEBUG:parsedatetime:parse (bottom) [][8 hours][][] 2015-11-15 18:51:43,748:DEBUG:parsedatetime:parse (bottom) [][8 hours][][] 2015-11-15 18:51:43,752:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,752:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,752:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,755:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,755:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,755:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,759:DEBUG:parsedatetime:_evalString(8 hours, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,759:DEBUG:parsedatetime:_evalString(8 hours, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,759:DEBUG:parsedatetime:_evalString(8 hours, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,763:DEBUG:parsedatetime:_buildTime: [8 ][][hours] 2015-11-15 18:51:43,763:DEBUG:parsedatetime:_buildTime: [8 ][][hours] 2015-11-15 18:51:43,763:DEBUG:parsedatetime:_buildTime: [8 ][][hours] 2015-11-15 18:51:43,767:DEBUG:parsedatetime:units hours --> realunit hours 2015-11-15 18:51:43,767:DEBUG:parsedatetime:units hours --> realunit hours 2015-11-15 18:51:43,767:DEBUG:parsedatetime:units hours --> realunit hours 2015-11-15 18:51:43,770:DEBUG:parsedatetime:return 2015-11-15 18:51:43,770:DEBUG:parsedatetime:return 2015-11-15 18:51:43,770:DEBUG:parsedatetime:return 2015-11-15 18:51:43,775:DEBUG:parsedatetime:parse (top of loop): [8 hours][] 2015-11-15 18:51:43,775:DEBUG:parsedatetime:parse (top of loop): [8 hours][] 2015-11-15 18:51:43,775:DEBUG:parsedatetime:parse (top of loop): [8 hours][] 2015-11-15 18:51:43,779:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,779:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,779:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,783:DEBUG:parsedatetime:parse (bottom) [][8 hours][][] 2015-11-15 18:51:43,783:DEBUG:parsedatetime:parse (bottom) [][8 hours][][] 2015-11-15 18:51:43,783:DEBUG:parsedatetime:parse (bottom) [][8 hours][][] 2015-11-15 18:51:43,786:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,786:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,786:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,790:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,790:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,790:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,794:DEBUG:parsedatetime:_evalString(8 hours, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,794:DEBUG:parsedatetime:_evalString(8 hours, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,794:DEBUG:parsedatetime:_evalString(8 hours, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,798:DEBUG:parsedatetime:_buildTime: [8 ][][hours] 2015-11-15 18:51:43,798:DEBUG:parsedatetime:_buildTime: [8 ][][hours] 2015-11-15 18:51:43,798:DEBUG:parsedatetime:_buildTime: [8 ][][hours] 2015-11-15 18:51:43,801:DEBUG:parsedatetime:units hours --> realunit hours 2015-11-15 18:51:43,801:DEBUG:parsedatetime:units hours --> realunit hours 2015-11-15 18:51:43,801:DEBUG:parsedatetime:units hours --> realunit hours 2015-11-15 18:51:43,805:DEBUG:parsedatetime:return 2015-11-15 18:51:43,805:DEBUG:parsedatetime:return 2015-11-15 18:51:43,805:DEBUG:parsedatetime:return 2015-11-15 18:51:43,810:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,810:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,810:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,814:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,814:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,814:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,817:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,817:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,817:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,821:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,821:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,821:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,825:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,825:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,825:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,829:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,829:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,829:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,833:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,833:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,833:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,836:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,836:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,836:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,840:DEBUG:parsedatetime:return 2015-11-15 18:51:43,840:DEBUG:parsedatetime:return 2015-11-15 18:51:43,840:DEBUG:parsedatetime:return 2015-11-15 18:51:43,845:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,845:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,845:DEBUG:parsedatetime:parse (top of loop): [2 days][] 2015-11-15 18:51:43,849:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,849:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,849:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,853:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,853:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,853:DEBUG:parsedatetime:parse (bottom) [][2 days][][] 2015-11-15 18:51:43,856:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,856:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,856:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,860:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,860:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,860:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,864:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,864:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,864:DEBUG:parsedatetime:_evalString(2 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,868:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,868:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,868:DEBUG:parsedatetime:_buildTime: [2 ][][days] 2015-11-15 18:51:43,871:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,871:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,871:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,875:DEBUG:parsedatetime:return 2015-11-15 18:51:43,875:DEBUG:parsedatetime:return 2015-11-15 18:51:43,875:DEBUG:parsedatetime:return 2015-11-15 18:51:43,880:DEBUG:parsedatetime:parse (top of loop): [40 days][] 2015-11-15 18:51:43,880:DEBUG:parsedatetime:parse (top of loop): [40 days][] 2015-11-15 18:51:43,880:DEBUG:parsedatetime:parse (top of loop): [40 days][] 2015-11-15 18:51:43,884:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,884:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,884:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,887:DEBUG:parsedatetime:parse (bottom) [][40 days][][] 2015-11-15 18:51:43,887:DEBUG:parsedatetime:parse (bottom) [][40 days][][] 2015-11-15 18:51:43,887:DEBUG:parsedatetime:parse (bottom) [][40 days][][] 2015-11-15 18:51:43,891:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,891:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,891:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,895:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,895:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,895:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,898:DEBUG:parsedatetime:_evalString(40 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,898:DEBUG:parsedatetime:_evalString(40 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,898:DEBUG:parsedatetime:_evalString(40 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,902:DEBUG:parsedatetime:_buildTime: [40 ][][days] 2015-11-15 18:51:43,902:DEBUG:parsedatetime:_buildTime: [40 ][][days] 2015-11-15 18:51:43,902:DEBUG:parsedatetime:_buildTime: [40 ][][days] 2015-11-15 18:51:43,906:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,906:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,906:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,909:DEBUG:parsedatetime:return 2015-11-15 18:51:43,909:DEBUG:parsedatetime:return 2015-11-15 18:51:43,909:DEBUG:parsedatetime:return 2015-11-15 18:51:43,915:DEBUG:parsedatetime:parse (top of loop): [40 days][] 2015-11-15 18:51:43,915:DEBUG:parsedatetime:parse (top of loop): [40 days][] 2015-11-15 18:51:43,915:DEBUG:parsedatetime:parse (top of loop): [40 days][] 2015-11-15 18:51:43,918:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,918:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,918:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,922:DEBUG:parsedatetime:parse (bottom) [][40 days][][] 2015-11-15 18:51:43,922:DEBUG:parsedatetime:parse (bottom) [][40 days][][] 2015-11-15 18:51:43,922:DEBUG:parsedatetime:parse (bottom) [][40 days][][] 2015-11-15 18:51:43,926:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,926:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,926:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,929:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,929:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,929:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,933:DEBUG:parsedatetime:_evalString(40 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,933:DEBUG:parsedatetime:_evalString(40 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,933:DEBUG:parsedatetime:_evalString(40 days, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,937:DEBUG:parsedatetime:_buildTime: [40 ][][days] 2015-11-15 18:51:43,937:DEBUG:parsedatetime:_buildTime: [40 ][][days] 2015-11-15 18:51:43,937:DEBUG:parsedatetime:_buildTime: [40 ][][days] 2015-11-15 18:51:43,940:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,940:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,940:DEBUG:parsedatetime:units days --> realunit days 2015-11-15 18:51:43,944:DEBUG:parsedatetime:return 2015-11-15 18:51:43,944:DEBUG:parsedatetime:return 2015-11-15 18:51:43,944:DEBUG:parsedatetime:return 2015-11-15 18:51:43,949:DEBUG:parsedatetime:parse (top of loop): [9 months][] 2015-11-15 18:51:43,949:DEBUG:parsedatetime:parse (top of loop): [9 months][] 2015-11-15 18:51:43,949:DEBUG:parsedatetime:parse (top of loop): [9 months][] 2015-11-15 18:51:43,953:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,953:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,953:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,956:DEBUG:parsedatetime:parse (bottom) [][9 months][][] 2015-11-15 18:51:43,956:DEBUG:parsedatetime:parse (bottom) [][9 months][][] 2015-11-15 18:51:43,956:DEBUG:parsedatetime:parse (bottom) [][9 months][][] 2015-11-15 18:51:43,960:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,960:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,960:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,964:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,964:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,964:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:43,968:DEBUG:parsedatetime:_evalString(9 months, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,968:DEBUG:parsedatetime:_evalString(9 months, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,968:DEBUG:parsedatetime:_evalString(9 months, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:43,972:DEBUG:parsedatetime:_buildTime: [9 ][][months] 2015-11-15 18:51:43,972:DEBUG:parsedatetime:_buildTime: [9 ][][months] 2015-11-15 18:51:43,972:DEBUG:parsedatetime:_buildTime: [9 ][][months] 2015-11-15 18:51:43,976:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,976:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,976:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:43,979:DEBUG:parsedatetime:daysInMonth(2, 2010) 2015-11-15 18:51:43,979:DEBUG:parsedatetime:daysInMonth(2, 2010) 2015-11-15 18:51:43,979:DEBUG:parsedatetime:daysInMonth(2, 2010) 2015-11-15 18:51:43,983:DEBUG:parsedatetime:return 2015-11-15 18:51:43,983:DEBUG:parsedatetime:return 2015-11-15 18:51:43,983:DEBUG:parsedatetime:return 2015-11-15 18:51:43,988:DEBUG:parsedatetime:parse (top of loop): [9 months][] 2015-11-15 18:51:43,988:DEBUG:parsedatetime:parse (top of loop): [9 months][] 2015-11-15 18:51:43,988:DEBUG:parsedatetime:parse (top of loop): [9 months][] 2015-11-15 18:51:43,992:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,992:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,992:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:43,995:DEBUG:parsedatetime:parse (bottom) [][9 months][][] 2015-11-15 18:51:43,995:DEBUG:parsedatetime:parse (bottom) [][9 months][][] 2015-11-15 18:51:43,995:DEBUG:parsedatetime:parse (bottom) [][9 months][][] 2015-11-15 18:51:43,999:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,999:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:43,999:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,003:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,003:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,003:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,007:DEBUG:parsedatetime:_evalString(9 months, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:44,007:DEBUG:parsedatetime:_evalString(9 months, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:44,007:DEBUG:parsedatetime:_evalString(9 months, time.struct_time(tm_year=2009, tm_mon=5, tm_mday=1, tm_hour=12, tm_min=0, tm_sec=0, tm_wday=4, tm_yday=121, tm_isdst=0)) 2015-11-15 18:51:44,011:DEBUG:parsedatetime:_buildTime: [9 ][][months] 2015-11-15 18:51:44,011:DEBUG:parsedatetime:_buildTime: [9 ][][months] 2015-11-15 18:51:44,011:DEBUG:parsedatetime:_buildTime: [9 ][][months] 2015-11-15 18:51:44,015:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,015:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,015:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,018:DEBUG:parsedatetime:daysInMonth(2, 2010) 2015-11-15 18:51:44,018:DEBUG:parsedatetime:daysInMonth(2, 2010) 2015-11-15 18:51:44,018:DEBUG:parsedatetime:daysInMonth(2, 2010) 2015-11-15 18:51:44,022:DEBUG:parsedatetime:return 2015-11-15 18:51:44,022:DEBUG:parsedatetime:return 2015-11-15 18:51:44,022:DEBUG:parsedatetime:return 2015-11-15 18:51:44,027:DEBUG:parsedatetime:parse (top of loop): [0 seconds][] 2015-11-15 18:51:44,027:DEBUG:parsedatetime:parse (top of loop): [0 seconds][] 2015-11-15 18:51:44,027:DEBUG:parsedatetime:parse (top of loop): [0 seconds][] 2015-11-15 18:51:44,031:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,031:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,031:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,034:DEBUG:parsedatetime:parse (bottom) [][0 seconds][][] 2015-11-15 18:51:44,034:DEBUG:parsedatetime:parse (bottom) [][0 seconds][][] 2015-11-15 18:51:44,034:DEBUG:parsedatetime:parse (bottom) [][0 seconds][][] 2015-11-15 18:51:44,038:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,038:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,038:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,042:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,042:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,042:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,046:DEBUG:parsedatetime:_evalString(0 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,046:DEBUG:parsedatetime:_evalString(0 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,046:DEBUG:parsedatetime:_evalString(0 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,050:DEBUG:parsedatetime:_buildTime: [0 ][][seconds] 2015-11-15 18:51:44,050:DEBUG:parsedatetime:_buildTime: [0 ][][seconds] 2015-11-15 18:51:44,050:DEBUG:parsedatetime:_buildTime: [0 ][][seconds] 2015-11-15 18:51:44,053:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,053:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,053:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,057:DEBUG:parsedatetime:return 2015-11-15 18:51:44,057:DEBUG:parsedatetime:return 2015-11-15 18:51:44,057:DEBUG:parsedatetime:return 2015-11-15 18:51:44,062:DEBUG:parsedatetime:parse (top of loop): [0 seconds][] 2015-11-15 18:51:44,062:DEBUG:parsedatetime:parse (top of loop): [0 seconds][] 2015-11-15 18:51:44,062:DEBUG:parsedatetime:parse (top of loop): [0 seconds][] 2015-11-15 18:51:44,066:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,066:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,066:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,070:DEBUG:parsedatetime:parse (bottom) [][0 seconds][][] 2015-11-15 18:51:44,070:DEBUG:parsedatetime:parse (bottom) [][0 seconds][][] 2015-11-15 18:51:44,070:DEBUG:parsedatetime:parse (bottom) [][0 seconds][][] 2015-11-15 18:51:44,073:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,073:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,073:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,076:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,076:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,076:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,080:DEBUG:parsedatetime:_evalString(0 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,080:DEBUG:parsedatetime:_evalString(0 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,080:DEBUG:parsedatetime:_evalString(0 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,084:DEBUG:parsedatetime:_buildTime: [0 ][][seconds] 2015-11-15 18:51:44,084:DEBUG:parsedatetime:_buildTime: [0 ][][seconds] 2015-11-15 18:51:44,084:DEBUG:parsedatetime:_buildTime: [0 ][][seconds] 2015-11-15 18:51:44,088:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,088:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,088:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,092:DEBUG:parsedatetime:return 2015-11-15 18:51:44,092:DEBUG:parsedatetime:return 2015-11-15 18:51:44,092:DEBUG:parsedatetime:return 2015-11-15 18:51:44,097:DEBUG:parsedatetime:parse (top of loop): [10 seconds][] 2015-11-15 18:51:44,097:DEBUG:parsedatetime:parse (top of loop): [10 seconds][] 2015-11-15 18:51:44,097:DEBUG:parsedatetime:parse (top of loop): [10 seconds][] 2015-11-15 18:51:44,100:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,100:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,100:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,104:DEBUG:parsedatetime:parse (bottom) [][10 seconds][][] 2015-11-15 18:51:44,104:DEBUG:parsedatetime:parse (bottom) [][10 seconds][][] 2015-11-15 18:51:44,104:DEBUG:parsedatetime:parse (bottom) [][10 seconds][][] 2015-11-15 18:51:44,108:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,108:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,108:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,111:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,111:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,111:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,115:DEBUG:parsedatetime:_evalString(10 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,115:DEBUG:parsedatetime:_evalString(10 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,115:DEBUG:parsedatetime:_evalString(10 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,119:DEBUG:parsedatetime:_buildTime: [10 ][][seconds] 2015-11-15 18:51:44,119:DEBUG:parsedatetime:_buildTime: [10 ][][seconds] 2015-11-15 18:51:44,119:DEBUG:parsedatetime:_buildTime: [10 ][][seconds] 2015-11-15 18:51:44,122:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,122:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,122:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,126:DEBUG:parsedatetime:return 2015-11-15 18:51:44,126:DEBUG:parsedatetime:return 2015-11-15 18:51:44,126:DEBUG:parsedatetime:return 2015-11-15 18:51:44,131:DEBUG:parsedatetime:parse (top of loop): [10 seconds][] 2015-11-15 18:51:44,131:DEBUG:parsedatetime:parse (top of loop): [10 seconds][] 2015-11-15 18:51:44,131:DEBUG:parsedatetime:parse (top of loop): [10 seconds][] 2015-11-15 18:51:44,135:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,135:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,135:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,138:DEBUG:parsedatetime:parse (bottom) [][10 seconds][][] 2015-11-15 18:51:44,138:DEBUG:parsedatetime:parse (bottom) [][10 seconds][][] 2015-11-15 18:51:44,138:DEBUG:parsedatetime:parse (bottom) [][10 seconds][][] 2015-11-15 18:51:44,142:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,142:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,142:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,146:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,146:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,146:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,149:DEBUG:parsedatetime:_evalString(10 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,149:DEBUG:parsedatetime:_evalString(10 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,149:DEBUG:parsedatetime:_evalString(10 seconds, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,153:DEBUG:parsedatetime:_buildTime: [10 ][][seconds] 2015-11-15 18:51:44,153:DEBUG:parsedatetime:_buildTime: [10 ][][seconds] 2015-11-15 18:51:44,153:DEBUG:parsedatetime:_buildTime: [10 ][][seconds] 2015-11-15 18:51:44,157:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,157:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,157:DEBUG:parsedatetime:units seconds --> realunit seconds 2015-11-15 18:51:44,161:DEBUG:parsedatetime:return 2015-11-15 18:51:44,161:DEBUG:parsedatetime:return 2015-11-15 18:51:44,161:DEBUG:parsedatetime:return 2015-11-15 18:51:44,166:DEBUG:parsedatetime:parse (top of loop): [10 minutes][] 2015-11-15 18:51:44,166:DEBUG:parsedatetime:parse (top of loop): [10 minutes][] 2015-11-15 18:51:44,166:DEBUG:parsedatetime:parse (top of loop): [10 minutes][] 2015-11-15 18:51:44,170:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,170:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,170:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,173:DEBUG:parsedatetime:parse (bottom) [][10 minutes][][] 2015-11-15 18:51:44,173:DEBUG:parsedatetime:parse (bottom) [][10 minutes][][] 2015-11-15 18:51:44,173:DEBUG:parsedatetime:parse (bottom) [][10 minutes][][] 2015-11-15 18:51:44,177:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,177:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,177:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,181:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,181:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,181:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,185:DEBUG:parsedatetime:_evalString(10 minutes, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,185:DEBUG:parsedatetime:_evalString(10 minutes, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,185:DEBUG:parsedatetime:_evalString(10 minutes, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,189:DEBUG:parsedatetime:_buildTime: [10 ][][minutes] 2015-11-15 18:51:44,189:DEBUG:parsedatetime:_buildTime: [10 ][][minutes] 2015-11-15 18:51:44,189:DEBUG:parsedatetime:_buildTime: [10 ][][minutes] 2015-11-15 18:51:44,192:DEBUG:parsedatetime:units minutes --> realunit minutes 2015-11-15 18:51:44,192:DEBUG:parsedatetime:units minutes --> realunit minutes 2015-11-15 18:51:44,192:DEBUG:parsedatetime:units minutes --> realunit minutes 2015-11-15 18:51:44,196:DEBUG:parsedatetime:return 2015-11-15 18:51:44,196:DEBUG:parsedatetime:return 2015-11-15 18:51:44,196:DEBUG:parsedatetime:return 2015-11-15 18:51:44,201:DEBUG:parsedatetime:parse (top of loop): [10 minutes][] 2015-11-15 18:51:44,201:DEBUG:parsedatetime:parse (top of loop): [10 minutes][] 2015-11-15 18:51:44,201:DEBUG:parsedatetime:parse (top of loop): [10 minutes][] 2015-11-15 18:51:44,205:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,205:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,205:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,208:DEBUG:parsedatetime:parse (bottom) [][10 minutes][][] 2015-11-15 18:51:44,208:DEBUG:parsedatetime:parse (bottom) [][10 minutes][][] 2015-11-15 18:51:44,208:DEBUG:parsedatetime:parse (bottom) [][10 minutes][][] 2015-11-15 18:51:44,212:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,212:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,212:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,216:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,216:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,216:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,220:DEBUG:parsedatetime:_evalString(10 minutes, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,220:DEBUG:parsedatetime:_evalString(10 minutes, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,220:DEBUG:parsedatetime:_evalString(10 minutes, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,224:DEBUG:parsedatetime:_buildTime: [10 ][][minutes] 2015-11-15 18:51:44,224:DEBUG:parsedatetime:_buildTime: [10 ][][minutes] 2015-11-15 18:51:44,224:DEBUG:parsedatetime:_buildTime: [10 ][][minutes] 2015-11-15 18:51:44,228:DEBUG:parsedatetime:units minutes --> realunit minutes 2015-11-15 18:51:44,228:DEBUG:parsedatetime:units minutes --> realunit minutes 2015-11-15 18:51:44,228:DEBUG:parsedatetime:units minutes --> realunit minutes 2015-11-15 18:51:44,231:DEBUG:parsedatetime:return 2015-11-15 18:51:44,231:DEBUG:parsedatetime:return 2015-11-15 18:51:44,231:DEBUG:parsedatetime:return 2015-11-15 18:51:44,237:DEBUG:parsedatetime:parse (top of loop): [10 weeks][] 2015-11-15 18:51:44,237:DEBUG:parsedatetime:parse (top of loop): [10 weeks][] 2015-11-15 18:51:44,237:DEBUG:parsedatetime:parse (top of loop): [10 weeks][] 2015-11-15 18:51:44,240:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,240:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,240:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,244:DEBUG:parsedatetime:parse (bottom) [][10 weeks][][] 2015-11-15 18:51:44,244:DEBUG:parsedatetime:parse (bottom) [][10 weeks][][] 2015-11-15 18:51:44,244:DEBUG:parsedatetime:parse (bottom) [][10 weeks][][] 2015-11-15 18:51:44,248:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,248:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,248:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,251:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,251:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,251:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,255:DEBUG:parsedatetime:_evalString(10 weeks, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,255:DEBUG:parsedatetime:_evalString(10 weeks, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,255:DEBUG:parsedatetime:_evalString(10 weeks, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,259:DEBUG:parsedatetime:_buildTime: [10 ][][weeks] 2015-11-15 18:51:44,259:DEBUG:parsedatetime:_buildTime: [10 ][][weeks] 2015-11-15 18:51:44,259:DEBUG:parsedatetime:_buildTime: [10 ][][weeks] 2015-11-15 18:51:44,263:DEBUG:parsedatetime:units weeks --> realunit weeks 2015-11-15 18:51:44,263:DEBUG:parsedatetime:units weeks --> realunit weeks 2015-11-15 18:51:44,263:DEBUG:parsedatetime:units weeks --> realunit weeks 2015-11-15 18:51:44,267:DEBUG:parsedatetime:return 2015-11-15 18:51:44,267:DEBUG:parsedatetime:return 2015-11-15 18:51:44,267:DEBUG:parsedatetime:return 2015-11-15 18:51:44,272:DEBUG:parsedatetime:parse (top of loop): [10 weeks][] 2015-11-15 18:51:44,272:DEBUG:parsedatetime:parse (top of loop): [10 weeks][] 2015-11-15 18:51:44,272:DEBUG:parsedatetime:parse (top of loop): [10 weeks][] 2015-11-15 18:51:44,276:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,276:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,276:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,279:DEBUG:parsedatetime:parse (bottom) [][10 weeks][][] 2015-11-15 18:51:44,279:DEBUG:parsedatetime:parse (bottom) [][10 weeks][][] 2015-11-15 18:51:44,279:DEBUG:parsedatetime:parse (bottom) [][10 weeks][][] 2015-11-15 18:51:44,283:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,283:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,283:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,287:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,287:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,287:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,291:DEBUG:parsedatetime:_evalString(10 weeks, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,291:DEBUG:parsedatetime:_evalString(10 weeks, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,291:DEBUG:parsedatetime:_evalString(10 weeks, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,295:DEBUG:parsedatetime:_buildTime: [10 ][][weeks] 2015-11-15 18:51:44,295:DEBUG:parsedatetime:_buildTime: [10 ][][weeks] 2015-11-15 18:51:44,295:DEBUG:parsedatetime:_buildTime: [10 ][][weeks] 2015-11-15 18:51:44,299:DEBUG:parsedatetime:units weeks --> realunit weeks 2015-11-15 18:51:44,299:DEBUG:parsedatetime:units weeks --> realunit weeks 2015-11-15 18:51:44,299:DEBUG:parsedatetime:units weeks --> realunit weeks 2015-11-15 18:51:44,302:DEBUG:parsedatetime:return 2015-11-15 18:51:44,302:DEBUG:parsedatetime:return 2015-11-15 18:51:44,302:DEBUG:parsedatetime:return 2015-11-15 18:51:44,307:DEBUG:parsedatetime:parse (top of loop): [10 months][] 2015-11-15 18:51:44,307:DEBUG:parsedatetime:parse (top of loop): [10 months][] 2015-11-15 18:51:44,307:DEBUG:parsedatetime:parse (top of loop): [10 months][] 2015-11-15 18:51:44,311:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,311:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,311:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,315:DEBUG:parsedatetime:parse (bottom) [][10 months][][] 2015-11-15 18:51:44,315:DEBUG:parsedatetime:parse (bottom) [][10 months][][] 2015-11-15 18:51:44,315:DEBUG:parsedatetime:parse (bottom) [][10 months][][] 2015-11-15 18:51:44,319:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,319:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,319:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,323:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,323:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,323:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,326:DEBUG:parsedatetime:_evalString(10 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,326:DEBUG:parsedatetime:_evalString(10 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,326:DEBUG:parsedatetime:_evalString(10 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,331:DEBUG:parsedatetime:_buildTime: [10 ][][months] 2015-11-15 18:51:44,331:DEBUG:parsedatetime:_buildTime: [10 ][][months] 2015-11-15 18:51:44,331:DEBUG:parsedatetime:_buildTime: [10 ][][months] 2015-11-15 18:51:44,334:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,334:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,334:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,338:DEBUG:parsedatetime:daysInMonth(11, 2015) 2015-11-15 18:51:44,338:DEBUG:parsedatetime:daysInMonth(11, 2015) 2015-11-15 18:51:44,338:DEBUG:parsedatetime:daysInMonth(11, 2015) 2015-11-15 18:51:44,342:DEBUG:parsedatetime:return 2015-11-15 18:51:44,342:DEBUG:parsedatetime:return 2015-11-15 18:51:44,342:DEBUG:parsedatetime:return 2015-11-15 18:51:44,347:DEBUG:parsedatetime:parse (top of loop): [10 months][] 2015-11-15 18:51:44,347:DEBUG:parsedatetime:parse (top of loop): [10 months][] 2015-11-15 18:51:44,347:DEBUG:parsedatetime:parse (top of loop): [10 months][] 2015-11-15 18:51:44,350:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,350:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,350:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,354:DEBUG:parsedatetime:parse (bottom) [][10 months][][] 2015-11-15 18:51:44,354:DEBUG:parsedatetime:parse (bottom) [][10 months][][] 2015-11-15 18:51:44,354:DEBUG:parsedatetime:parse (bottom) [][10 months][][] 2015-11-15 18:51:44,358:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,358:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,358:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,362:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,362:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,362:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,365:DEBUG:parsedatetime:_evalString(10 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,365:DEBUG:parsedatetime:_evalString(10 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,365:DEBUG:parsedatetime:_evalString(10 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,369:DEBUG:parsedatetime:_buildTime: [10 ][][months] 2015-11-15 18:51:44,369:DEBUG:parsedatetime:_buildTime: [10 ][][months] 2015-11-15 18:51:44,369:DEBUG:parsedatetime:_buildTime: [10 ][][months] 2015-11-15 18:51:44,373:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,373:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,373:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,376:DEBUG:parsedatetime:daysInMonth(11, 2015) 2015-11-15 18:51:44,376:DEBUG:parsedatetime:daysInMonth(11, 2015) 2015-11-15 18:51:44,376:DEBUG:parsedatetime:daysInMonth(11, 2015) 2015-11-15 18:51:44,380:DEBUG:parsedatetime:return 2015-11-15 18:51:44,380:DEBUG:parsedatetime:return 2015-11-15 18:51:44,380:DEBUG:parsedatetime:return 2015-11-15 18:51:44,385:DEBUG:parsedatetime:parse (top of loop): [10 years][] 2015-11-15 18:51:44,385:DEBUG:parsedatetime:parse (top of loop): [10 years][] 2015-11-15 18:51:44,385:DEBUG:parsedatetime:parse (top of loop): [10 years][] 2015-11-15 18:51:44,389:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,389:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,389:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,392:DEBUG:parsedatetime:parse (bottom) [][10 years][][] 2015-11-15 18:51:44,392:DEBUG:parsedatetime:parse (bottom) [][10 years][][] 2015-11-15 18:51:44,392:DEBUG:parsedatetime:parse (bottom) [][10 years][][] 2015-11-15 18:51:44,396:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,396:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,396:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,400:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,400:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,400:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,404:DEBUG:parsedatetime:_evalString(10 years, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,404:DEBUG:parsedatetime:_evalString(10 years, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,404:DEBUG:parsedatetime:_evalString(10 years, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,408:DEBUG:parsedatetime:_buildTime: [10 ][][years] 2015-11-15 18:51:44,408:DEBUG:parsedatetime:_buildTime: [10 ][][years] 2015-11-15 18:51:44,408:DEBUG:parsedatetime:_buildTime: [10 ][][years] 2015-11-15 18:51:44,412:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:44,412:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:44,412:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:44,416:DEBUG:parsedatetime:return 2015-11-15 18:51:44,416:DEBUG:parsedatetime:return 2015-11-15 18:51:44,416:DEBUG:parsedatetime:return 2015-11-15 18:51:44,421:DEBUG:parsedatetime:parse (top of loop): [10 years][] 2015-11-15 18:51:44,421:DEBUG:parsedatetime:parse (top of loop): [10 years][] 2015-11-15 18:51:44,421:DEBUG:parsedatetime:parse (top of loop): [10 years][] 2015-11-15 18:51:44,425:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,425:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,425:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,428:DEBUG:parsedatetime:parse (bottom) [][10 years][][] 2015-11-15 18:51:44,428:DEBUG:parsedatetime:parse (bottom) [][10 years][][] 2015-11-15 18:51:44,428:DEBUG:parsedatetime:parse (bottom) [][10 years][][] 2015-11-15 18:51:44,432:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,432:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,432:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,436:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,436:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,436:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,440:DEBUG:parsedatetime:_evalString(10 years, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,440:DEBUG:parsedatetime:_evalString(10 years, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,440:DEBUG:parsedatetime:_evalString(10 years, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,444:DEBUG:parsedatetime:_buildTime: [10 ][][years] 2015-11-15 18:51:44,444:DEBUG:parsedatetime:_buildTime: [10 ][][years] 2015-11-15 18:51:44,444:DEBUG:parsedatetime:_buildTime: [10 ][][years] 2015-11-15 18:51:44,447:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:44,447:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:44,447:DEBUG:parsedatetime:units years --> realunit years 2015-11-15 18:51:44,451:DEBUG:parsedatetime:return 2015-11-15 18:51:44,451:DEBUG:parsedatetime:return 2015-11-15 18:51:44,451:DEBUG:parsedatetime:return 2015-11-15 18:51:44,456:DEBUG:parsedatetime:parse (top of loop): [99 months][] 2015-11-15 18:51:44,456:DEBUG:parsedatetime:parse (top of loop): [99 months][] 2015-11-15 18:51:44,456:DEBUG:parsedatetime:parse (top of loop): [99 months][] 2015-11-15 18:51:44,459:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,459:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,459:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,463:DEBUG:parsedatetime:parse (bottom) [][99 months][][] 2015-11-15 18:51:44,463:DEBUG:parsedatetime:parse (bottom) [][99 months][][] 2015-11-15 18:51:44,463:DEBUG:parsedatetime:parse (bottom) [][99 months][][] 2015-11-15 18:51:44,466:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,466:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,466:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,470:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,470:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,470:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,474:DEBUG:parsedatetime:_evalString(99 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,474:DEBUG:parsedatetime:_evalString(99 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,474:DEBUG:parsedatetime:_evalString(99 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,478:DEBUG:parsedatetime:_buildTime: [99 ][][months] 2015-11-15 18:51:44,478:DEBUG:parsedatetime:_buildTime: [99 ][][months] 2015-11-15 18:51:44,478:DEBUG:parsedatetime:_buildTime: [99 ][][months] 2015-11-15 18:51:44,482:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,482:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,482:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,485:DEBUG:parsedatetime:daysInMonth(4, 2023) 2015-11-15 18:51:44,485:DEBUG:parsedatetime:daysInMonth(4, 2023) 2015-11-15 18:51:44,485:DEBUG:parsedatetime:daysInMonth(4, 2023) 2015-11-15 18:51:44,489:DEBUG:parsedatetime:return 2015-11-15 18:51:44,489:DEBUG:parsedatetime:return 2015-11-15 18:51:44,489:DEBUG:parsedatetime:return 2015-11-15 18:51:44,494:DEBUG:parsedatetime:parse (top of loop): [99 months][] 2015-11-15 18:51:44,494:DEBUG:parsedatetime:parse (top of loop): [99 months][] 2015-11-15 18:51:44,494:DEBUG:parsedatetime:parse (top of loop): [99 months][] 2015-11-15 18:51:44,498:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,498:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,498:DEBUG:parsedatetime:CRE_UNITS matched 2015-11-15 18:51:44,502:DEBUG:parsedatetime:parse (bottom) [][99 months][][] 2015-11-15 18:51:44,502:DEBUG:parsedatetime:parse (bottom) [][99 months][][] 2015-11-15 18:51:44,502:DEBUG:parsedatetime:parse (bottom) [][99 months][][] 2015-11-15 18:51:44,505:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,505:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,505:DEBUG:parsedatetime:weekday False, dateStd False, dateStr False, time False, timeStr False, meridian False 2015-11-15 18:51:44,509:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,509:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,509:DEBUG:parsedatetime:dayStr False, modifier False, modifier2 False, units True, qunits False 2015-11-15 18:51:44,513:DEBUG:parsedatetime:_evalString(99 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,513:DEBUG:parsedatetime:_evalString(99 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,513:DEBUG:parsedatetime:_evalString(99 months, time.struct_time(tm_year=2015, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)) 2015-11-15 18:51:44,517:DEBUG:parsedatetime:_buildTime: [99 ][][months] 2015-11-15 18:51:44,517:DEBUG:parsedatetime:_buildTime: [99 ][][months] 2015-11-15 18:51:44,517:DEBUG:parsedatetime:_buildTime: [99 ][][months] 2015-11-15 18:51:44,521:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,521:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,521:DEBUG:parsedatetime:units months --> realunit months 2015-11-15 18:51:44,525:DEBUG:parsedatetime:daysInMonth(4, 2023) 2015-11-15 18:51:44,525:DEBUG:parsedatetime:daysInMonth(4, 2023) 2015-11-15 18:51:44,525:DEBUG:parsedatetime:daysInMonth(4, 2023) 2015-11-15 18:51:44,528:DEBUG:parsedatetime:return 2015-11-15 18:51:44,528:DEBUG:parsedatetime:return 2015-11-15 18:51:44,528:DEBUG:parsedatetime:return ok test_update_all_links_to_full_failure (letsencrypt.tests.renewer_test.RenewableCertTests) ... 2015-11-15 18:51:44,539:DEBUG:letsencrypt.error_handler:Encountered exception: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 419, in update_all_links_to self._update_link_to(kind, version) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 404, in _update_link_to os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 330, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,539:DEBUG:letsencrypt.error_handler:Encountered exception: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 419, in update_all_links_to self._update_link_to(kind, version) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 404, in _update_link_to os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 330, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,539:DEBUG:letsencrypt.error_handler:Encountered exception: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 419, in update_all_links_to self._update_link_to(kind, version) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 404, in _update_link_to os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 330, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,545:DEBUG:letsencrypt.error_handler:Calling registered functions 2015-11-15 18:51:44,545:DEBUG:letsencrypt.error_handler:Calling registered functions 2015-11-15 18:51:44,545:DEBUG:letsencrypt.error_handler:Calling registered functions 2015-11-15 18:51:44,550:ERROR:letsencrypt.error_handler:Encountered exception during recovery 2015-11-15 18:51:44,550:ERROR:letsencrypt.error_handler:Encountered exception during recovery 2015-11-15 18:51:44,550:ERROR:letsencrypt.error_handler:Encountered exception during recovery 2015-11-15 18:51:44,564:ERROR:letsencrypt.error_handler: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/error_handler.py", line 74, in call_registered self.funcs[-1]() File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 232, in _fix_symlinks os.unlink(current_link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 330, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,564:ERROR:letsencrypt.error_handler: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/error_handler.py", line 74, in call_registered self.funcs[-1]() File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 232, in _fix_symlinks os.unlink(current_link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 330, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,564:ERROR:letsencrypt.error_handler: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/error_handler.py", line 74, in call_registered self.funcs[-1]() File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 232, in _fix_symlinks os.unlink(current_link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 330, in unlink_or_raise raise ValueError ValueError ok test_update_all_links_to_partial_failure (letsencrypt.tests.renewer_test.RenewableCertTests) ... 2015-11-15 18:51:44,588:DEBUG:letsencrypt.error_handler:Encountered exception: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 422, in update_all_links_to os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 314, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,588:DEBUG:letsencrypt.error_handler:Encountered exception: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 422, in update_all_links_to os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 314, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,588:DEBUG:letsencrypt.error_handler:Encountered exception: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 422, in update_all_links_to os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 314, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,594:DEBUG:letsencrypt.error_handler:Calling registered functions 2015-11-15 18:51:44,594:DEBUG:letsencrypt.error_handler:Calling registered functions 2015-11-15 18:51:44,594:DEBUG:letsencrypt.error_handler:Calling registered functions 2015-11-15 18:51:44,598:ERROR:letsencrypt.error_handler:Encountered exception during recovery 2015-11-15 18:51:44,598:ERROR:letsencrypt.error_handler:Encountered exception during recovery 2015-11-15 18:51:44,598:ERROR:letsencrypt.error_handler:Encountered exception during recovery 2015-11-15 18:51:44,612:ERROR:letsencrypt.error_handler: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/error_handler.py", line 74, in call_registered self.funcs[-1]() File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 237, in _fix_symlinks os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 314, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,612:ERROR:letsencrypt.error_handler: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/error_handler.py", line 74, in call_registered self.funcs[-1]() File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 237, in _fix_symlinks os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 314, in unlink_or_raise raise ValueError ValueError 2015-11-15 18:51:44,612:ERROR:letsencrypt.error_handler: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/error_handler.py", line 74, in call_registered self.funcs[-1]() File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/storage.py", line 237, in _fix_symlinks os.unlink(link) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/tests/renewer_test.py", line 314, in unlink_or_raise raise ValueError ValueError ok test_update_all_links_to_success (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_update_link_to (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_version (letsencrypt.tests.renewer_test.RenewableCertTests) ... ok test_it (letsencrypt.plugins.null_test.InstallerTest) ... ok test_cleanup (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_get_chall_pref (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_more_info (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_perfom_unknown_bind_error (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_perform (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_perform2 (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_alredy_listening (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eacces (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_perform_eaddrinuse (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_supported_challenges (letsencrypt.plugins.standalone_test.AuthenticatorTest) ... ok test_init (letsencrypt.plugins.standalone_test.ServerManagerTest) ... ok test_run_bind_error (letsencrypt.plugins.standalone_test.ServerManagerTest) ... ok test_run_idempotent (letsencrypt.plugins.standalone_test.ServerManagerTest) ... 2015-11-15 18:51:46,538:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40841... 2015-11-15 18:51:46,538:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40841... 2015-11-15 18:51:46,538:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40841... ok test_run_stop_http_01 (letsencrypt.plugins.standalone_test.ServerManagerTest) ... 2015-11-15 18:51:47,046:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40842... 2015-11-15 18:51:47,046:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40842... 2015-11-15 18:51:47,046:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40842... ok test_run_stop_tls_sni_01 (letsencrypt.plugins.standalone_test.ServerManagerTest) ... 2015-11-15 18:51:47,548:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40843... 2015-11-15 18:51:47,548:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40843... 2015-11-15 18:51:47,548:DEBUG:letsencrypt.plugins.standalone:Stopping server at 172.17.2.6:40843... ok test_correct (letsencrypt.plugins.standalone_test.SupportedChallengesValidatorTest) ... ok test_not_subset (letsencrypt.plugins.standalone_test.SupportedChallengesValidatorTest) ... ok test_unrecognized (letsencrypt.plugins.standalone_test.SupportedChallengesValidatorTest) ... ok test_add_parser_arguments (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,058:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpaAaoZw/.well-known/acme-challenge 2015-11-15 18:51:48,058:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpaAaoZw/.well-known/acme-challenge 2015-11-15 18:51:48,058:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpaAaoZw/.well-known/acme-challenge ok test_more_info (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,064:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpYGunP6/.well-known/acme-challenge 2015-11-15 18:51:48,064:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpYGunP6/.well-known/acme-challenge 2015-11-15 18:51:48,064:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpYGunP6/.well-known/acme-challenge ok test_perform_cleanup (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,069:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpTvPnnl/.well-known/acme-challenge 2015-11-15 18:51:48,069:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpTvPnnl/.well-known/acme-challenge 2015-11-15 18:51:48,069:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpTvPnnl/.well-known/acme-challenge 2015-11-15 18:51:48,076:DEBUG:letsencrypt.plugins.webroot:Attempting to save validation to /tmp/tmpTvPnnl/.well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ 2015-11-15 18:51:48,076:DEBUG:letsencrypt.plugins.webroot:Attempting to save validation to /tmp/tmpTvPnnl/.well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ 2015-11-15 18:51:48,076:DEBUG:letsencrypt.plugins.webroot:Attempting to save validation to /tmp/tmpTvPnnl/.well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ 2015-11-15 18:51:48,082:DEBUG:letsencrypt.plugins.webroot:Removing /tmp/tmpTvPnnl/.well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ 2015-11-15 18:51:48,082:DEBUG:letsencrypt.plugins.webroot:Removing /tmp/tmpTvPnnl/.well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ 2015-11-15 18:51:48,082:DEBUG:letsencrypt.plugins.webroot:Removing /tmp/tmpTvPnnl/.well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ ok test_prepare_bad_root (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,088:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpOXG06l/.well-known/acme-challenge 2015-11-15 18:51:48,088:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpOXG06l/.well-known/acme-challenge 2015-11-15 18:51:48,088:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpOXG06l/.well-known/acme-challenge ok test_prepare_full_root_exists (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,094:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpAqMgS5/.well-known/acme-challenge 2015-11-15 18:51:48,094:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpAqMgS5/.well-known/acme-challenge 2015-11-15 18:51:48,094:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpAqMgS5/.well-known/acme-challenge 2015-11-15 18:51:48,098:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpAqMgS5/.well-known/acme-challenge 2015-11-15 18:51:48,098:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpAqMgS5/.well-known/acme-challenge 2015-11-15 18:51:48,098:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpAqMgS5/.well-known/acme-challenge ok test_prepare_missing_root (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,103:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpHflKqI/.well-known/acme-challenge 2015-11-15 18:51:48,103:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpHflKqI/.well-known/acme-challenge 2015-11-15 18:51:48,103:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpHflKqI/.well-known/acme-challenge ok test_prepare_reraises_other_errors (letsencrypt.plugins.webroot_test.AuthenticatorTest) ... 2015-11-15 18:51:48,109:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpQK1l59/.well-known/acme-challenge 2015-11-15 18:51:48,109:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpQK1l59/.well-known/acme-challenge 2015-11-15 18:51:48,109:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpQK1l59/.well-known/acme-challenge 2015-11-15 18:51:48,113:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpQK1l59/.well-known/acme-challenge 2015-11-15 18:51:48,113:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpQK1l59/.well-known/acme-challenge 2015-11-15 18:51:48,113:DEBUG:letsencrypt.plugins.webroot:Creating root challenges validation dir at /tmp/tmpQK1l59/.well-known/acme-challenge ok test_access_denied_exception (letsencrypt.plugins.util_test.AlreadyListeningTest) ... 2015-11-15 18:51:48,119:INFO:letsencrypt.plugins.util:Access denied when trying to list network connections: psutil.AccessDenied (pid=). Are you root? 2015-11-15 18:51:48,119:INFO:letsencrypt.plugins.util:Access denied when trying to list network connections: psutil.AccessDenied (pid=). Are you root? 2015-11-15 18:51:48,119:INFO:letsencrypt.plugins.util:Access denied when trying to list network connections: psutil.AccessDenied (pid=). Are you root? ok test_listening_ipv4 (letsencrypt.plugins.util_test.AlreadyListeningTest) ... ok test_listening_ipv6 (letsencrypt.plugins.util_test.AlreadyListeningTest) ... ok test_not_listening (letsencrypt.plugins.util_test.AlreadyListeningTest) ... ok test_race_condition (letsencrypt.plugins.util_test.AlreadyListeningTest) ... ok test_eq (letsencrypt.plugins.common_test.AddrTest) ... ok test_fromstring (letsencrypt.plugins.common_test.AddrTest) ... ok test_get_addr_obj (letsencrypt.plugins.common_test.AddrTest) ... ok test_set_inclusion (letsencrypt.plugins.common_test.AddrTest) ... ok test_str (letsencrypt.plugins.common_test.AddrTest) ... ok test_dest_namespace (letsencrypt.plugins.common_test.NamespaceFunctionsTest) ... ok test_dest_namespace_with_dashes (letsencrypt.plugins.common_test.NamespaceFunctionsTest) ... ok test_option_namespace (letsencrypt.plugins.common_test.NamespaceFunctionsTest) ... ok test_conf (letsencrypt.plugins.common_test.PluginTest) ... ok test_dest (letsencrypt.plugins.common_test.PluginTest) ... ok test_dest_namespace (letsencrypt.plugins.common_test.PluginTest) ... ok test_init (letsencrypt.plugins.common_test.PluginTest) ... ok test_inject_parser_options (letsencrypt.plugins.common_test.PluginTest) ... ok test_option_name (letsencrypt.plugins.common_test.PluginTest) ... ok test_option_namespace (letsencrypt.plugins.common_test.PluginTest) ... ok test_add_chall (letsencrypt.plugins.common_test.TLSSNI01Test) ... ok test_setup_challenge_cert (letsencrypt.plugins.common_test.TLSSNI01Test) ... ok test_cleanup_test_mode_already_terminated (letsencrypt.plugins.manual_test.AuthenticatorTest) ... 2015-11-15 18:51:48,159:DEBUG:letsencrypt.plugins.manual:Manual command process already terminated with code 2015-11-15 18:51:48,159:DEBUG:letsencrypt.plugins.manual:Manual command process already terminated with code 2015-11-15 18:51:48,159:DEBUG:letsencrypt.plugins.manual:Manual command process already terminated with code ok test_cleanup_test_mode_kills_still_running (letsencrypt.plugins.manual_test.AuthenticatorTest) ... 2015-11-15 18:51:48,167:DEBUG:letsencrypt.plugins.manual:Terminating manual command process 2015-11-15 18:51:48,167:DEBUG:letsencrypt.plugins.manual:Terminating manual command process 2015-11-15 18:51:48,167:DEBUG:letsencrypt.plugins.manual:Terminating manual command process ok test_disagree_with_ip_logging (letsencrypt.plugins.manual_test.AuthenticatorTest) ... ok test_get_chall_pref (letsencrypt.plugins.manual_test.AuthenticatorTest) ... ok test_more_info (letsencrypt.plugins.manual_test.AuthenticatorTest) ... ok test_perform (letsencrypt.plugins.manual_test.AuthenticatorTest) ... 2015-11-15 18:51:48,187:ERROR:letsencrypt.plugins.manual:Self-verify of challenge failed, authorization abandoned. 2015-11-15 18:51:48,187:ERROR:letsencrypt.plugins.manual:Self-verify of challenge failed, authorization abandoned. 2015-11-15 18:51:48,187:ERROR:letsencrypt.plugins.manual:Self-verify of challenge failed, authorization abandoned. ok test_perform_empty (letsencrypt.plugins.manual_test.AuthenticatorTest) ... ok test_perform_test_command_oserror (letsencrypt.plugins.manual_test.AuthenticatorTest) ... 2015-11-15 18:51:48,222:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmpSvW3Oi/public_html/.well-known/acme-challenge cd /tmp/tmpSvW3Oi/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,222:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmpSvW3Oi/public_html/.well-known/acme-challenge cd /tmp/tmpSvW3Oi/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,222:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmpSvW3Oi/public_html/.well-known/acme-challenge cd /tmp/tmpSvW3Oi/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,229:DEBUG:letsencrypt.plugins.manual:Couldn't execute manual command: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/manual.py", line 155, in _perform_single preexec_fn=os.setsid) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect OSError 2015-11-15 18:51:48,229:DEBUG:letsencrypt.plugins.manual:Couldn't execute manual command: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/manual.py", line 155, in _perform_single preexec_fn=os.setsid) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect OSError 2015-11-15 18:51:48,229:DEBUG:letsencrypt.plugins.manual:Couldn't execute manual command: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/manual.py", line 155, in _perform_single preexec_fn=os.setsid) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect OSError ok test_perform_test_command_run_failure (letsencrypt.plugins.manual_test.AuthenticatorTest) ... 2015-11-15 18:51:48,250:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmp8_8RSy/public_html/.well-known/acme-challenge cd /tmp/tmp8_8RSy/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,250:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmp8_8RSy/public_html/.well-known/acme-challenge cd /tmp/tmp8_8RSy/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,250:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmp8_8RSy/public_html/.well-known/acme-challenge cd /tmp/tmp8_8RSy/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,255:DEBUG:letsencrypt.plugins.manual:Manual command running as PID 1234. 2015-11-15 18:51:48,255:DEBUG:letsencrypt.plugins.manual:Manual command running as PID 1234. 2015-11-15 18:51:48,255:DEBUG:letsencrypt.plugins.manual:Manual command running as PID 1234. ok test_perform_test_mode (letsencrypt.plugins.manual_test.AuthenticatorTest) ... 2015-11-15 18:51:48,276:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmpjSAJT8/public_html/.well-known/acme-challenge cd /tmp/tmpjSAJT8/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,276:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmpjSAJT8/public_html/.well-known/acme-challenge cd /tmp/tmpjSAJT8/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,276:DEBUG:letsencrypt.plugins.manual:Test mode. Executing the manual command: mkdir -p /tmp/tmpjSAJT8/public_html/.well-known/acme-challenge cd /tmp/tmpjSAJT8/public_html printf "%s" ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ.oKGqedy-b-acd5eoybm2f-NVFxvyOoET5CNy3xnv8WY > .well-known/acme-challenge/ZXZhR3hmQURzNnBTUmIyTEF2OUlaZjE3RHQzanV4R0orUEN0OTJ3citvQQ # run only once per server: $(command -v python2 || command -v python2.7 || command -v python2.6) -c \ "import BaseHTTPServer, SimpleHTTPServer; \ SimpleHTTPServer.SimpleHTTPRequestHandler.extensions_map = {'': 'text/plain'}; \ s = BaseHTTPServer.HTTPServer(('', 8080), SimpleHTTPServer.SimpleHTTPRequestHandler); \ s.serve_forever()" 2015-11-15 18:51:48,281:DEBUG:letsencrypt.plugins.manual:Manual command running as PID 1234. 2015-11-15 18:51:48,281:DEBUG:letsencrypt.plugins.manual:Manual command running as PID 1234. 2015-11-15 18:51:48,281:DEBUG:letsencrypt.plugins.manual:Manual command running as PID 1234. 2015-11-15 18:51:48,287:ERROR:letsencrypt.plugins.manual:Self-verify of challenge failed, authorization abandoned. 2015-11-15 18:51:48,287:ERROR:letsencrypt.plugins.manual:Self-verify of challenge failed, authorization abandoned. 2015-11-15 18:51:48,287:ERROR:letsencrypt.plugins.manual:Self-verify of challenge failed, authorization abandoned. ok test__init__ (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... 2015-11-15 18:51:48,307:DEBUG:letsencrypt.plugins.disco:.prepared called on uninitialized PluginEntryPoint#sa 2015-11-15 18:51:48,307:DEBUG:letsencrypt.plugins.disco:.prepared called on uninitialized PluginEntryPoint#sa 2015-11-15 18:51:48,307:DEBUG:letsencrypt.plugins.disco:.prepared called on uninitialized PluginEntryPoint#sa ok test_description (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_description_with_name (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_entry_point_to_plugin_name (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_ifaces (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_init (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_prepare_generic_plugin_error (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... 2015-11-15 18:51:48,916:DEBUG:letsencrypt.plugins.disco:Other error:(PluginEntryPoint#sa): Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect PluginError 2015-11-15 18:51:48,916:DEBUG:letsencrypt.plugins.disco:Other error:(PluginEntryPoint#sa): Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect PluginError 2015-11-15 18:51:48,916:DEBUG:letsencrypt.plugins.disco:Other error:(PluginEntryPoint#sa): Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect PluginError ok test_prepare_misconfigured (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... 2015-11-15 18:51:48,924:DEBUG:letsencrypt.plugins.disco:Misconfigured PluginEntryPoint#sa: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect MisconfigurationError 2015-11-15 18:51:48,924:DEBUG:letsencrypt.plugins.disco:Misconfigured PluginEntryPoint#sa: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect MisconfigurationError 2015-11-15 18:51:48,924:DEBUG:letsencrypt.plugins.disco:Misconfigured PluginEntryPoint#sa: Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect MisconfigurationError ok test_prepare_no_installation (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... 2015-11-15 18:51:48,932:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#sa): Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect NoInstallationError 2015-11-15 18:51:48,932:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#sa): Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect NoInstallationError 2015-11-15 18:51:48,932:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#sa): Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 103, in prepare self._initialized.prepare() File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1010, in _mock_call raise effect NoInstallationError ok test_repr (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... ok test_verify (letsencrypt.plugins.disco_test.PluginEntryPointTest) ... 2015-11-15 18:51:48,946:DEBUG:letsencrypt.plugins.disco: implements iface3 but object does not verify: An object has failed to implement interface None The None attribute was not provided. Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 82, in verify zope.interface.verify.verifyObject(iface, self.init()) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco_test.py", line 111, in verify_object raise mock_zope.exceptions.BrokenImplementation(None, None) BrokenImplementation: An object has failed to implement interface None The None attribute was not provided. 2015-11-15 18:51:48,946:DEBUG:letsencrypt.plugins.disco: implements iface3 but object does not verify: An object has failed to implement interface None The None attribute was not provided. Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 82, in verify zope.interface.verify.verifyObject(iface, self.init()) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco_test.py", line 111, in verify_object raise mock_zope.exceptions.BrokenImplementation(None, None) BrokenImplementation: An object has failed to implement interface None The None attribute was not provided. 2015-11-15 18:51:48,946:DEBUG:letsencrypt.plugins.disco: implements iface3 but object does not verify: An object has failed to implement interface None The None attribute was not provided. Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 82, in verify zope.interface.verify.verifyObject(iface, self.init()) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco_test.py", line 111, in verify_object raise mock_zope.exceptions.BrokenImplementation(None, None) BrokenImplementation: An object has failed to implement interface None The None attribute was not provided. 2015-11-15 18:51:48,953:DEBUG:letsencrypt.plugins.disco: implements iface3 but object does not verify: An object has failed to implement interface None The None attribute was not provided. Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 82, in verify zope.interface.verify.verifyObject(iface, self.init()) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco_test.py", line 111, in verify_object raise mock_zope.exceptions.BrokenImplementation(None, None) BrokenImplementation: An object has failed to implement interface None The None attribute was not provided. 2015-11-15 18:51:48,953:DEBUG:letsencrypt.plugins.disco: implements iface3 but object does not verify: An object has failed to implement interface None The None attribute was not provided. Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 82, in verify zope.interface.verify.verifyObject(iface, self.init()) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco_test.py", line 111, in verify_object raise mock_zope.exceptions.BrokenImplementation(None, None) BrokenImplementation: An object has failed to implement interface None The None attribute was not provided. 2015-11-15 18:51:48,953:DEBUG:letsencrypt.plugins.disco: implements iface3 but object does not verify: An object has failed to implement interface None The None attribute was not provided. Traceback (most recent call last): File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco.py", line 82, in verify zope.interface.verify.verifyObject(iface, self.init()) File "/usr/local/lib/python2.7/site-packages/mock.py", line 955, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/mock.py", line 1018, in _mock_call ret_val = effect(*args, **kwargs) File "/usr/ports/security/py-letsencrypt/work/letsencrypt-0.0.0.dev20151114/letsencrypt/plugins/disco_test.py", line 111, in verify_object raise mock_zope.exceptions.BrokenImplementation(None, None) BrokenImplementation: An object has failed to implement interface None The None attribute was not provided. ok test_available (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_filter (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_find_all (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_find_init (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_getitem (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_ifaces (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_init (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_iter (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_len (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_prepare (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_repr (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_str (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok test_verify (letsencrypt.plugins.disco_test.PluginsRegistryTest) ... ok ---------------------------------------------------------------------- Ran 410 tests in 13.374s OK % [brnrd@build py-letsencrypt]$ [?2004h[?2004l Script done on Sun Nov 15 18:52:38 2015