Build: #1 failed Manual run by Łukasz Niemiec

Build result summary

Details

Completed
Queue duration
34 minutes
Duration
73 minutes
Labels
None
Revision
7daf53a38695d7f86009cc7d49ed88240717e664
Total tests
425

Tests

Responsible

No one has taken responsibility for this failure

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 62
Status Test View job Duration
Collapse Failed test_multiprovider_basic test_user_uploads_file_on_one_provider_sees_its_distribution_writes_to_it_using_cdmi_on_other_provider_and_sees_its_distribution
Chrome multiprovider basic tests 4 mins
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its...ribution_writes_to_it_using_cdmi_on_other_provider_and_sees_its_distribution'>>

    from tests.gui.steps.oneprovider.common import *
>   from tests.gui.steps.oneprovider.data_tab import *

tests/gui/scenarios/test_multiprovider_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_changes_name_of_space_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider
Chrome multiprovider basic tests 18 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_changes_name_of_space_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider'>>

    from tests.gui.steps.oneprovider.shares import *
>   from tests.gui.steps.oneprovider.groups import *

tests/gui/scenarios/test_multiprovider_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_multiprovider_basic test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider
Chrome multiprovider basic tests 18 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/gui/scenarios/test_multiprovider_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_sees_its_size_writes_to_it_using_cdmi_and_sees_that_size_has_grown
Chrome multiprovider basic tests 1 min
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_sees_its_size_writes_to_it_using_cdmi_and_sees_that_size_has_grown'>>

    from tests.gui.steps.oneprovider.shares import *
>   from tests.gui.steps.oneprovider.groups import *

tests/gui/scenarios/test_multiprovider_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_on_one_provider_sees_its_distribution_reads_half_of_file_on_other_provider_using_cdmi_and_again_sees_its_distribution
Chrome multiprovider basic tests 4 mins
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its...ds_half_of_file_on_other_provider_using_cdmi_and_again_sees_its_distribution'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/gui/scenarios/test_multiprovider_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_changes_name_of_group_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider
Chrome multiprovider basic tests 18 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_changes_name_of_group_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider'>>

>   ???

tests/gui/scenarios/test_multiprovider_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_multiprovider_basic test_user_creates_group_in_one_provider_and_sees_that_it_was_created_also_in_other_provider
Chrome multiprovider basic tests 18 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_creates_group_in_one_provider_and_sees_that_it_was_created_also_in_other_provider'>>

    
>   @pytest.fixture(scope='module')
    def screens():

tests/gui/scenarios/test_multiprovider_basic.py:53: 
(53 more lines...)
Collapse Failed test_multiprovider_basic test_user_leaves_group_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider
Chrome multiprovider basic tests 19 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_leaves_group_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider'>>

>   ???

tests/gui/scenarios/test_multiprovider_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_sees_its_distribution_writes_to_it_beyond_the_end_of_file_using_cdmi_and_sees_its_distribution_again
Chrome multiprovider basic tests 1 min
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_sees_its_distribution_writes_to_it_beyond_the_end_of_file_using_cdmi_and_sees_its_distribution_again'>>

    
>   @pytest.fixture(scope='module')
    def screens():

tests/gui/scenarios/test_multiprovider_basic.py:53: 
(37 more lines...)
Collapse Failed test_multiprovider_basic test_user_creates_space_in_one_provider_and_sees_that_it_was_created_also_in_other_provider
Chrome multiprovider basic tests 1 min
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_creates_space_in_one_provider_and_sees_that_it_was_created_also_in_other_provider'>>

    from tests.gui.steps.oneprovider.common import *
>   from tests.gui.steps.oneprovider.data_tab import *

tests/gui/scenarios/test_multiprovider_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_multiprovider_multiuser test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution
Chrome multiprovider multiuser tests 5 mins
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution'>>

    from tests.gui.steps.oneprovider.common import *
>   from tests.gui.steps.oneprovider.data_tab import *

tests/gui/scenarios/test_multiprovider_multiuser.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_onepanel_basic test_revoke_space_support
Chrome onepanel basic tests 18 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 7 in scenario "Revoke space support" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT14-COBT/onedata/tests/gui/features/onepanel/spaces.feature
request = <FixtureRequest for <Function 'test_revoke_space_support'>>

    from tests.gui.steps.oneprovider.metadata import *
>   from tests.gui.steps.oneprovider.shares import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onepanel_basic test_support_space
Chrome onepanel basic tests 18 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 7 in scenario "Support space" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT14-COBT/onedata/tests/gui/features/onepanel/spaces.feature
request = <FixtureRequest for <Function 'test_support_space'>>

    
>   from tests.gui.steps.oneprovider.common import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onepanel_basic test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage
Chrome onepanel basic tests 18 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 11 in scenario "User uploads files on freshly supported space on newly created storage" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT14-COBT/onedata/tests/gui/features/onepanel/storages.feature
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage'>>

    
>   from tests.gui.steps.oneprovider.common import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onepanel_basic test_user_changes_provider_name_and_domain
Chrome onepanel basic tests 58 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain'>>

    
>   from tests.gui.steps.oneprovider.common import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working
Chrome onepanel basic tests 57 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working'>>

    from tests.gui.steps.oneprovider.metadata import *
>   from tests.gui.steps.oneprovider.shares import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_oneprovider_data_tab test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel
Chrome oneprovider data tab tests 1 min
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel'>>

    @scenario('User uploads files and sees their ordering (uploads a bunch of files at once)')
>   def test_user_uploads_files_and_sees_their_ordering():

tests/gui/scenarios/test_oneprovider_data_tab.py:89: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_oneprovider_spaces test_switching_between_spaces
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_switching_between_spaces'>>

    
>   scenarios('../features/oneprovider/spaces/creation.feature')

tests/gui/scenarios/test_oneprovider_spaces.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_renames_space_presses_enter_after_entering_space_name
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_presses_enter_after_entering_space_name'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_oneprovider_spaces.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_check_if_invite_group_token_box_is_not_empty
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_check_if_invite_group_token_box_is_not_empty'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_oneprovider_spaces test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.meta_steps.onezone.common import *

tests/gui/scenarios/test_oneprovider_spaces.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token'>>

    @fixture(scope='module')
>   def screens():

tests/gui/scenarios/test_oneprovider_spaces.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_set_given_space_as_home
Chrome oneprovider spaces 17 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_set_given_space_as_home'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_oneprovider_spaces.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_user_leaves_given_space
Chrome oneprovider spaces 17 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_leaves_given_space'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_oneprovider_spaces test_check_if_get_support_token_box_is_not_empty
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_check_if_get_support_token_box_is_not_empty'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_onezone_basic test_user_removes_group
Chrome onezone basic tests 50 secs
AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_user_removes_group'>>

    @fixture(scope='module')
>   def screens():

tests/gui/scenarios/test_onezone_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(22 more lines...)
Collapse Failed test_onezone_basic test_user_is_removed_from_group
Chrome onezone basic tests 54 secs
AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_user_is_removed_from_group'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(23 more lines...)
Collapse Failed test_onezone_basic test_parent_group_is_removed
Chrome onezone basic tests 1 min
AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_parent_group_is_removed'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(21 more lines...)
Collapse Failed test_onezone_basic test_child_group_is_removed_from_childen_list
Chrome onezone basic tests 1 min
AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_child_group_is_removed_from_childen_list'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:77: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(23 more lines...)
Collapse Failed test_onezone_basic test_user_leaves_group_1
Chrome onezone basic tests 51 secs
AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_user_leaves_group_1'>>

    'User sees that when no provider is working appropriate msg is shown')
>   def test_user_sees_that_when_no_provider_is_working_appropriate_msg_is_shown():

tests/gui/scenarios/test_onezone_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(22 more lines...)
Collapse Failed test_onezone_basic test_child_group_is_removed
Chrome onezone basic tests 1 min
AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_child_group_is_removed'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:81: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(21 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_generates_different_support_tokens_in_add_storage_modal
Chrome onezone spaces basic tests 50 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_generates_different_support_tokens_in_add_storage_modal'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:85: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_leaves_space
Chrome onezone spaces basic tests 50 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_leaves_space'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_spaces_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_creates_space_presses_enter_after_entering_text
Chrome onezone spaces basic tests 50 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_creates_space_presses_enter_after_entering_text'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_spaces_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_uncollapses_space_submenu_and_sees_supporting_providers_list
Chrome onezone spaces basic tests 46 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_uncollapses_space_submenu_and_sees_supporting_providers_list'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_that_no_space_has_been_created_after_resigning_from_creating_it_clicks_cancel_button_after_entering_space_name
Chrome onezone spaces basic tests 45 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_no_space_has_been_created_after_resigning_from_creating_it_clicks_cancel_button_after_entering_space_name'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_changes_viewed_space_in_oneprovider
Chrome onezone spaces basic tests 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_changes_viewed_space_in_oneprovider'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_renames_space
Chrome onezone spaces basic tests 49 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_renames_space'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_spaces_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_receives_support_token_for_space_clicking_on_add_storage_button_in_spaces_submenu
Chrome onezone spaces basic tests 47 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_receives_support_token_for_space_clicking_on_add_storage_button_in_spaces_submenu'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:77: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_that_after_going_to_oneprovider_without_having_any_home_space_the_first_one_alphabetically_is_loaded_into_view
Chrome onezone spaces basic tests 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_sees_that_after_going_to_oneprovider_without_having_any_home_space_the_first_one_alphabetically_is_loaded_into_view'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_spaces_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_can_not_unsupport_space_without_confirming_understanding_of_data_loss
Chrome onezone spaces basic tests 47 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_can_not_unsupport_space_without_confirming_understanding_of_data_loss'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_can_unsupport_space
Chrome onezone spaces basic tests 47 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_can_unsupport_space'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_that_after_unsupporting_space_number_of_supporting_providers_is_decreased
Chrome onezone spaces basic tests 48 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_after_unsupporting_space_number_of_supporting_providers_is_decreased'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_uncollapses_space_submenu_and_sees_that_providers_count_match_number_of_displayed_supporting_providers
Chrome onezone spaces basic tests 50 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_uncollapses_space_submenu_and_sees_that_providers_count_match_number_of_displayed_supporting_providers'>>

    def screens():
>       return [0]

tests/gui/scenarios/test_onezone_spaces_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_that_after_going_to_oneprovider_the_home_space_is_automatically_loaded_into_view
Chrome onezone spaces basic tests 58 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_sees_that_after_going_to_oneprovider_the_home_space_is_automatically_loaded_into_view'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onezone_spaces_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_receives_support_token_for_space_clicking_on_add_storage_button_in_spaces_settings_dropdown
Chrome onezone spaces basic tests 47 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_receives_support_token_for_space_clicking_on_add_storage_button_in_spaces_settings_dropdown'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:81: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_creates_space_clicks_on_confirm_button_after_entering_text
Chrome onezone spaces basic tests 46 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_creates_space_clicks_on_confirm_button_after_entering_text'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_spaces_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_succesfully_set_space_as_home_space_clicks_on_set_as_home_in_space_settings
Chrome onezone spaces basic tests 46 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_succesfully_set_space_as_home_space_clicks_on_set_as_home_in_space_settings'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_succesfully_set_space_as_home_space_clicks_on_home_outline
Chrome onezone spaces basic tests 47 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_succesfully_set_space_as_home_space_clicks_on_home_outline'>>

    scenarios('../features/onezone/space/creation.feature')
>   scenarios('../features/onezone/space/basic_management.feature')

tests/gui/scenarios/test_onezone_spaces_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)