Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created September 20, 2012 07:50
Show Gist options
  • Select an option

  • Save amitsaha/3754497 to your computer and use it in GitHub Desktop.

Select an option

Save amitsaha/3754497 to your computer and use it in GitHub Desktop.
beaker_inittests
+ env PYTHONPATH=../Common:../Server:../LabController/proxy/src:../Client/src:../IntegrationTests/src python -c '__requires__ = ["TurboGears"]; import pkg_resources; from nose.core import main; main()' -v rhts bkr
Ensure Architectures field is parsed correctly ... ok
Ensure that an Architectures field following a Releases field is parsed correctly ... ok
Ensure a blank Bug field is handled ... ok
Ensure that multiple Bug and Bugs lines work ... ok
Ensure that multiple values for a Bugs field work ... ok
Ensure a single Bug field works ... ok
Ensure a single Bugs field works ... ok
Ensure Description field is parsed correctly ... ok
Ensure Description field containing a colon is parsed correctly ... ok
test_destructive (rhts.testinfo.DestructiveFieldTests) ... ok
Ensure Environment field is parsed correctly ... ok
Ensure Environment field captures bad keys ... ok
Ensure Environment field captures duplicate keys ... ok
Ensure a full example file is parsed correctly ... ok
Output an example file, then ensure it is parsed succesfully ... ok
Ensure License field is parsed correctly ... ok
Ensure Name field is parsed correctly ... ok
Ensure that we get None for the namespace of an unrecognized package ... ok
Ensure that we get expected namespaces back for some simple packages ... ok
Ensure we can handle multiple NeedProperty lines ... ok
Ensure NeedProperty field is parsed correctly ... ok
Ensure Notify field is deprecated ... ok
Ensure that the example Owner field is parsed correctly ... ok
Ensure that other Owner fields are parsed correctly ... ok
test_owner_with_hyphen (rhts.testinfo.OwnerFieldTests) ... ok
Ensure absolute Path field is parsed correctly ... ok
Ensure relative Path field is parsed correctly ... ok
Ensure Priority field is parsed correctly ... ok
Ensure Releases field is parsed correctly ... ok
Ensure we can handle multiple Requires lines ... ok
Ensure Requires field is parsed correctly ... ok
Ensure RhtsOptions field is parsed correctly ... ok
Ensure RhtsOptions field captures bad input ... ok
Ensure RhtsOptions field captures duplicate entries ... ok
Ensure RhtsOptions field is parsed correctly ... ok
Ensure RhtsOptions field parses options preceded with dash correctly ... ok
Ensure we can handle multiple RunFor lines ... ok
Ensure RunFor field is parsed correctly ... ok
Ensure that an absolute SiteConfig declaration works ... ok
Ensure that relative SiteConfig declarations without nesting work ... ok
Ensure that a relative SiteConfig declaration containing a path works ... ok
Ensure that the output methods collapse redundant paths in relative SiteConfig declarations ... ok
Ensure that a relative SiteConfig declaration without a Name is handled with a sane error ... ok
Ensure that whitespace is stripped as expected from descriptions ... ok
Ensure TestTime field can handle hours ... ok
Ensure TestTime field can handle minutes ... ok
Ensure TestTime field can handle seconds ... ok
Ensure TestVersion field is parsed correctly ... ok
Ensure we can handle multiple Type lines ... ok
Ensure Type field is parsed correctly ... ok
/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py:463: SAWarning: Unicode type received non-unicode bind param value
param.append(processors[key](compiled_params[key]))
test_exits_with_error_if_none_match (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok
test_filtering_by_lab_controller (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok
test_filtering_by_treepath (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok
test_list_by_distro_name (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok
test_tabular_format_works (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok
test_xml_filter (bkr.inttest.client.test_distro_trees_list.DistroTreesListTest) ... ok
test_verify_distro (bkr.inttest.client.test_distro_trees_verify.DistroTreesVerifyTest) ... ok
test_edit_distro_version (bkr.inttest.client.test_distros_edit_version.DistrosEditVersionTest) ... ok
test_exits_with_error_if_none_match (bkr.inttest.client.test_distros_list.DistrosListTest) ... ok
test_list_distro (bkr.inttest.client.test_distros_list.DistrosListTest) ... ok
test_tag_distro (bkr.inttest.client.test_distros_tag.DistrosTagTest) ... ok
test_untag_distro (bkr.inttest.client.test_distros_untag.DistrosUntagTest) ... ok
test_cannot_cancel_other_peoples_job (bkr.inttest.client.test_job_cancel.JobCancelTest) ... ok
test_cannot_cancel_recipe (bkr.inttest.client.test_job_cancel.JobCancelTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_cancel.JobCancelTest) ... ok
test_can_clone_job (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok
test_can_clone_recipeset (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok
test_can_dryrun (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok
test_can_print_prettyxml (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok
test_can_print_xml (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_clone.JobCloneTest) ... ok
test_delete_job (bkr.inttest.client.test_job_delete.JobDeleteTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_delete.JobDeleteTest) ... ok
test_list_jobs_by_owner (bkr.inttest.client.test_job_list.JobListTest) ... ok
test_list_jobs_by_product (bkr.inttest.client.test_job_list.JobListTest) ... ok
test_list_jobs_by_whiteboard (bkr.inttest.client.test_job_list.JobListTest) ... ok
test_by_job (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok
test_by_recipe (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok
test_by_recipeset (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok
test_by_task_gives_error (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok
test_by_taskresult_gives_error (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_logs.JobLogsTest) ... ok
test_ack_already_acked_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_ack_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_ack_rs (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_multiple_response_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_nak_job (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_nak_rs (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_retention_tag_product (bkr.inttest.client.test_job_modify.JobModifyTest) ... ok
test_by_job (bkr.inttest.client.test_job_results.JobResultsTest) ... ok
test_by_recipe (bkr.inttest.client.test_job_results.JobResultsTest) ... ok
test_by_recipeset (bkr.inttest.client.test_job_results.JobResultsTest) ... ok
test_by_recipetask (bkr.inttest.client.test_job_results.JobResultsTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_results.JobResultsTest) ... ok
test_doesnt_barf_on_xml_encoding_declaration (bkr.inttest.client.test_job_submit.JobSubmitTest) ... ok
test_submit_job (bkr.inttest.client.test_job_submit.JobSubmitTest) ... ok
test_invalid_taskspec (bkr.inttest.client.test_job_watch.JobWatchTest) ... ok
test_watch_job (bkr.inttest.client.test_job_watch.JobWatchTest) ... ok
test_list_lab_controller (bkr.inttest.client.test_list_labcontrollers.ListLabcontrollersTest) ... ok
test_list_all_systems (bkr.inttest.client.test_list_systems.ListSystemsTest) ... ok
test_xml_filter (bkr.inttest.client.test_list_systems.ListSystemsTest) ... ok
test_machine_test (bkr.inttest.client.test_machine_test.MachineTestTest) ... ok
SKIP: QPID not enabled for client tests, set BEAKER_CLIENT_TEST_QPID=1 and BEAKER_CLIENT_TEST_QPID_BROKER="yourbroker.com"
test_admin_can_delete_system (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok
test_cannot_delete_system_which_has_been_used_for_recipes (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok
test_user_can_delete_system (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok
test_user_cannot_delete_system (bkr.inttest.client.test_system_delete.SystemDeleteTest) ... ok
test_system_details (bkr.inttest.client.test_system_details.SystemDetailsTest) ... ok
test_add_invalid_task (bkr.inttest.client.test_task_add.TaskAddTest) ... ok
test_details_include_owner_and_priority (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok
test_details_invalid_tasks (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok
test_details_without_owner (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok
test_details_without_uploader (bkr.inttest.client.test_task_details.TaskDetailsTest) ... ok
test_destructive_all (bkr.inttest.client.test_task_list.TaskListTest) ... ok
test_destructive_only (bkr.inttest.client.test_task_list.TaskListTest) ... ok
test_non_destructive_only (bkr.inttest.client.test_task_list.TaskListTest) ... ok
test_nonexistent_package (bkr.inttest.client.test_task_list.TaskListTest) ... ok
test_prints_names (bkr.inttest.client.test_task_list.TaskListTest) ... ok
test_xml_works (bkr.inttest.client.test_task_list.TaskListTest) ... ok
test_processPartitions (bkr.inttest.client.test_workflow.WorkflowTest) ... ok
test_processTemplate_does_not_produce_duplicates (bkr.inttest.client.test_workflow.WorkflowTest) ... ok
test_processTemplate_minimal_recipe (bkr.inttest.client.test_workflow.WorkflowTest) ... ok
test_hostrequire (bkr.inttest.client.test_workflow_simple.WorkflowSimpleTest) ... ok
test_submit_job (bkr.inttest.client.test_workflow_simple.WorkflowSimpleTest) ... ok
test_submit_job_wait (bkr.inttest.client.test_workflow_simple.WorkflowSimpleTest) ... ok
test_log_size (bkr.inttest.labcontroller.test_logs.TestLogs) ... ok
test_qpid_active_watchdog (bkr.inttest.labcontroller.test_watchdogs.TestWatchdog) ... SKIP: Not using qpid for watchdogs
test_qpid_toobigtofail (bkr.inttest.labcontroller.test_watchdogs.TestWatchdog) ... SKIP: Not using qpid for watchdogs
test_can_search_by_distro_name (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok
test_can_search_by_group_name (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok
test_can_search_by_system_name (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok
test_group_removal_is_noticed (bkr.inttest.server.selenium.test_activity.ActivityTestWD) ... ok
test_add_group (bkr.inttest.server.selenium.test_add_group.AddGroup) ... ok
test_case_1 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok
test_case_2 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok
test_case_3 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok
test_case_4 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok
test_case_5 (bkr.inttest.server.selenium.test_add_system.AddSystem) ... ok
test_adduser (bkr.inttest.server.selenium.test_add_user.AddUser) ... ok
test_disable (bkr.inttest.server.selenium.test_add_user.AddUser) ... ok
test_add_invalid_details_existing_user (bkr.inttest.server.selenium.test_add_user.AddUserWD) ... ok
test_add_invalid_details_new_user (bkr.inttest.server.selenium.test_add_user.AddUserWD) ... ok
test_add_user_to_admin_group (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) ... ok
test_add_user_to_nonadmin_group (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) ... ok
test_user_group_is_updated (bkr.inttest.server.selenium.test_add_user_to_group.TestAddUserToGroup) ... ok
test_cancel_recipeset (bkr.inttest.server.selenium.test_cancel.Cancel) ... ok
test_export_exclude_options (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok
test_export_install_options (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok
test_export_install_options_with_null_options (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok
test_export_systems_obeys_secrecy (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok
test_export_systems_unicode (bkr.inttest.server.selenium.test_csv_export.CSVExportTest) ... ok
test_doubled_quotes (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok
test_extraneous_field (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok
test_keyvalue (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok
test_missing_field (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok
test_no_quotes (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok
test_system (bkr.inttest.server.selenium.test_csv_import.CSVImportTest) ... ok
test_system_export_reimport (bkr.inttest.server.selenium.test_csv_roundtrip.CSVRoundtripTest) ... ok
test_correct_items_count (bkr.inttest.server.selenium.test_distro_search.Search) ... ok
test_distro_search (bkr.inttest.server.selenium.test_distro_search.Search) ... ok
test_search_options_are_maintained_after_submitting (bkr.inttest.server.selenium.test_distro_search.SearchOptionsTest) ... ok
test_search_distrotree (bkr.inttest.server.selenium.test_distro_trees.DistroTreeSearch) ... ok
test_install_options (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok
test_labcontroller (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok
test_update_install_options (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok
test_yum_repo_config (bkr.inttest.server.selenium.test_distro_trees.DistroTreeViewTest) ... ok
test_filtering_by_lab_controller (bkr.inttest.server.selenium.test_distro_trees.DistroTreesFilterXmlRpcTest) ... ok
test_xml_filter (bkr.inttest.server.selenium.test_distro_trees.DistroTreesFilterXmlRpcTest) ... ok
test_adding_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok
test_can_add_tag_to_distro (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok
test_can_remove_tag_from_distro (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok
test_non_admin_user_cannot_add_tag (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok
test_non_admin_user_cannot_remove_tag (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok
test_removing_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroTaggingXmlRpcTest) ... ok
test_adding_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_can_add_tag_to_distro (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_can_remove_tag_from_distro (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_non_admin_user_cannot_add_tag (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_non_admin_user_cannot_remove_tag (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_provision_links_arent_shown_for_expired_trees (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_removing_tag_is_recorded_in_distro_activity (bkr.inttest.server.selenium.test_distros.DistroViewTest) ... ok
test_add_and_remove (bkr.inttest.server.selenium.test_group_edit.EditGroup) ... ok
test_add_bad_perm (bkr.inttest.server.selenium.test_group_edit.EditGroup) ... ok
test_group (bkr.inttest.server.selenium.test_groups.TestGroups) ... ok
test_group_remove (bkr.inttest.server.selenium.test_groups.TestGroups) ... ok
test_itemcount (bkr.inttest.server.selenium.test_item_count.ItemCount) ... ok
test_ackability (bkr.inttest.server.selenium.test_job_ack.JobAckTest) ... ok
test_admin (bkr.inttest.server.selenium.test_job_delete.JobDelete) ... ok
test_not_admin (bkr.inttest.server.selenium.test_job_delete.JobDelete) ... ok
test_by_family (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok
test_by_job (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok
test_by_product (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok
test_by_tag (bkr.inttest.server.selenium.test_job_delete_xmlrpc.TestJobDelete) ... ok
test_export_xml (bkr.inttest.server.selenium.test_job_export_xml.JobExportXML) ... ok
test_generate_by_whiteboard (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrix) ... ERROR
test_it (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrix) ... ERROR
test_deleted_job_results_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ERROR
test_deleted_whiteboard_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ERROR
test_max_whiteboard (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ERROR
test_nacked_recipe_results_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ERROR
test_single_job (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ERROR
test_whiteboard_filtering (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver) ... ERROR
test_quick_search (bkr.inttest.server.selenium.test_job_search.SearchJobsWD) ... ok
test_search_email (bkr.inttest.server.selenium.test_job_search.SearchJobsWD) ... ok
test_search_owner (bkr.inttest.server.selenium.test_job_search.SearchJobsWD) ... ok
test_cloning_recipeset (bkr.inttest.server.selenium.test_jobs.CloneJobTest) ... ok
test_cloning_recipeset_from_job_with_product (bkr.inttest.server.selenium.test_jobs.CloneJobTest) ... ok
test_change_product (bkr.inttest.server.selenium.test_jobs.JobAttributeChange) ... ok
test_change_retention_tag (bkr.inttest.server.selenium.test_jobs.JobAttributeChange) ... ok
test_doesnt_barf_on_xml_encoding_declaration (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_doesnt_barf_on_xmlns (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... FAIL
test_duplicate_notify_cc_addresses_are_merged (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_invalid_email_addresses_are_not_accepted_in_notify_cc (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_job_with_excluded_task (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_partition_without_fs_doesnt_trigger_validation_warning (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_refuses_to_accept_unparseable_xml (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_valid_job_xml_doesnt_trigger_xsd_warning (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_warns_about_xsd_validation_errors (bkr.inttest.server.selenium.test_jobs.NewJobTest) ... ok
test_cc_list (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok
test_datetimes_are_localised (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok
test_edit_job_whiteboard (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok
test_invalid_datetimes_arent_localised (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok
test_task_result_datetimes_are_localised (bkr.inttest.server.selenium.test_jobs.TestViewJob) ... ok
test_doesnt_barf_on_xml_encoding_declaration (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok
test_error_message_lists_all_invalid_tasks (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok
test_ignore_missing_tasks (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok
test_reject_expired_root_password (bkr.inttest.server.selenium.test_jobs_xmlrpc.JobUploadTest) ... ok
test_add_distro_tree (bkr.inttest.server.selenium.test_labcontrollers.AddDistroTreeXmlRpcTest) ... ok
test_change_url (bkr.inttest.server.selenium.test_labcontrollers.AddDistroTreeXmlRpcTest) ... ok
test_existing_distro_row_with_incorrect_osversion (bkr.inttest.server.selenium.test_labcontrollers.AddDistroTreeXmlRpcTest) ... ok
test_clear_running_commands (bkr.inttest.server.selenium.test_labcontrollers.CommandQueueXmlRpcTest) ... ok
test_obeys_max_running_commands_limit (bkr.inttest.server.selenium.test_labcontrollers.CommandQueueXmlRpcTest) ... ok
test_filter_by_arch (bkr.inttest.server.selenium.test_labcontrollers.GetDistroTreesXmlRpcTest) ... ok
test_get_all_distro_trees (bkr.inttest.server.selenium.test_labcontrollers.GetDistroTreesXmlRpcTest) ... ok
test_lab_controller_add (bkr.inttest.server.selenium.test_labcontrollers.LabControllerViewTest) ... ok
test_lab_controller_remove (bkr.inttest.server.selenium.test_labcontrollers.LabControllerViewTest) ... ok
test_automated_system_marked_broken (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok
test_broken_power_aborts_recipe (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok
test_failure_in_configure_netboot_aborts_recipe (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok
test_manual_system_status_not_changed (bkr.inttest.server.selenium.test_labcontrollers.TestPowerFailures) ... ok
test_register_recipe_log (bkr.inttest.server.selenium.test_log_upload.LogUploadXmlRpcTest) ... ok
test_upload_recipe_log (bkr.inttest.server.selenium.test_log_upload.LogUploadXmlRpcTest) ... ok
test_NestedVariablesFilter_redirect (bkr.inttest.server.selenium.test_login.LoginTest) ... ok
test_message_when_explicitly_logging_in (bkr.inttest.server.selenium.test_login.LoginTest) ... ok
test_message_when_not_logged_in (bkr.inttest.server.selenium.test_login.LoginTest) ... ok
test_message_when_password_mistyped (bkr.inttest.server.selenium.test_login.LoginTest) ... ok
test_message_when_permissions_insufficient (bkr.inttest.server.selenium.test_login.LoginTest) ... ok
test_referer_redirect (bkr.inttest.server.selenium.test_login.LoginTest) ... ok
test_krb_login (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... SKIP: server not configured for krbV
test_login_required_message (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... ok
test_password_login (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... ok
test_password_proxy_login (bkr.inttest.server.selenium.test_login.XmlRpcLoginTest) ... ok
test_can_view_system (bkr.inttest.server.selenium.test_manual_system_notloggedin.NotLoggedInManualSystem) ... ok
test_motd (bkr.inttest.server.selenium.test_motd.TestMOTD) ... ok
test_my_menu (bkr.inttest.server.selenium.test_my_menu_tests.Menu) ... ok
test_dictionary_password_rejected (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_invalid_ssh_key_not_accepted (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_modifying_email (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_multiple_ssh_keys_not_accepted (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_set_hashed_password (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_set_plaintext_password (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_ssh_key_allows_whitespace_in_description (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_ssh_key_trailing_whitespace_is_stripped (bkr.inttest.server.selenium.test_prefs.UserPrefs) ... ok
test_product_ordering (bkr.inttest.server.selenium.test_product.TestProduct) ... ok
test_manual_provision_with_ssh_keys (bkr.inttest.server.selenium.test_provision.SystemManualProvisionTest) ... ok
test_provision_rejected_with_expired_root_password (bkr.inttest.server.selenium.test_provision.SystemManualProvisionTest) ... ok
test_quick_search (bkr.inttest.server.selenium.test_recipe_search.SearchRecipes) ... ok
test_fetching_large_results_is_not_too_slow (bkr.inttest.server.selenium.test_recipes.TestRecipeView) ... SKIP: "slowness" is too subjective
test_log_url_looks_right (bkr.inttest.server.selenium.test_recipes.TestRecipeView) ... ok
test_task_pagination (bkr.inttest.server.selenium.test_recipes.TestRecipeView) ... ok
test_can_sort_by_arch (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok
test_can_sort_by_id (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok
test_can_sort_by_result (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok
test_can_sort_by_status (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok
test_can_sort_by_system (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok
test_can_sort_by_whiteboard (bkr.inttest.server.selenium.test_recipes.TestRecipesDataGrid) ... ok
test_by_log_server_only_returns_completed_recipesets (bkr.inttest.server.selenium.test_recipes_xmlrpc.RecipesXmlRpcTest) ... ok
test_remove_and_add (bkr.inttest.server.selenium.test_remove_lc.RemoveLabController) ... ok
test_system_page (bkr.inttest.server.selenium.test_remove_lc.RemoveLabController) ... ok
test_admin_cannot_reserve_any_system (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok
test_by_distro (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok
test_exluded_distro_system_not_there (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok
test_loaned_not_used_system_not_shown (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok
test_reserve_workflow_does_not_list_virtual_systems (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok
test_show_all_columns_work (bkr.inttest.server.selenium.test_reserve_system.ReserveSystem) ... ok
test_filtering_by_lab_controller (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok
Test distros that have no lab controller are not shown ... ok
test_reserve_multiple_arch_got_distro (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok
test_reserve_multiple_arch_tag_got_distro (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok
test_reserve_single_arch (bkr.inttest.server.selenium.test_reserve_system.ReserveWorkflow) ... ok
test_tag_add (bkr.inttest.server.selenium.test_retentiontag.RetentionTagTest) ... ok
test_tag_delete (bkr.inttest.server.selenium.test_retentiontag.RetentionTagTest) ... ok
test_anonymous_cant_contact_owner (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok
test_loan_request (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok
test_report_problem (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok
test_report_problem_via_job_and_recipe (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok
test_reporter_and_system_cc_list_are_cced (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok
test_system_activity_entry_is_correctly_truncated (bkr.inttest.server.selenium.test_system_actions.SystemAction) ... ok
test_available_system_2 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_available_system_3 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_avilable_with_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_avilable_with_no_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_free_with_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_free_with_no_loan (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_not_available_system_2 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_not_available_system_3 (bkr.inttest.server.selenium.test_system_available.SystemAvailable) ... ok
test_add_system_group (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok
test_add_system_group_admin_privs (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok
test_delete_system_group (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok
test_remove_system_group_admin_privs (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok
test_removing_group_removes_admin (bkr.inttest.server.selenium.test_system_groups.TestSystemGroups) ... ok
test_can_change_loan_when_system_has_loanee (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok
test_can_loan_when_system_has_user (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok
test_can_not_change_loan_when_system_has_loanee_and_not_admin (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok
test_loan_username_autocomplete_works (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok
test_owner_can_loan_to_themself (bkr.inttest.server.selenium.test_system_loan.SystemLoanTest) ... ok
test_menulist (bkr.inttest.server.selenium.test_system_menu_tests.Menu) ... ok
test_notes_as_admin (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok
test_notes_as_group_admin (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok
test_notes_as_nobody (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok
test_notes_as_owner (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok
test_notes_logged_out (bkr.inttest.server.selenium.test_system_note.SystemNoteTests) ... ok
test_cant_return_sneakily (bkr.inttest.server.selenium.test_system_return.SystemReturnTest) ... ok
test_return_with_no_lc (bkr.inttest.server.selenium.test_system_return.SystemReturnTest) ... ok
test_search_hypervisor_is (bkr.inttest.server.selenium.test_system_search.HypervisorSearchTest) ... ok
test_search_hypervisor_is_blank (bkr.inttest.server.selenium.test_system_search.HypervisorSearchTest) ... ok
test_search_hypervisor_is_not (bkr.inttest.server.selenium.test_system_search.HypervisorSearchTest) ... ok
test_can_search_by_key_value (bkr.inttest.server.selenium.test_system_search.Search) ... ok
test_can_search_by_numa_node_count (bkr.inttest.server.selenium.test_system_search.Search) ... ok
test_loaned_not_free (bkr.inttest.server.selenium.test_system_search.Search) ... ok
test_system_search (bkr.inttest.server.selenium.test_system_search.Search) ... ok
test_group_column (bkr.inttest.server.selenium.test_system_search.SearchColumns) ... ok
test_numa_column (bkr.inttest.server.selenium.test_system_search.SearchColumns) ... ok
test_serial_number_column (bkr.inttest.server.selenium.test_system_search.SearchColumns) ... ok
test_secret_system_not_visible (bkr.inttest.server.selenium.test_system_search.SearchWDTest) ... ok
test_secret_system_visible_when_loaned (bkr.inttest.server.selenium.test_system_search.SearchWDTest) ... ok
test_schedule_provision_system_has_user (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok
test_schedule_provision_system_has_user_with_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok
test_system_group_user_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok
test_system_has_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok
test_system_no_group (bkr.inttest.server.selenium.test_system_take.SystemGroupUserTake) ... ok
test_owner_manual_system (bkr.inttest.server.selenium.test_system_take.SystemOwnerTake) ... ok
test_add_email_addresses (bkr.inttest.server.selenium.test_system_view.SystemCcTest) ... ok
test_remove_email_addresses (bkr.inttest.server.selenium.test_system_view.SystemCcTest) ... ok
test_replace_existing_email_address (bkr.inttest.server.selenium.test_system_view.SystemCcTest) ... ok
test_add_arch (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_add_group (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_add_install_options (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_add_key_value (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_add_nonexistent_arch (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_cannot_change_lab_controller_while_system_in_use (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_cannot_set_owner_to_none (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_cc_not_visible_to_random_noobs (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_change_hypervisor (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_change_owner (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_change_status (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_change_status_with_same_timestamps (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_current_job (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_delete_install_options (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_forces_fqdn_to_lowercase (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_install_options_populated_on_provision_tab (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_links_to_cc_change (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_mac_address_with_unicode (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... FAIL
test_no_power_without_lc (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_page_title_shows_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_rejects_malformed_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_rejects_non_ascii_chars_in_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_remove_arch (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_remove_group (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_remove_key_value (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_strips_surrounding_whitespace_from_fqdn (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_system_view_condition_report (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_update_labinfo (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_update_power (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_update_system (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_update_system_no_lc (bkr.inttest.server.selenium.test_system_view.SystemViewTest) ... ok
test_rdfxml (bkr.inttest.server.selenium.test_system_view.TestSystemViewRDF) ... ok
test_turtle (bkr.inttest.server.selenium.test_system_view.TestSystemViewRDF) ... ok
test_can_sort_listing_by_model (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_listing_by_status (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_listing_by_type (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_listing_by_user (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_listing_by_vendor (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_search_results_by_model (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_search_results_by_status (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_search_results_by_type (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_search_results_by_user (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_can_sort_search_results_by_vendor (bkr.inttest.server.selenium.test_systems.TestSystemGridSorting) ... ok
test_all_systems (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok
test_filter_by_group (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok
test_link_to_rdfxml (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok
test_link_to_turtle (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok
test_xml_filter (bkr.inttest.server.selenium.test_systems.TestSystemsAtomFeed) ... ok
test_atom_feed_link_is_present (bkr.inttest.server.selenium.test_systems.TestSystemsGrid) ... ok
test_show_all_columns_works (bkr.inttest.server.selenium.test_systems.TestSystemsGrid) ... ok
test_bools_are_coerced_to_ints (bkr.inttest.server.selenium.test_systems_xmlrpc.LegacyPushXmlRpcTest) ... ok
test_existing_keys_are_untouched (bkr.inttest.server.selenium.test_systems_xmlrpc.LegacyPushXmlRpcTest) ... ok
test_system_activity_shows_changes (bkr.inttest.server.selenium.test_systems_xmlrpc.LegacyPushXmlRpcTest) ... ok
test_device_with_no_class (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_hypervisor_kvm (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_hypervisor_none (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_memory_is_updated (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_set_bogus_property (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_system_activity_shows_changes_for_arches (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_system_activity_shows_changes_for_cpu (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_system_activity_shows_changes_for_devices (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_system_activity_shows_changes_for_numa (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_system_activity_shows_changes_for_simple_attributes (bkr.inttest.server.selenium.test_systems_xmlrpc.PushXmlRpcTest) ... ok
test_cannot_release_when_not_current_user (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_cannot_release_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_double_release (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_release_action_leaveon (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_release_action_reprovision (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_release_action_unset (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_release_system (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_reprovision_failure (bkr.inttest.server.selenium.test_systems_xmlrpc.ReleaseSystemXmlRpcTest) ... ok
test_cannot_reserve_automated_system (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok
test_cannot_reserve_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok
test_cannot_reserve_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok
test_double_reserve (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok
test_reserve_system (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok
test_reserve_via_external_service (bkr.inttest.server.selenium.test_systems_xmlrpc.ReserveSystemXmlRpcTest) ... ok
test_can_fetch_history (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemHistoryXmlRpcTest) ... ok
test_fetches_history_since_timestamp (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemHistoryXmlRpcTest) ... ok
test_can_force_powering_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_cannot_power_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_cannot_power_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_clear_netboot (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_power_off (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_power_on (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_reboot (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemPowerXmlRpcTest) ... ok
test_cannot_provision_automated_system (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_cannot_provision_system_in_use (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_cannot_provision_when_not_logged_in (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_kernel_options_inherited_from_defaults (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_provision (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_provision_expired_user_root_password (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_provision_without_reboot (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_refuses_to_provision_distro_not_in_lc (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_refuses_to_provision_distro_with_mismatched_arch (bkr.inttest.server.selenium.test_systems_xmlrpc.SystemProvisionXmlRpcTest) ... ok
test_task_redirect (bkr.inttest.server.selenium.test_task_by_name.TaskByName) ... ok
test_task_deleted (bkr.inttest.server.selenium.test_task_search.Search) ... ok
test_task_search (bkr.inttest.server.selenium.test_task_search.Search) ... ok
test_executed_tasks (bkr.inttest.server.selenium.test_task_search.TaskSearchWD) ... ok
test_executed_tasks_family_sorting (bkr.inttest.server.selenium.test_task_search.TaskSearchWD) ... ok
test_running_status (bkr.inttest.server.selenium.test_taskactions_xmlrpc.TaskactionsTest) ... ok
test_submit_task (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok
test_task_invalid_file (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok
test_task_package_names_are_case_sensitive (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok
test_task_without_owner_is_not_accepted (bkr.inttest.server.selenium.test_tasks.TestSubmitTask) ... ok
test_it (bkr.inttest.server.selenium.test_utilisation_graph.UtilisationGraphTest) ... ok
test_handles_null_recipe_task_id (bkr.inttest.server.selenium.test_watchdogs.WatchdogsTest) ... ok
test_page_works (bkr.inttest.server.selenium.test_watchdogs.WatchdogsTest) ... ok
test_log_delete_expired (bkr.inttest.server.tools.test_log_delete.LogDelete) ... ERROR
test_log_delete_to_delete (bkr.inttest.server.tools.test_log_delete.LogDelete) ... ERROR
test_log_not_delete (bkr.inttest.server.tools.test_log_delete.LogDelete) ... ERROR
test_301_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR
test_302_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR
test_404 (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR
test_deletion (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest) ... ERROR
test_email_send (bkr.inttest.server.tools.test_nag_mail.TestNagMail) ... ok
test_nag_email_dry_run (bkr.inttest.server.tools.test_nag_mail.TestNagMail) ... ok
test_ack_jobxml (bkr.inttest.server.test_ack_in_jobxml.TestAckJobXml) ... ok
Unline test_ack_jobxml, we do _not_ want to see our response in here ... ok
test_empty_and_element (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_fail_harness_repo (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_loaned_machine_can_be_scheduled (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_loaned_system_with_admin (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_loaned_system_with_loanee (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_loaned_system_with_not_loanee (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_loaned_system_with_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_nonshared_system_admin (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_nonshared_system_not_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_nonshared_system_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_or_lab_controller (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_order_by (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_recipe_install_options_can_remove_system_options (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_reservations_are_created (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_shared_group_system_with_admin_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_shared_group_system_with_admin_not_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_shared_group_system_with_user_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_shared_group_system_with_user_not_in_group (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_shared_system_admin (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_shared_system_not_owner (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_success_harness_repo (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_successful_recipe_start (bkr.inttest.server.test_beakerd.TestBeakerd) ... ok
test_01_invalid_system_distro_combo (bkr.inttest.server.test_deadrecipes.TestBeakerd) ... ok
test_02_dead_recipes (bkr.inttest.server.test_deadrecipes.TestBeakerd) ... ok
test <group = value/> case ... ok
test <group != ""/> case ... ok
test <group == ""/> case ... ok
test <group != value/> case ... ok
test_job_xml_can_be_roundtripped (bkr.inttest.server.test_jobs.TestJobsController) ... FAIL
test_uploading_job_with_invalid_hostRequires_raises_exception (bkr.inttest.server.test_jobs.TestJobsController) ... ok
test_uploading_job_without_recipeset_raises_exception (bkr.inttest.server.test_jobs.TestJobsController) ... ok
test_beaker_url (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_custom_kickstart (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_fedora16_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_ftp_no_http (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_grubport (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_highbank (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_ignoredisk (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_kopts_post (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_ksappends (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_leavebootorder (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_manual (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_mvebu (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_no_debug_repos (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_partitions_lvm (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel3_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel4_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel5_devices (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel5server_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_devices (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_http (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_ondisk (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_partitions (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_repos (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel6_s390x (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel7_defaults (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rhel7_s390x (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_root_password (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_rootfstype (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_skipx (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_sshkeys (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_sshkeys_s390x (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_static_networks (bkr.inttest.server.test_kickstart.KickstartTest) ... ok
test_disable_lab_controller (bkr.inttest.server.test_lab_controller.TestLabController) ... ok
test_enable_lab_controller (bkr.inttest.server.test_lab_controller.TestLabController) ... ok
test_lookup_secret_fqdn (bkr.inttest.server.test_lab_controller.TestLabController) ... ok
test_broken_system_notification (bkr.inttest.server.test_mail.BrokenSystemNotificationTest) ... ok
test_contains_job_hyperlink (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok
test_job_cc_list_is_notified (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok
test_job_owner_is_notified (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok
test_subject_contains_whiteboard (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok
test_subject_format (bkr.inttest.server.test_mail.JobCompletionNotificationTest) ... ok
test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.DeviceClassTest) ... ok
test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.DeviceTest) ... ok
test_arch (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distro_family (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distro_name (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distro_tag_equal (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distro_tag_notequal (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distro_variant (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distrolabcontroller (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_distrolabcontroller_notequal (bkr.inttest.server.test_model.DistroTreeByFilterTest) ... ok
test_arch_equal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_arch_notequal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_autoprov (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_cpu_count (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_filtering_by_device (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_hostlabcontroller_notequal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_hostname (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_hypervisor (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_key_absent (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_key_equal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_key_notequal (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_key_present (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_keyvalue_does_not_cause_duplicate_rows (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_memory (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_multiple_nonexistent_keys (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_numa_node_count (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_or_lab_controller (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_system_type (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_system_vendor (bkr.inttest.server.test_model.DistroTreeSystemsFilterTest) ... ok
test_all_systems_matches_arch (bkr.inttest.server.test_model.DistroTreeTest) ... ok
test_all_systems_obeys_osmajor_exclusions (bkr.inttest.server.test_model.DistroTreeTest) ... ok
test_all_systems_obeys_osversion_exclusions (bkr.inttest.server.test_model.DistroTreeTest) ... ok
test_url_in_lab (bkr.inttest.server.test_model.DistroTreeTest) ... ok
test_locations (bkr.inttest.server.test_model.GuestRecipeTest) ... ok
test_all_tables_use_innodb (bkr.inttest.server.test_model.SchemaSanityTest) ... ok
test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.TaskPackageTest) ... ok
test_lazy_create_does_not_cause_duplicates (bkr.inttest.server.test_model.TaskTypeTest) ... ok
test_counts_distinct_stable_distros (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok
test_multiple_suspicious_aborts_triggers_broken_system (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok
test_status_change_is_respected (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok
test_updates_modified_date (bkr.inttest.server.test_model.TestBrokenSystemDetection) ... ok
test_cc_property (bkr.inttest.server.test_model.TestJob) ... ok
test_mail_exception_doesnt_prevent_status_update (bkr.inttest.server.test_model.TestJob) ... ok
test_add_user_to_system (bkr.inttest.server.test_model.TestSystem) ... ok
test_create_system_params (bkr.inttest.server.test_model.TestSystem) ... ok
test_install_options_override (bkr.inttest.server.test_model.TestSystem) ... ok
test_mark_broken_updates_history (bkr.inttest.server.test_model.TestSystem) ... ok
test_remove_user_from_system (bkr.inttest.server.test_model.TestSystem) ... ok
test_removing_key_type_cascades_to_key_value (bkr.inttest.server.test_model.TestSystemKeyValue) ... ok
test_dictionary_password_rejected (bkr.inttest.server.test_model.UserTest) ... ok
test_cpu_speed_is_decimal (bkr.inttest.server.test_rdf.SystemRDFTest) ... ok
test_system_without_lab_controller (bkr.inttest.server.test_rdf.SystemRDFTest) ... ok
test_disable_task (bkr.inttest.server.test_tasks.TestTasks) ... ok
test_enable_task (bkr.inttest.server.test_tasks.TestTasks) ... ok
test_abort_recipe_bubbles_status_to_job (bkr.inttest.server.test_update_status.TestUpdateStatus) ... ok
test_update_status_can_be_roundtripped_35508 (bkr.inttest.server.test_update_status.TestUpdateStatus) ... ok
test_update_status_can_be_roundtripped_40214 (bkr.inttest.server.test_update_status.TestUpdateStatus) ... ok
test_durations (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok
test_idle_with_status_duration_covering_entire_period (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok
test_system_added_during_period (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok
test_system_removed_during_period (bkr.inttest.server.test_utilisation.SystemUtilisationTest) ... ok
test_device (bkr.common.test_schema.JobSchemaTest) ... ok
test_device_driver (bkr.common.test_schema.JobSchemaTest) ... ok
test_duplicate_elements (bkr.common.test_schema.JobSchemaTest) ... ok
test_guestrecipe (bkr.common.test_schema.JobSchemaTest) ... ok
test_hostRequires_not_optional (bkr.common.test_schema.JobSchemaTest) ... ok
test_minimal_job (bkr.common.test_schema.JobSchemaTest) ... ok
test_recipe_elements_in_different_order (bkr.common.test_schema.JobSchemaTest) ... ok
self_test_doesnt_mangle_short_values (bkr.server.test_util.UnicodeTruncateTest) ... ok
self_test_truncates_on_character_boundaries (bkr.server.test_util.UnicodeTruncateTest) ... ok
test_reaper_race (bkr.labcontroller.test_async.SubprocessTest) ... ok
test_runaway_output_is_discarded (bkr.labcontroller.test_async.SubprocessTest) ... ok
test_timeout_is_enforced (bkr.labcontroller.test_async.SubprocessTest) ... ok
test_configure_then_clear (bkr.labcontroller.test_netboot.EfigrubTest) ... ok
test_multiple_initrds (bkr.labcontroller.test_netboot.EfigrubTest) ... ok
test_configure_then_clear (bkr.labcontroller.test_netboot.EliloTest) ... ok
test_fetch_then_clear (bkr.labcontroller.test_netboot.ImagesTest) ... ok
test_fetch_twice (bkr.labcontroller.test_netboot.ImagesTest) ... ok
test_configure_then_clear (bkr.labcontroller.test_netboot.PxelinuxTest) ... ok
test_doesnt_overwrite_existing_default_config (bkr.labcontroller.test_netboot.PxelinuxTest) ... ok
test_multiple_initrds (bkr.labcontroller.test_netboot.PxelinuxTest) ... ok
test_configure_then_clear (bkr.labcontroller.test_netboot.YabootTest) ... ok
test_configure_twice (bkr.labcontroller.test_netboot.YabootTest) ... ok
test_configure_then_clear (bkr.labcontroller.test_netboot.ZpxeTest) ... ok
======================================================================
ERROR: test_generate_by_whiteboard (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrix)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 233, in test_generate_by_whiteboard
sel.select('whiteboard', self.job_whiteboard)
File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 716, in select
self.do_command("select", [selectLocator,optionLocator,])
File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 217, in do_command
raise Exception, data
Exception: ERROR: Element whiteboard not found
-------------------- >> begin captured stdout << ---------------------
updating visit (a62efbb6e4f856c58bd1b07ebb0e7087e430222d) to expire at 2012-09-21 13:41:03.375942
updating visit (3378957e6afa85ff5ba181fc89505812794bf33f) to expire at 2012-09-21 13:41:10.536567
updating visit (01b893277a9ca850562b7666cb3403170c37b972) to expire at 2012-09-21 13:41:32.732227
updating visit (f2bc6ea7a446c6f95adfe32291b0550392804b8e) to expire at 2012-09-21 13:41:27.600507
updating visit (9a46e7c072935a3d7cc071c34c7e03b7e1fb99f4) to expire at 2012-09-21 13:41:28.067669
updating visit (d060d770924ac132083cb2465fde60f68c34345b) to expire at 2012-09-21 13:41:19.341938
11:41:33.277 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null
11:41:33.277 INFO - creating new remote session
11:41:33.278 INFO - Allocated session c6f505ac6f144745bfe6f3797686c51b for http://localhost:9090/, launching...
11:41:33.290 INFO - Preparing Firefox profile...
11:41:35.693 INFO - Launching Firefox...
11:41:37.594 INFO - Got result: OK,c6f505ac6f144745bfe6f3797686c51b on session c6f505ac6f144745bfe6f3797686c51b
11:41:37.651 INFO - Command request: open[matrix, True] on session c6f505ac6f144745bfe6f3797686c51b
127.0.0.1 - - [21/Sep/2012:01:41:37 +0000] "GET /matrix HTTP/1.1" 302 111 "http://localhost:4444/selenium-server/core/Blank.html?start=true" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
2012-09-21 11:41:37,705 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run
self.main()
File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main
body = page_handler(*virtual_path, **self.params)
File "<string>", line 3, in index
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose
*args, **kw)
File "<generated code>", line 0, in run_with_transaction
File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__
return self.body(*args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/database.py", line 458, in sa_rwt
retval = func(*args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 244, in _expose
@abstract()
File "<generated code>", line 0, in _expose
File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__
return self.body(*args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>
fragment, options, args, kw)))
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func
output = errorhandling.try_call(func, *args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call
return func(self, *args, **kw)
File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index
matrix_options['whiteboard_options'] = self.get_whiteboard_options(kw.get('filter'), selected=kw.get('whiteboard'))
File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options
query = query.group_by([model.Job.whiteboard]). \
File "<string>", line 1, in <lambda>
File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate
fn(self, *args[1:], **kw)
File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by
criterion = self._adapt_col_list(criterion)
File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list
for o in cols
File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text
"SQL expression object or string expected."
ArgumentError: SQL expression object or string expected.
Request Headers:
REFERER: http://localhost:4444/selenium-server/core/Blank.html?start=true
Content-Length:
USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0
CONNECTION: keep-alive
COOKIE: tg-visit=2a825e8359972c641b2d35b7c3ccf3d5b7ea5bf3
HOST: localhost:9090
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Remote-Addr: 127.0.0.1
ACCEPT-LANGUAGE: en-us,en;q=0.5
Content-Type:
ACCEPT-ENCODING: gzip, deflate
127.0.0.1 - - [21/Sep/2012:01:41:37 +0000] "GET /matrix/ HTTP/1.1" 500 3373 "http://localhost:4444/selenium-server/core/Blank.html?start=true" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:37 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:41:37.732 INFO - Got result: OK on session c6f505ac6f144745bfe6f3797686c51b
11:41:37.734 INFO - Command request: waitForPageToLoad[30000, ] on session c6f505ac6f144745bfe6f3797686c51b
11:41:37.745 INFO - Got result: OK on session c6f505ac6f144745bfe6f3797686c51b
11:41:37.752 INFO - Command request: select[whiteboard, DanC says hi 1348191692865] on session c6f505ac6f144745bfe6f3797686c51b
11:41:37.772 INFO - Got result: ERROR: Element whiteboard not found on session c6f505ac6f144745bfe6f3797686c51b
--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921014133.32676.74084@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921014133.32676.74084@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921014133.32676.74084@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921014133.32676.74084@asaha.bne.redhat.com> failed.
turbomail.manager: INFO: Attempting delivery of message <20120921014133.32676.99788@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921014133.32676.99788@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921014133.32676.99788@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921014133.32676.99788@asaha.bne.redhat.com> failed.
turbomail.manager: INFO: Attempting delivery of message <20120921014133.32676.31367@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921014133.32676.31367@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921014133.32676.31367@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921014133.32676.31367@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_it (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrix)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 268, in test_it
sel.type('remote_form_whiteboard_filter', self.job_whiteboard)
File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 596, in type
self.do_command("type", [locator,value,])
File "/usr/lib/python2.7/site-packages/selenium/selenium.py", line 217, in do_command
raise Exception, data
Exception: ERROR: Element remote_form_whiteboard_filter not found
-------------------- >> begin captured stdout << ---------------------
11:41:38.274 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null
11:41:38.274 INFO - creating new remote session
11:41:38.275 INFO - Allocated session d3308890037e42b79f073373c1c80d2c for http://localhost:9090/, launching...
11:41:38.288 INFO - Preparing Firefox profile...
11:41:40.491 INFO - Launching Firefox...
11:41:42.422 INFO - Got result: OK,d3308890037e42b79f073373c1c80d2c on session d3308890037e42b79f073373c1c80d2c
11:41:42.473 INFO - Command request: open[, True] on session d3308890037e42b79f073373c1c80d2c
2012-09-21 11:41:42,518 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:41:42,518 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:41:42,518 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:41:42,519 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:41:42,519 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:41:42,519 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET / HTTP/1.1" 200 36858 "http://localhost:4444/selenium-server/core/Blank.html?start=true" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:41:42.878 INFO - Got result: OK on session d3308890037e42b79f073373c1c80d2c
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:41:42.881 INFO - Command request: click[link=Matrix, ] on session d3308890037e42b79f073373c1c80d2c
11:41:42.888 INFO - Got result: OK on session d3308890037e42b79f073373c1c80d2c
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /matrix HTTP/1.1" 302 111 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:41:42.892 INFO - Command request: waitForPageToLoad[30000, ] on session d3308890037e42b79f073373c1c80d2c
2012-09-21 11:41:42,895 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run
self.main()
File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main
body = page_handler(*virtual_path, **self.params)
File "<string>", line 3, in index
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose
*args, **kw)
File "<generated code>", line 0, in run_with_transaction
File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__
return self.body(*args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/database.py", line 458, in sa_rwt
retval = func(*args, **kw)
File "<generated code>", line 0, in _expose
File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__
return self.body(*args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>
fragment, options, args, kw)))
File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func
output = errorhandling.try_call(func, *args, **kw)
File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call
return func(self, *args, **kw)
File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index
matrix_options['whiteboard_options'] = self.get_whiteboard_options(kw.get('filter'), selected=kw.get('whiteboard'))
File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options
query = query.group_by([model.Job.whiteboard]). \
File "<string>", line 1, in <lambda>
File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate
fn(self, *args[1:], **kw)
File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by
criterion = self._adapt_col_list(criterion)
File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list
for o in cols
File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text
"SQL expression object or string expected."
ArgumentError: SQL expression object or string expected.
Request Headers:
REFERER: http://localhost:9090/
Content-Length:
USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0
CONNECTION: keep-alive
COOKIE: tg-visit=29c812a0dd18d236bb77b6c08c967d31893e944e
HOST: localhost:9090
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Remote-Addr: 127.0.0.1
ACCEPT-LANGUAGE: en-us,en;q=0.5
Content-Type:
ACCEPT-ENCODING: gzip, deflate
127.0.0.1 - - [21/Sep/2012:01:41:42 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:41:42.918 INFO - Got result: OK on session d3308890037e42b79f073373c1c80d2c
11:41:42.920 INFO - Command request: type[remote_form_whiteboard_filter, DanC says hi 1348191697835] on session d3308890037e42b79f073373c1c80d2c
11:41:42.927 INFO - Got result: ERROR: Element remote_form_whiteboard_filter not found on session d3308890037e42b79f073373c1c80d2c
--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921014137.32676.6430@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921014137.32676.6430@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921014137.32676.6430@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921014137.32676.6430@asaha.bne.redhat.com> failed.
turbomail.manager: INFO: Attempting delivery of message <20120921014138.32676.90961@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921014138.32676.90961@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921014138.32676.90961@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921014138.32676.90961@asaha.bne.redhat.com> failed.
turbomail.manager: INFO: Attempting delivery of message <20120921014138.32676.63074@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921014138.32676.63074@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921014138.32676.63074@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921014138.32676.63074@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_deleted_job_results_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 108, in test_deleted_job_results_not_shown
b.find_element_by_xpath("//select[@name='whiteboard']/option[@value='%s']" % self.job_whiteboard).click()
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 213, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: 'Message: u\'Unable to locate element: {"method":"xpath","selector":"//select[@name=\\\'whiteboard\\\']/option[@value=\\\'foobarhi 527\\\']"}\' \n-------------------- >> begin captured stdout << ---------------------\n2012-09-21 11:41:45,672 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description\n2012-09-21 11:41:45,672 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id\n2012-09-21 11:41:45,672 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver\n2012-09-21 11:41:45,672 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id\n2012-09-21 11:41:45,672 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id\n2012-09-21 11:41:45,672 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET / HTTP/1.1" 200 36858 "" "
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/
5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux
x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.
1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\
n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101
Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.
0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:45 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.
0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:46 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:41:46,419 bkr.server.controllers INFO Associating user (user544) with visit (a87981324e03adcdfaa5980aa8c6b88695e556f7)\n127.0.0.1 - user544 [21/Sep/2012:01:41:46 +0000] "
POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:41:46,529 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description\n2012-09-21 11:41:46,529 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id\n2012-09-21 11:41:46,529 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver\n2012-09-21 11:41:46,529 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id\n2012-09-21 11:41:46,529 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id\n2012-09-21 11:41:46,529 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id\n127.0.0.1 - user544 [21/Sep/2012:01:41:46 +0000] "GET / HTTP/1.1" 200 38000 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 -
user544 [21/Sep/2012:01:41:46 +0000] "GET /matrix HTTP/1.1" 302 111 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:41:46,791 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run\n self.main()\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main\n body = page_handler(*virtual_path, **self.params)\n File "<string>", line 3, in index\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose\n *args, **kw)\n File "<generated code>", line 0, in run_with_transaction\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/database.py", line
458, in sa_rwt\n retval = func(*args, **kw)\n File "<generated code>", line 0, in _expose\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>\n fragment, options, args, kw)))\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func\n output = errorhandling.try_call(func, *args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call\n return func(self, *args, **kw)\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index\n matrix_options[\'whiteboard_options\'] = self.get_whiteboard_options(kw.get(\'filter\'), selected=kw.get(\'whiteboard\'))\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options\n query = query.group_by([model.Job.whiteboard]). \\\n File "<string>",
line 1, in <lambda>\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate\n fn(self, *args[1:], **kw)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by\n criterion = self._adapt_col_list(criterion)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list\n for o in cols\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text\n "SQL expression object or string expected."\nArgumentError: SQL expression object or string expected.\nRequest Headers:\n COOKIE: tg-visit=a87981324e03adcdfaa5980aa8c6b88695e556f7\n Content-Length: \n USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\n CONNECTION: keep-alive\n HOST: localhost:9090\n ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n Remote-Addr: 127.0.0.1\n ACCEPT-LANGUAGE: en-us,en;q=0.5\n Content-Type: \n ACCEPT-ENCODING:
gzip, deflate\n127.0.0.1 - user544 [21/Sep/2012:01:41:46 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nturbomail.manager: INFO: Attempting delivery of message <20120921014143.32676.80086@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014143.32676.80086@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014143.32676.80086@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014143.32676.80086@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}}\
nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/timeouts/implicit_wait {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "ms": 10000.0}\nturbomail.manager: INFO: Attempting delivery of message <20120921014145.32676.2242@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014145.32676.2242@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014145.32676.2242@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014145.32676.2242@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014145.32676.70958@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014145.32676.70958@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014145.32676.70958@asaha.bne.redhat.com> DELIVER\nturbomail.transport:
INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014145.32676.70958@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/url {"url": "http://localhost:9090/", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element {"using": "link text", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "Login"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element/{f10d6bcf-4cc4-43b5-8d3c-155013456641}/click {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "id": "{f10d6bcf-4cc4-43b5-8d3c-155013456641}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/
element {"using": "name", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "user_name"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element/{b2e4ac38-7234-4e0d-aaed-ff31ee49c220}/click {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "id": "{b2e4ac38-7234-4e0d-aaed-ff31ee49c220}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element {"using": "name", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "user_name"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element/{b2e4ac38-7234-4e0d-aaed-ff31ee49c220}/value {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "id": "{b2e4ac38-7234-4e0d-aaed-ff31ee49c220}", "value": ["u", "s", "e", "r", "5", "4", "4"]}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:
56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element {"using": "name", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "password"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element/{0b8aef2e-0e9d-419c-9c50-238fa4e8da69}/click {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "id": "{0b8aef2e-0e9d-419c-9c50-238fa4e8da69}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element {"using": "name", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "password"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element/{0b8aef2e-0e9d-419c-9c50-238fa4e8da69}/value {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "id": "{0b8aef2e-0e9d-419c-9c50-238fa4e8da69}", "value": ["p", "a", "s", "s", "w", "o", "r", "d"]}\nselenium.
webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element {"using": "name", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "login"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element/{f5461444-ae1e-4642-b243-dc01a86254bf}/click {"sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "id": "{f5461444-ae1e-4642-b243-dc01a86254bf}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/url {"url": "http://localhost:9090/matrix", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:56701/hub/session/9c9fa955-83ba-4ce8-94f0-77073af286bb/element {"using": "xpath", "sessionId": "9c9fa955-83ba-4ce8-94f0-77073af286bb", "value": "//select[@name=\'whiteboard\']/option[@value=\'foobarhi 527\']"}\n---------
------------ >> end captured logging << ---------------------'
======================================================================
ERROR: test_deleted_whiteboard_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 81, in test_deleted_whiteboard_not_shown
whiteboard_options = b.find_element_by_xpath("//select[@name='whiteboard']").text
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 213, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: 'Message: u\'Unable to locate element: {"method":"xpath","selector":"//select[@name=\\\'whiteboard\\\']"}\' \n-------------------- >> begin captured stdout << ---------------------\n2012-09-21 11:41:59,082 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description\n2012-09-21 11:41:59,082 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id\n2012-09-21 11:41:59,082 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver\n2012-09-21 11:41:59,083 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id\n2012-09-21 11:41:59,083 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id\n2012-09-21 11:41:59,083 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET / HTTP/1.1" 200 37126 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.
0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0)
Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101
Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/
20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64;
rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11;
Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/
20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0)
Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:41:59 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:41:59,769 bkr.server.controllers INFO Associating user (user552) with visit (8861f03148f2c7eabd64ef065b430713760f2913)\n127.0.0.1 - user552 [21/Sep/2012:01:41:59 +0000] "POST /login HTTP/1.1" 302 97 "
http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:41:59,810 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description\n2012-09-21 11:41:59,810 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id\n2012-09-21 11:41:59,810 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver\n2012-09-21 11:41:59,810 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id\n2012-09-21 11:41:59,810 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id\n2012-09-21 11:41:59,810 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id\n127.0.0.1 - user552 [21/Sep/2012:01:41:59 +0000] "GET / HTTP/1.1" 200 38268 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - user552 [21/Sep/2012:01:42:00 +0000]
"GET /matrix HTTP/1.1" 302 111 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:00,062 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run\n self.main()\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main\n body = page_handler(*virtual_path, **self.params)\n File "<string>", line 3, in index\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose\n *args, **kw)\n File "<generated code>", line 0, in run_with_transaction\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/database.py", line 458, in sa_rwt\n retval = func(*
args, **kw)\n File "<generated code>", line 0, in _expose\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>\n fragment, options, args, kw)))\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func\n output = errorhandling.try_call(func, *args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call\n return func(self, *args, **kw)\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index\n matrix_options[\'whiteboard_options\'] = self.get_whiteboard_options(kw.get(\'filter\'), selected=kw.get(\'whiteboard\'))\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options\n query = query.group_by([model.Job.whiteboard]). \\\n File "<string>", line 1, in <lambda>\n File "/usr/
lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate\n fn(self, *args[1:], **kw)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by\n criterion = self._adapt_col_list(criterion)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list\n for o in cols\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text\n "SQL expression object or string expected."\nArgumentError: SQL expression object or string expected.\nRequest Headers:\n COOKIE: tg-visit=8861f03148f2c7eabd64ef065b430713760f2913\n Content-Length: \n USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\n CONNECTION: keep-alive\n HOST: localhost:9090\n ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n Remote-Addr: 127.0.0.1\n ACCEPT-LANGUAGE: en-us,en;q=0.5\n Content-Type: \n ACCEPT-ENCODING: gzip, deflate\n127.0.0.1 - user552 [
21/Sep/2012:01:42:00 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\nupdating visit (2a825e8359972c641b2d35b7c3ccf3d5b7ea5bf3) to expire at 2012-09-21 13:41:37.720345\nupdating visit (29c812a0dd18d236bb77b6c08c967d31893e944e) to expire at 2012-09-21 13:41:42.893157\nupdating visit (a87981324e03adcdfaa5980aa8c6b88695e556f7) to expire at 2012-09-21 13:41:46.787805\nupdating visit (8861f03148f2c7eabd64ef065b430713760f2913) to expire at 2012-09-21 13:42:00.059282\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nturbomail.manager: INFO: Attempting delivery of message <20120921014157.32676.84151@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014157.32676.84151@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014157.32676.84151@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to
SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014157.32676.84151@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/timeouts/implicit_wait {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "ms": 10000.0}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/url {"url": "http://localhost:9090/", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "link text", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "value":
"Login"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element/{615600d6-c348-4875-8362-8ac34ad9ceef}/click {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "id": "{615600d6-c348-4875-8362-8ac34ad9ceef}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "name", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "value": "user_name"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element/{8ea2b6a1-54fd-4a7d-9d16-8f66f08718c7}/click {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "id": "{8ea2b6a1-54fd-4a7d-9d16-8f66f08718c7}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "name", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "
value": "user_name"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element/{8ea2b6a1-54fd-4a7d-9d16-8f66f08718c7}/value {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "id": "{8ea2b6a1-54fd-4a7d-9d16-8f66f08718c7}", "value": ["u", "s", "e", "r", "5", "5", "2"]}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "name", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "value": "password"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element/{6f25e305-6b9b-4067-8274-e57e3b3e1bce}/click {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "id": "{6f25e305-6b9b-4067-8274-e57e3b3e1bce}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "name", "
sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "value": "password"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element/{6f25e305-6b9b-4067-8274-e57e3b3e1bce}/value {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "id": "{6f25e305-6b9b-4067-8274-e57e3b3e1bce}", "value": ["p", "a", "s", "s", "w", "o", "r", "d"]}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "name", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "value": "login"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element/{8749e239-9e6d-4cad-bce9-62ee16556a83}/click {"sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "id": "{8749e239-9e6d-4cad-bce9-62ee16556a83}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-
cd06-4671-b6d6-4bd831fd76b0/url {"url": "http://localhost:9090/matrix", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:48599/hub/session/319e3306-cd06-4671-b6d6-4bd831fd76b0/element {"using": "xpath", "sessionId": "319e3306-cd06-4671-b6d6-4bd831fd76b0", "value": "//select[@name=\'whiteboard\']"}\n--------------------- >> end captured logging << ---------------------'
======================================================================
ERROR: test_max_whiteboard (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 50, in test_max_whiteboard
b.find_element_by_xpath("//select[@name='whiteboard']/option[@value='%s']" % whiteboard).click()
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 213, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: 'Message: u\'Unable to locate element: {"method":"xpath","selector":"//select[@name=\\\'whiteboard\\\']/option[@value=\\\'whiteboard\\\']"}\' \n-------------------- >> begin captured stdout << ---------------------\n127.0.0.1 - - [21/Sep/2012:01:42:15 +0000] "GET /matrix HTTP/1.1" 302 111 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:15,456 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run\n self.main()\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main\n body = page_handler(*virtual_path, **self.params)\n File "<string>", line 3, in index\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose\n *args, **
kw)\n File "<generated code>", line 0, in run_with_transaction\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/database.py", line 458, in sa_rwt\n retval = func(*args, **kw)\n File "<generated code>", line 0, in _expose\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>\n fragment, options, args, kw)))\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func\n output = errorhandling.try_call(func, *args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call\n return func(self, *args, **kw)\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index\n matrix_options[\'whiteboard_options\'] = self.get_
whiteboard_options(kw.get(\'filter\'), selected=kw.get(\'whiteboard\'))\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options\n query = query.group_by([model.Job.whiteboard]). \\\n File "<string>", line 1, in <lambda>\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate\n fn(self, *args[1:], **kw)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by\n criterion = self._adapt_col_list(criterion)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list\n for o in cols\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text\n "SQL expression object or string expected."\nArgumentError: SQL expression object or string expected.\nRequest Headers:\n COOKIE: tg-visit=71938cb05eaa00edb4c8deeda0184f361d9de8b8\n Content-Length: \n USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0)
Gecko/20100101 Firefox/15.0\n CONNECTION: keep-alive\n HOST: localhost:9090\n ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n Remote-Addr: 127.0.0.1\n ACCEPT-LANGUAGE: en-us,en;q=0.5\n Content-Type: \n ACCEPT-ENCODING: gzip, deflate\n127.0.0.1 - - [21/Sep/2012:01:42:15 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:15 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nturbomail.manager: INFO: Attempting delivery of message <20120921014210.32676.69805@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014210.32676.69805@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014210.32676.69805@asaha.bne.redhat.com> DELIVER\
nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014210.32676.69805@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:60309/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:60309/hub/session/24458886-1adb-494e-8b48-3e09d0633e7c/timeouts/implicit_wait {"sessionId": "24458886-1adb-494e-8b48-3e09d0633e7c", "ms": 10000.0}\nturbomail.manager: INFO: Attempting delivery of message <20120921014212.32676.76823@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014212.32676.76823@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014212.32676.76823@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR:
Delivery of message <20120921014212.32676.76823@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014212.32676.13225@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014212.32676.13225@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014212.32676.13225@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014212.32676.13225@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014212.32676.4139@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014212.32676.4139@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014212.32676.4139@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014212.32676.4139@asaha.bne.redhat.com>
failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.27016@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.27016@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.27016@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.27016@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.96003@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.96003@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.96003@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.96003@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message
<20120921014213.32676.8904@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.8904@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.8904@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.8904@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.30877@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.30877@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.30877@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.30877@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.52123@asaha.bne.redhat.com>.\nturbomail.
transport: INFO: Attempting delivery of message <20120921014213.32676.52123@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.52123@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.52123@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.30453@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.30453@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.30453@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.30453@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.14147@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.
32676.14147@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.14147@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.14147@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.90517@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.90517@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.90517@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.90517@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.12649@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.12649@asaha.bne.redhat.com>.\nturbomail.delivery: INFO:
<20120921014213.32676.12649@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.12649@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014213.32676.14264@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014213.32676.14264@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014213.32676.14264@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014213.32676.14264@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014214.32676.76914@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014214.32676.76914@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014214.32676.76914@asaha.bne.redhat.com> DELIVER\
nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014214.32676.76914@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014214.32676.83138@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014214.32676.83138@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014214.32676.83138@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014214.32676.83138@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014214.32676.71156@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014214.32676.71156@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014214.32676.71156@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:
19999.\nturbomail.manager: ERROR: Delivery of message <20120921014214.32676.71156@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014214.32676.86227@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014214.32676.86227@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014214.32676.86227@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014214.32676.86227@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014214.32676.1397@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014214.32676.1397@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014214.32676.1397@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message
<20120921014214.32676.1397@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014214.32676.50159@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014214.32676.50159@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014214.32676.50159@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014214.32676.50159@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014215.32676.65887@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014215.32676.65887@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014215.32676.65887@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014215.32676.65887@asaha.bne.redhat.com> failed.\
nturbomail.manager: INFO: Attempting delivery of message <20120921014215.32676.71679@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014215.32676.71679@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014215.32676.71679@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014215.32676.71679@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:60309/hub/session/24458886-1adb-494e-8b48-3e09d0633e7c/url {"url": "http://localhost:9090/matrix", "sessionId": "24458886-1adb-494e-8b48-3e09d0633e7c"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:60309/hub/session/24458886-1adb-494e-8b48-3e09d0633e7c/element {"using": "xpath", "sessionId": "24458886-1adb-494e-8b48-3e09d0633e7c", "value": "//select[@name=\'whiteboard\']/option[@value=\'whiteboard\']"}\n--------------------- >> end
captured logging << ---------------------'
======================================================================
ERROR: test_nacked_recipe_results_not_shown (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 137, in test_nacked_recipe_results_not_shown
b.find_element_by_xpath("//select[@name='whiteboard']/option[@value='%s']" % self.job_whiteboard).click()
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 213, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: 'Message: u\'Unable to locate element: {"method":"xpath","selector":"//select[@name=\\\'whiteboard\\\']/option[@value=\\\'foobarhi 665\\\']"}\' \n-------------------- >> begin captured stdout << ---------------------\n2012-09-21 11:42:27,703 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description\n2012-09-21 11:42:27,703 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id\n2012-09-21 11:42:27,703 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver\n2012-09-21 11:42:27,703 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id\n2012-09-21 11:42:27,703 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id\n2012-09-21 11:42:27,703 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET / HTTP/1.1" 200 37127 "" "
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11;
Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64;
rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (
X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "
Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (
X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:27 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css"
"Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:28 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:28,416 bkr.server.controllers INFO Associating user (user682) with visit (155c7af001a108fccde543d8d00d3df1d9a5eb47)\n127.0.0.1 - user682 [21/Sep/2012:01:42:
28 +0000] "POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:28,487 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description\n2012-09-21 11:42:28,488 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id\n2012-09-21 11:42:28,488 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver\n2012-09-21 11:42:28,488 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id\n2012-09-21 11:42:28,488 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id\n2012-09-21 11:42:28,488 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id\n127.0.0.1 - user682 [21/Sep/2012:01:42:28 +0000] "GET / HTTP/1.1" 200 38269 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.
0.1 - user682 [21/Sep/2012:01:42:28 +0000] "GET /matrix HTTP/1.1" 302 111 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:28,732 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run\n self.main()\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main\n body = page_handler(*virtual_path, **self.params)\n File "<string>", line 3, in index\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose\n *args, **kw)\n File "<generated code>", line 0, in run_with_transaction\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/database.py",
line 458, in sa_rwt\n retval = func(*args, **kw)\n File "<generated code>", line 0, in _expose\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>\n fragment, options, args, kw)))\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func\n output = errorhandling.try_call(func, *args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call\n return func(self, *args, **kw)\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index\n matrix_options[\'whiteboard_options\'] = self.get_whiteboard_options(kw.get(\'filter\'), selected=kw.get(\'whiteboard\'))\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options\n query = query.group_by([model.Job.whiteboard]). \\\n File "
<string>", line 1, in <lambda>\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate\n fn(self, *args[1:], **kw)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by\n criterion = self._adapt_col_list(criterion)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list\n for o in cols\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text\n "SQL expression object or string expected."\nArgumentError: SQL expression object or string expected.\nRequest Headers:\n COOKIE: tg-visit=155c7af001a108fccde543d8d00d3df1d9a5eb47\n Content-Length: \n USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\n CONNECTION: keep-alive\n HOST: localhost:9090\n ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n Remote-Addr: 127.0.0.1\n ACCEPT-LANGUAGE: en-us,en;q=0.5\n Content-Type: \n ACCEPT-
ENCODING: gzip, deflate\n127.0.0.1 - user682 [21/Sep/2012:01:42:28 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\nupdating visit (155c7af001a108fccde543d8d00d3df1d9a5eb47) to expire at 2012-09-21 13:42:28.726961\nupdating visit (71938cb05eaa00edb4c8deeda0184f361d9de8b8) to expire at 2012-09-21 13:42:15.480654\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nturbomail.manager: INFO: Attempting delivery of message <20120921014225.32676.83268@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014225.32676.83268@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014225.32676.83268@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014225.32676.83268@asaha.bne.redhat.com> failed.\nselenium.webdriver.
remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/timeouts/implicit_wait {"sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "ms": 10000.0}\nturbomail.manager: INFO: Attempting delivery of message <20120921014227.32676.23028@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014227.32676.23028@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014227.32676.23028@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014227.32676.23028@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014227.32676.69442@asaha.bne.redhat.com>.\
nturbomail.transport: INFO: Attempting delivery of message <20120921014227.32676.69442@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014227.32676.69442@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014227.32676.69442@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/url {"url": "http://localhost:9090/", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "link text", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "Login"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element/{b5b773cb-deb3-40b9-a83b-d8dd37281f6a}/click {"sessionId": "
81ea7db5-6798-457c-896a-cf7ba6fa2251", "id": "{b5b773cb-deb3-40b9-a83b-d8dd37281f6a}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "name", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "user_name"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element/{00579647-bf69-4b4e-a301-f7bf3b419d85}/click {"sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "id": "{00579647-bf69-4b4e-a301-f7bf3b419d85}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "name", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "user_name"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element/{00579647-bf69-4b4e-a301-f7bf3b419d85}/value {"
sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "id": "{00579647-bf69-4b4e-a301-f7bf3b419d85}", "value": ["u", "s", "e", "r", "6", "8", "2"]}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "name", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "password"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element/{a58efb6b-0e77-49f3-b23a-21afbfa47a14}/click {"sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "id": "{a58efb6b-0e77-49f3-b23a-21afbfa47a14}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "name", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "password"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/
element/{a58efb6b-0e77-49f3-b23a-21afbfa47a14}/value {"sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "id": "{a58efb6b-0e77-49f3-b23a-21afbfa47a14}", "value": ["p", "a", "s", "s", "w", "o", "r", "d"]}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "name", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "login"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element/{2e9c37d9-04c3-4939-bb6b-42a1e2ba1a70}/click {"sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "id": "{2e9c37d9-04c3-4939-bb6b-42a1e2ba1a70}"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/url {"url": "http://localhost:9090/matrix", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:
39522/hub/session/81ea7db5-6798-457c-896a-cf7ba6fa2251/element {"using": "xpath", "sessionId": "81ea7db5-6798-457c-896a-cf7ba6fa2251", "value": "//select[@name=\'whiteboard\']/option[@value=\'foobarhi 665\']"}\n--------------------- >> end captured logging << ---------------------'
======================================================================
ERROR: test_single_job (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 177, in test_single_job
b.find_element_by_xpath("//select/option[@value='%s']" % unique_whiteboard).click()
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 213, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: 'Message: u\'Unable to locate element: {"method":"xpath","selector":"//select/option[@value=\\\'whiteboard690\\\']"}\' \n-------------------- >> begin captured stdout << ---------------------\n127.0.0.1 - - [21/Sep/2012:01:42:41 +0000] "GET /matrix HTTP/1.1" 302 111 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:42,025 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run\n self.main()\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main\n body = page_handler(*virtual_path, **self.params)\n File "<string>", line 3, in index\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose\n *args, **kw)\n File "<generated
code>", line 0, in run_with_transaction\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/database.py", line 458, in sa_rwt\n retval = func(*args, **kw)\n File "<generated code>", line 0, in _expose\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>\n fragment, options, args, kw)))\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func\n output = errorhandling.try_call(func, *args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call\n return func(self, *args, **kw)\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index\n matrix_options[\'whiteboard_options\'] = self.get_whiteboard_options(kw.
get(\'filter\'), selected=kw.get(\'whiteboard\'))\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options\n query = query.group_by([model.Job.whiteboard]). \\\n File "<string>", line 1, in <lambda>\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate\n fn(self, *args[1:], **kw)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by\n criterion = self._adapt_col_list(criterion)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list\n for o in cols\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text\n "SQL expression object or string expected."\nArgumentError: SQL expression object or string expected.\nRequest Headers:\n COOKIE: tg-visit=988a5708c41bb7f408de0eaced18ce92a53cf9c1\n Content-Length: \n USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101
Firefox/15.0\n CONNECTION: keep-alive\n HOST: localhost:9090\n ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n Remote-Addr: 127.0.0.1\n ACCEPT-LANGUAGE: en-us,en;q=0.5\n Content-Type: \n ACCEPT-ENCODING: gzip, deflate\n127.0.0.1 - - [21/Sep/2012:01:42:42 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:42 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nturbomail.manager: INFO: Attempting delivery of message <20120921014239.32676.19018@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014239.32676.19018@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014239.32676.19018@asaha.bne.redhat.com> DELIVER\nturbomail.
transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014239.32676.19018@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:53245/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:53245/hub/session/490c09e0-984a-4b39-81ef-abe80eba3356/timeouts/implicit_wait {"sessionId": "490c09e0-984a-4b39-81ef-abe80eba3356", "ms": 10000.0}\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.526@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.526@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.526@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of
message <20120921014241.32676.526@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.66920@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.66920@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.66920@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.66920@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.28250@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.28250@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.28250@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.28250@asaha.bne.redhat.com> failed.\
nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.59802@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.59802@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.59802@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.59802@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.28552@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.28552@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.28552@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.28552@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message
<20120921014241.32676.40998@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.40998@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.40998@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.40998@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.52596@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.52596@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.52596@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.52596@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.67650@asaha.bne.redhat.com>.\nturbomail.
transport: INFO: Attempting delivery of message <20120921014241.32676.67650@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.67650@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.67650@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.50459@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.32676.50459@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.50459@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.50459@asaha.bne.redhat.com> failed.\nturbomail.manager: INFO: Attempting delivery of message <20120921014241.32676.8101@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014241.
32676.8101@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014241.32676.8101@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014241.32676.8101@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:53245/hub/session/490c09e0-984a-4b39-81ef-abe80eba3356/url {"url": "http://localhost:9090/matrix", "sessionId": "490c09e0-984a-4b39-81ef-abe80eba3356"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:53245/hub/session/490c09e0-984a-4b39-81ef-abe80eba3356/element {"using": "xpath", "sessionId": "490c09e0-984a-4b39-81ef-abe80eba3356", "value": "//select/option[@value=\'whiteboard690\']"}\n--------------------- >> end captured logging << ---------------------'
======================================================================
ERROR: test_whiteboard_filtering (bkr.inttest.server.selenium.test_job_matrix.TestJobMatrixWebDriver)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_job_matrix.py", line 60, in test_whiteboard_filtering
b.find_element_by_id('remote_form_whiteboard_filter')\
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 189, in find_element_by_id
return self.find_element(by=By.ID, value=id_)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 671, in find_element
{'using': by, 'value': value})['value']
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 156, in execute
self.error_handler.check_response(response)
File "/usr/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 147, in check_response
raise exception_class(message, screen, stacktrace)
NoSuchElementException: Message: 'Message: u\'Unable to locate element: {"method":"id","selector":"remote_form_whiteboard_filter"}\' \n-------------------- >> begin captured stdout << ---------------------\n127.0.0.1 - - [21/Sep/2012:01:42:54 +0000] "GET /matrix HTTP/1.1" 302 111 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n2012-09-21 11:42:54,527 cherrypy.msg INFO HTTP: Page handler: <bound method JobMatrix.index of <bkr.server.job_matrix.JobMatrix instance at 0x49577e8>>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 121, in _run\n self.main()\n File "/usr/lib/python2.7/site-packages/CherryPy-2.3.0-py2.7.egg/cherrypy/_cphttptools.py", line 264, in main\n body = page_handler(*virtual_path, **self.params)\n File "<string>", line 3, in index\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 361, in expose\n *args, **kw)\n File "<generated code>", line 0, in
run_with_transaction\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/database.py", line 458, in sa_rwt\n retval = func(*args, **kw)\n File "<generated code>", line 0, in _expose\n File "/usr/lib/python2.7/site-packages/peak/rules/core.py", line 153, in __call__\n return self.body(*args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 390, in <lambda>\n fragment, options, args, kw)))\n File "/usr/lib/python2.7/site-packages/turbogears/controllers.py", line 425, in _execute_func\n output = errorhandling.try_call(func, *args, **kw)\n File "/usr/lib/python2.7/site-packages/turbogears/errorhandling.py", line 77, in try_call\n return func(self, *args, **kw)\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 52, in index\n matrix_options[\'whiteboard_options\'] = self.get_whiteboard_options(kw.get(\'filter\'),
selected=kw.get(\'whiteboard\'))\n File "/home/bne/asaha/work/beaker/Server/bkr/server/job_matrix.py", line 105, in get_whiteboard_options\n query = query.group_by([model.Job.whiteboard]). \\\n File "<string>", line 1, in <lambda>\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 50, in generate\n fn(self, *args[1:], **kw)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 1253, in group_by\n criterion = self._adapt_col_list(criterion)\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/orm/query.py", line 204, in _adapt_col_list\n for o in cols\n File "/usr/lib64/python2.7/site-packages/sqlalchemy/sql/expression.py", line 1409, in _literal_as_text\n "SQL expression object or string expected."\nArgumentError: SQL expression object or string expected.\nRequest Headers:\n COOKIE: tg-visit=78040331e459cf3a92c6797786077084575d43dc\n Content-Length: \n USER-AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0\n
CONNECTION: keep-alive\n HOST: localhost:9090\n ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\n Remote-Addr: 127.0.0.1\n ACCEPT-LANGUAGE: en-us,en;q=0.5\n Content-Type: \n ACCEPT-ENCODING: gzip, deflate\n127.0.0.1 - - [21/Sep/2012:01:42:54 +0000] "GET /matrix/ HTTP/1.1" 500 3267 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\n127.0.0.1 - - [21/Sep/2012:01:42:54 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"\nupdating visit (988a5708c41bb7f408de0eaced18ce92a53cf9c1) to expire at 2012-09-21 13:42:42.046422\nupdating visit (78040331e459cf3a92c6797786077084575d43dc) to expire at 2012-09-21 13:42:54.548719\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nturbomail.manager: INFO: Attempting delivery of message <20120921014252.32676.48091@asaha.bne.redhat.com>.\nturbomail.transport: INFO:
Attempting delivery of message <20120921014252.32676.48091@asaha.bne.redhat.com>.\nturbomail.delivery: INFO: <20120921014252.32676.48091@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014252.32676.48091@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:51447/hub/session {"sessionId": null, "desiredCapabilities": {"platform": "ANY", "browserName": "firefox", "version": "", "javascriptEnabled": true}}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:51447/hub/session/c4e3a65d-1a4b-40c9-a675-006ae2c146b2/timeouts/implicit_wait {"sessionId": "c4e3a65d-1a4b-40c9-a675-006ae2c146b2", "ms": 10000.0}\nturbomail.manager: INFO: Attempting delivery of message <20120921014254.32676.45140@asaha.bne.redhat.com>.\nturbomail.transport: INFO: Attempting delivery of message <20120921014254.32676.45140@asaha.bne.redhat.com>.\nturbomail.
delivery: INFO: <20120921014254.32676.45140@asaha.bne.redhat.com> DELIVER\nturbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.\nturbomail.manager: ERROR: Delivery of message <20120921014254.32676.45140@asaha.bne.redhat.com> failed.\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:51447/hub/session/c4e3a65d-1a4b-40c9-a675-006ae2c146b2/url {"url": "http://localhost:9090/matrix", "sessionId": "c4e3a65d-1a4b-40c9-a675-006ae2c146b2"}\nselenium.webdriver.remote.remote_connection: DEBUG: POST http://127.0.0.1:51447/hub/session/c4e3a65d-1a4b-40c9-a675-006ae2c146b2/element {"using": "id", "sessionId": "c4e3a65d-1a4b-40c9-a675-006ae2c146b2", "value": "remote_form_whiteboard_filter"}\n--------------------- >> end captured logging << ---------------------'
======================================================================
ERROR: test_log_delete_expired (bkr.inttest.server.tools.test_log_delete.LogDelete)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 74, in test_log_delete_expired
log_delete.log_delete()
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020039.32676.17744@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020039.32676.17744@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020039.32676.17744@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020039.32676.17744@asaha.bne.redhat.com> failed.
turbomail.manager: INFO: Attempting delivery of message <20120921020039.32676.14165@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020039.32676.14165@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020039.32676.14165@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020039.32676.14165@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_log_delete_to_delete (bkr.inttest.server.tools.test_log_delete.LogDelete)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 87, in test_log_delete_to_delete
log_delete.log_delete()
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020040.32676.58845@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020040.32676.58845@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020040.32676.58845@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020040.32676.58845@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_log_not_delete (bkr.inttest.server.tools.test_log_delete.LogDelete)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 53, in test_log_not_delete
log_delete.log_delete()
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020041.32676.60606@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020041.32676.60606@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020041.32676.60606@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020041.32676.60606@asaha.bne.redhat.com> failed.
turbomail.manager: INFO: Attempting delivery of message <20120921020041.32676.27358@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020041.32676.27358@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020041.32676.27358@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020041.32676.27358@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_301_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 128, in test_301_redirect
self.assertEquals(log_delete.log_delete(), 0) # exit status
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured stdout << ---------------------
updating visit (c532d40696db2ad7be44b12cbd82b774b760c1d7) to expire at 2012-09-21 14:00:33.514838
updating visit (5681ebe0dc4a23a609e4cd208ed34708ea625fd9) to expire at 2012-09-21 14:00:38.817724
updating visit (ed71bc4d072962a51950d19591a2ca1a8820c7ec) to expire at 2012-09-21 14:00:31.104043
--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020042.32676.18676@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020042.32676.18676@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020042.32676.18676@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020042.32676.18676@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_302_redirect (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 135, in test_302_redirect
self.assertEquals(log_delete.log_delete(), 0) # exit status
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured stdout << ---------------------
updating visit (34ba6d9f44886233aca31a6875b23c1e976b1991) to expire at 2012-09-21 14:00:36.088279
updating visit (cde6c1bb4a70a851bdfe352229d7b0bc587d9ad2) to expire at 2012-09-21 14:00:16.655732
updating visit (fd417b763c1174372b4584ba6ba897480018323b) to expire at 2012-09-21 14:00:20.875188
updating visit (2b5409827294354fc77e97205c3bed3433a8e567) to expire at 2012-09-21 14:00:19.986160
updating visit (8ffb8a752648253da51feacab4294e064109095a) to expire at 2012-09-21 14:00:13.444596
--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020042.32676.31859@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020042.32676.31859@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020042.32676.31859@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020042.32676.31859@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_404 (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 140, in test_404
self.assertEquals(log_delete.log_delete(), 0) # exit status
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020043.32676.51760@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020043.32676.51760@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020043.32676.51760@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020043.32676.51760@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_deletion (bkr.inttest.server.tools.test_log_delete.RemoteLogDeletionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/tools/test_log_delete.py", line 120, in test_deletion
self.assertEquals(log_delete.log_delete(), 0) # exit status
File "/home/bne/asaha/work/beaker/Server/bkr/server/tools/log_delete.py", line 52, in log_delete
auth=requests.auth.HTTPKerberosAuth(require_mutual_auth=False))
File "/usr/lib/python2.7/site-packages/requests-0.14.0-py2.7.egg/requests/auth.py", line 280, in __init__
raise Exception("Kerberos libraries unavailable")
Exception: Kerberos libraries unavailable
-------------------- >> begin captured logging << --------------------
turbomail.manager: INFO: Attempting delivery of message <20120921020043.32676.80497@asaha.bne.redhat.com>.
turbomail.transport: INFO: Attempting delivery of message <20120921020043.32676.80497@asaha.bne.redhat.com>.
turbomail.delivery: INFO: <20120921020043.32676.80497@asaha.bne.redhat.com> DELIVER
turbomail.transport: INFO: Connecting to SMTP server 127.0.0.1:19999.
turbomail.manager: ERROR: Delivery of message <20120921020043.32676.80497@asaha.bne.redhat.com> failed.
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_doesnt_barf_on_xmlns (bkr.inttest.server.selenium.test_jobs.NewJobTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_jobs.py", line 397, in test_doesnt_barf_on_xmlns
self.assert_(flash.startswith('Success!'), flash)
AssertionError: Failed to import job because of: list index out of range
-------------------- >> begin captured stdout << ---------------------
11:43:48.393 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null
11:43:48.393 INFO - creating new remote session
11:43:48.394 INFO - Allocated session 5cfd4e29992345e096983a61b1db400c for http://localhost:9090/, launching...
11:43:48.409 INFO - Preparing Firefox profile...
11:43:50.761 INFO - Launching Firefox...
11:43:52.734 INFO - Got result: OK,5cfd4e29992345e096983a61b1db400c on session 5cfd4e29992345e096983a61b1db400c
11:43:52.771 INFO - Command request: open[, True] on session 5cfd4e29992345e096983a61b1db400c
2012-09-21 11:43:52,823 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:43:52,824 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:43:52,824 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:43:52,824 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:43:52,825 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:43:52,825 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET / HTTP/1.1" 200 37127 "http://localhost:4444/selenium-server/core/Blank.html?start=true" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:52 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:53.260 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.262 INFO - Command request: click[link=Login, ] on session 5cfd4e29992345e096983a61b1db400c
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:53.271 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.275 INFO - Command request: waitForPageToLoad[30000, ] on session 5cfd4e29992345e096983a61b1db400c
127.0.0.1 - - [21/Sep/2012:01:43:53 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:53.297 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.301 INFO - Command request: type[user_name, admin] on session 5cfd4e29992345e096983a61b1db400c
11:43:53.313 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.315 INFO - Command request: type[password, testing] on session 5cfd4e29992345e096983a61b1db400c
11:43:53.325 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.330 INFO - Command request: click[login, ] on session 5cfd4e29992345e096983a61b1db400c
11:43:53.346 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.348 INFO - Command request: waitForPageToLoad[30000, ] on session 5cfd4e29992345e096983a61b1db400c
2012-09-21 11:43:53,350 bkr.server.controllers INFO Associating user (admin) with visit (48f15eded1a9d9ffa001207ce7d934dda7aedb8a)
127.0.0.1 - admin [21/Sep/2012:01:43:53 +0000] "POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
2012-09-21 11:43:53,400 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:43:53,400 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:43:53,400 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:43:53,401 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:43:53,401 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:43:53,401 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - admin [21/Sep/2012:01:43:53 +0000] "GET / HTTP/1.1" 200 39564 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:53.615 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.619 INFO - Command request: open[, True] on session 5cfd4e29992345e096983a61b1db400c
2012-09-21 11:43:53,636 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:43:53,636 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:43:53,636 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:43:53,636 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:43:53,636 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:43:53,636 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - admin [21/Sep/2012:01:43:53 +0000] "GET / HTTP/1.1" 200 39564 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:53.853 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.857 INFO - Command request: click[link=New Job, ] on session 5cfd4e29992345e096983a61b1db400c
11:43:53.866 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.869 INFO - Command request: waitForPageToLoad[30000, ] on session 5cfd4e29992345e096983a61b1db400c
127.0.0.1 - admin [21/Sep/2012:01:43:53 +0000] "GET /jobs/new HTTP/1.1" 200 11334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:53.969 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.971 INFO - Command request: type[jobs_filexml, /tmp/tmpF_DOO1] on session 5cfd4e29992345e096983a61b1db400c
11:43:53.975 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.977 INFO - Command request: click[//input[@value="Submit Data"], ] on session 5cfd4e29992345e096983a61b1db400c
11:43:53.983 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:53.986 INFO - Command request: waitForPageToLoad[30000, ] on session 5cfd4e29992345e096983a61b1db400c
127.0.0.1 - admin [21/Sep/2012:01:43:54 +0000] "POST /jobs/clone HTTP/1.1" 200 12013 "http://localhost:9090/jobs/new" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:54.096 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:54.101 INFO - Command request: click[//input[@value="Queue"], ] on session 5cfd4e29992345e096983a61b1db400c
11:43:54.109 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:54.111 INFO - Command request: waitForPageToLoad[30000, ] on session 5cfd4e29992345e096983a61b1db400c
127.0.0.1 - admin [21/Sep/2012:01:43:54 +0000] "POST /jobs/clone HTTP/1.1" 200 12140 "http://localhost:9090/jobs/clone" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:43:54.212 INFO - Got result: OK on session 5cfd4e29992345e096983a61b1db400c
11:43:54.214 INFO - Command request: getText[css=.flash, ] on session 5cfd4e29992345e096983a61b1db400c
11:43:54.218 INFO - Got result: OK,Failed to import job because of: list index out of range on session 5cfd4e29992345e096983a61b1db400c
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_mac_address_with_unicode (bkr.inttest.server.selenium.test_system_view.SystemViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/test_system_view.py", line 608, in test_mac_address_with_unicode
self.assert_system_view_text('mac_address', bad_mac_address)
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/selenium/__init__.py", line 116, in assert_system_view_text
self.assertEqual(text.strip(), val)
AssertionError: u'a?????????????????' != u'a\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044 [truncated]...
- a?????????????????
+ a\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f
-------------------- >> begin captured stdout << ---------------------
11:56:49.551 INFO - Command request: getNewBrowserSession[*chrome, http://localhost:9090/, ] on session null
11:56:49.551 INFO - creating new remote session
11:56:49.552 INFO - Allocated session a667713d23414f048bd41bcb8379af6f for http://localhost:9090/, launching...
11:56:49.568 INFO - Preparing Firefox profile...
11:56:51.870 INFO - Launching Firefox...
11:56:53.825 INFO - Got result: OK,a667713d23414f048bd41bcb8379af6f on session a667713d23414f048bd41bcb8379af6f
11:56:54.053 INFO - Command request: open[, True] on session a667713d23414f048bd41bcb8379af6f
2012-09-21 11:56:54,096 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:56:54,096 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:56:54,097 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:56:54,097 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:56:54,097 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:56:54,097 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET / HTTP/1.1" 200 37015 "http://localhost:4444/selenium-server/core/Blank.html?start=true" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/css/smoothness/jquery-ui.css HTTP/1.1" 200 27375 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/turbogears.widgets/grid.css HTTP/1.1" 200 1254 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/javascript/jquery-1.5.1.min.js HTTP/1.1" 200 85260 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/MochiKit.js HTTP/1.1" 200 5907 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/javascript/search_object.js HTTP/1.1" 200 796 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/javascript/jquery-ui.js HTTP/1.1" 200 192964 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/javascript/searchbar_v8.js HTTP/1.1" 200 21016 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/javascript/local_datetime_v2.js HTTP/1.1" 200 2234 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/header-beaker_logo2.png HTTP/1.1" 200 6540 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner_inset_left.png HTTP/1.1" 200 339 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner_inset_right.png HTTP/1.1" 200 334 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Iter.js HTTP/1.1" 200 24011 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Base.js HTTP/1.1" 200 44632 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Logging.js HTTP/1.1" 200 9378 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/DateTime.js HTTP/1.1" 200 6367 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Format.js HTTP/1.1" 200 9015 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Async.js HTTP/1.1" 200 19893 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Style.js HTTP/1.1" 200 20903 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Selector.js HTTP/1.1" 200 15467 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/LoggingPane.js HTTP/1.1" 200 11004 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/DOM.js HTTP/1.1" 200 41588 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Color.js HTTP/1.1" 200 24816 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Position.js HTTP/1.1" 200 7629 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Signal.js HTTP/1.1" 200 29163 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Visual.js HTTP/1.1" 200 64165 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/Sortable.js HTTP/1.1" 200 20134 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /tg_widgets/tgmochikit/unpacked/DragAndDrop.js HTTP/1.1" 200 26381 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner_left.png HTTP/1.1" 200 296 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/dot.gif HTTP/1.1" 200 43 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner_right.png HTTP/1.1" 200 262 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/menu_right.png HTTP/1.1" 200 512 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/menu_left.png HTTP/1.1" 200 573 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/css/layout-uncompressed.css HTTP/1.1" 200 14661 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner-tr.png HTTP/1.1" 200 374 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner-tl.png HTTP/1.1" 200 331 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner-br.png HTTP/1.1" 200 346 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /static/images/corner-bl.png HTTP/1.1" 200 340 "http://localhost:9090/static/css/layout-uncompressed.css" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:54.473 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.475 INFO - Command request: click[link=Login, ] on session a667713d23414f048bd41bcb8379af6f
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /favicon.ico HTTP/1.1" 200 1081 "" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:54.482 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.485 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
127.0.0.1 - - [21/Sep/2012:01:56:54 +0000] "GET /login HTTP/1.1" 403 2597 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:54.506 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.508 INFO - Command request: type[user_name, admin] on session a667713d23414f048bd41bcb8379af6f
11:56:54.513 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.516 INFO - Command request: type[password, testing] on session a667713d23414f048bd41bcb8379af6f
11:56:54.519 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.521 INFO - Command request: click[login, ] on session a667713d23414f048bd41bcb8379af6f
11:56:54.528 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.530 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
2012-09-21 11:56:54,533 bkr.server.controllers INFO Associating user (admin) with visit (b5aad8c1d4aeb1c2fd8dcbfca8689868d43eb8fe)
127.0.0.1 - admin [21/Sep/2012:01:56:54 +0000] "POST /login HTTP/1.1" 302 97 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
2012-09-21 11:56:54,591 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:56:54,591 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:56:54,592 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:56:54,592 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:56:54,592 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:56:54,592 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - admin [21/Sep/2012:01:56:54 +0000] "GET / HTTP/1.1" 200 39452 "http://localhost:9090/login" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:54.818 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:54.822 INFO - Command request: open[, True] on session a667713d23414f048bd41bcb8379af6f
2012-09-21 11:56:54,837 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:56:54,837 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:56:54,837 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:56:54,837 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:56:54,837 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:56:54,838 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - admin [21/Sep/2012:01:56:54 +0000] "GET / HTTP/1.1" 200 39452 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:55.056 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.059 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
11:56:55.065 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.067 INFO - Command request: type[simplesearch, system1740.testdata] on session a667713d23414f048bd41bcb8379af6f
11:56:55.077 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.080 INFO - Command request: click[search, ] on session a667713d23414f048bd41bcb8379af6f
11:56:55.090 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.092 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
2012-09-21 11:56:55,095 bkr.server.search_utility DEBUG Not using predefined search values for Device->Description
2012-09-21 11:56:55,095 bkr.server.search_utility DEBUG Not using predefined search values for Device->Device_id
2012-09-21 11:56:55,095 bkr.server.search_utility DEBUG Not using predefined search values for Device->Driver
2012-09-21 11:56:55,095 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_device_id
2012-09-21 11:56:55,095 bkr.server.search_utility DEBUG Not using predefined search values for Device->Subsys_vendor_id
2012-09-21 11:56:55,095 bkr.server.search_utility DEBUG Not using predefined search values for Device->Vendor_id
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /?simplesearch=system1740.testdata&search=Search HTTP/1.1" 200 31345 "http://localhost:9090/" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:55.288 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.290 INFO - Command request: getTitle[, ] on session a667713d23414f048bd41bcb8379af6f
11:56:55.294 INFO - Got result: OK,Systems on session a667713d23414f048bd41bcb8379af6f
11:56:55.296 INFO - Command request: click[link=system1740.testdata, ] on session a667713d23414f048bd41bcb8379af6f
11:56:55.306 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.308 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /view/system1740.testdata HTTP/1.1" 200 65076 "http://localhost:9090/?simplesearch=system1740.testdata&search=Search" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/tabber/tabber.css HTTP/1.1" 200 2455 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/autocompletefield.css HTTP/1.1" 200 663 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/ajax.js HTTP/1.1" 200 2654 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/tabber/tabber_cookie.js HTTP/1.1" 200 1529 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/autocompletefield.js HTTP/1.1" 200 11611 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/provision_v2.js HTTP/1.1" 200 1520 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/loader_v2.js HTTP/1.1" 200 839 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/install_options.js HTTP/1.1" 200 1286 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/tabber/tabber-minimized.js HTTP/1.1" 200 4905 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/util.js HTTP/1.1" 200 3337 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/system_admin_v2.js HTTP/1.1" 200 980 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/magic_forms.js HTTP/1.1" 200 588 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/javascript/system_notes.js HTTP/1.1" 200 837 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /tg_widgets/turbogears.widgets/spinnerstopped.png HTTP/1.1" 200 545 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /static/css/system-print.css HTTP/1.1" 200 324 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:55.734 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.736 INFO - Command request: click[link=Edit System, ] on session a667713d23414f048bd41bcb8379af6f
11:56:55.745 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /get_osversions?tg_format=json&tg_random=1348192615726&osmajor_id=0 HTTP/1.1" 200 46 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:55.747 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /get_installoptions?tg_format=json&tg_random=1348192615726&system_id=290&distro_tree_id= HTTP/1.1" 200 35 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:55 +0000] "GET /edit/system1740.testdata HTTP/1.1" 200 28114 "http://localhost:9090/view/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:55.967 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.971 INFO - Command request: getTitle[, ] on session a667713d23414f048bd41bcb8379af6f
11:56:55.979 INFO - Got result: OK,system1740.testdata on session a667713d23414f048bd41bcb8379af6f
11:56:55.981 INFO - Command request: type[mac_address, a\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f\u044f] on session a667713d23414f048bd41bcb8379af6f
11:56:55.991 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:55.996 INFO - Command request: click[link=Save Changes, ] on session a667713d23414f048bd41bcb8379af6f
11:56:56.015 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:56.017 INFO - Command request: waitForPageToLoad[30000, ] on session a667713d23414f048bd41bcb8379af6f
2012-09-21 11:56:56,030 bkr.server.model DEBUG system1740.testdata status changed from SystemStatus.automated to SystemStatus.automated
/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py:331: Warning: Incorrect string value: '\xD1\x8F\xD1\x8F\xD1\x8F...' for column 'mac_address' at row 1
cursor.execute(statement, parameters)
127.0.0.1 - admin [21/Sep/2012:01:56:56 +0000] "POST /save HTTP/1.1" 302 145 "http://localhost:9090/edit/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
127.0.0.1 - admin [21/Sep/2012:01:56:56 +0000] "GET /view/system1740.testdata HTTP/1.1" 200 65572 "http://localhost:9090/edit/system1740.testdata" "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0"
11:56:56.477 INFO - Got result: OK on session a667713d23414f048bd41bcb8379af6f
11:56:56.481 INFO - Command request: getText[//td[preceding-sibling::th/label[@for='form_mac_address']], ] on session a667713d23414f048bd41bcb8379af6f
11:56:56.489 INFO - Got result: OK,a????????????????? on session a667713d23414f048bd41bcb8379af6f
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_job_xml_can_be_roundtripped (bkr.inttest.server.test_jobs.TestJobsController)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bne/asaha/work/beaker/IntegrationTests/src/bkr/inttest/server/test_jobs.py", line 70, in test_job_xml_can_be_roundtripped
self.assertEquals(roundtripped_xml, complete_job_xml)
AssertionError: u'<job product="the_product" retention_tag="audit">\n <notify>\n <cc>dan@example.com</cc>\n <cc>ray@example.com</cc>\n </notify>\n <whiteboard>valid job</whiteboard>\n <recipeSet priority="Normal">\n <recipe kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <guestrecipe guestargs="" guestname="" kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n
<hypervisor op="=" value=""/>\n </hostRequires>\n <partitions>\n <partition fs="btrfs" name="/mnt/testarea" size="18" type="part"/>\n <partition fs="btrfs" name="/usr/local" size="8" type="part"/>\n </partitions>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </guestrecipe>\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n </hostRequires>\n <partitions/>\n
<task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </recipe>\n </recipeSet>\n</job>\n' != '<job product="the_product" retention_tag="audit">\n <notify>\n <cc>\n dan@example.com\n </cc>\n <cc>\n ray@example.com\n </cc>\n </notify>\n <whiteboard>\n valid job\n </whiteboard>\n <recipeSet priority="Normal">\n <recipe kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <guestrecipe guestargs="" guestname="" kernel_options="" kernel_options_post="" ks_meta="" role="None" whiteboard="">\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_
name op="=" value="BlueShoeLinux5-5"/>\n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n <hypervisor op="=" value=""/>\n </hostRequires>\n <partitions>\n <partition fs="btrfs" name="/mnt/testarea" size="18" type="part"/>\n <partition fs="btrfs" name="/usr/local" size="8" type="part"/>\n </partitions>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </guestrecipe>\n <autopick random="true"/>\n <watchdog panic="None"/>\n <packages/>\n <ks_appends>\n <ks_append>\n<![CDATA[]]> </ks_append>\n </ks_appends>\n <repos/>\n <distroRequires>\n <distro_name op="=" value="BlueShoeLinux5-5"/>\
n <distro_virt op="=" value=""/>\n </distroRequires>\n <hostRequires>\n <system_type value="Machine"/>\n </hostRequires>\n <partitions/>\n <task name="/distribution/install" role="STANDALONE">\n <params/>\n </task>\n </recipe>\n </recipeSet>\n</job>\n'
----------------------------------------------------------------------
Ran 621 tests in 1738.637s
FAILED (SKIP=5, errors=15, failures=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment