Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #712 failed

Job: Access tokens was successful

users create files using web gui an clients and they see that ownership is correctly mapped[1oz 1op luma oneclient-oneclient1-oneclient2-web GUi]: Test case result

The below summarizes the result of the test " users create files using web gui an clients and they see that ownership is correctly mapped[1oz 1op luma oneclient-oneclient1-oneclient2-web GUi]" in build 712 of Onedata Products - mixed acceptance pkg - Chrome LUMA tests.
Description
users create files using web gui an clients and they see that ownership is correctly mapped[1oz 1op luma oneclient-oneclient1-oneclient2-web GUi]
Test class
mixed.scenarios.test_luma
Method
test_users_create_files_using_web_gui_an_clients_and_they_see_that_ownership_is_correctly_mapped[1oz_1op_luma_oneclient-oneclient1-oneclient2-web GUI]
Jira Issue
Duration
8 mins
Status
Failed (Existing Failure)

Error Log

_get_exception_class.<locals>.Derived: [Errno 2] No such file or directory: '/home/user1/onedata' -> None  ========= Remote Traceback (1) ========= Traceback (most recent call last):   File "/usr/local/lib/python3.6/dist-packages/rpyc/core/protocol.py", line 329, in _dispatch_request     res = self._HANDLERS[handler](self, *args)   File "/usr/local/lib/python3.6/dist-packages/rpyc/core/protocol.py", line 590, in _handle_call     return obj(*args, **dict(kwargs)) FileNotFoundError: [Errno 2] No such file or directory: '/home/user1/onedata'
request = <FixtureRequest for <Function 'test_users_create_files_using_web_gui_an_clients_and_they_see_that_ownership_is_correctly_mapped[1oz_1op_luma_oneclient-oneclient1-oneclient2-web GUI]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/steps.py:162: in step_func
    result = request.getfixturevalue(func.__name__)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:428: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:453: in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:524: in _compute_fixture_value
    fixturedef.execute(request=subrequest)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:795: in execute
    return hook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:617: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:222: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:216: in <lambda>
    firstresult=hook.spec_opts.get('firstresult'),
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:826: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:718: in call_fixture_func
    res = fixturefunc(**kwargs)
tests/utils/bdd_utils.py:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/oneclient/steps/multi_auth_steps.py:23: in multi_mount
    list_parser(tokens), hosts, request, users, env_desc)
tests/utils/client_utils.py:200: in mount_users
    clean_spaces(client)
tests/utils/client_utils.py:252: in clean_spaces
    spaces = ls(client, path=client.mount_path)
tests/utils/client_utils.py:269: in ls
    return client.rpyc_connection.modules.os.listdir(path)
/usr/local/lib/python3.6/dist-packages/rpyc/core/netref.py:199: in __call__
    return syncreq(_self, consts.HANDLE_CALL, args, kwargs)
/usr/local/lib/python3.6/dist-packages/rpyc/core/netref.py:75: in syncreq
    return conn.sync_request(handler, proxy, *args)
/usr/local/lib/python3.6/dist-packages/rpyc/core/protocol.py:471: in sync_request
    return self.async_request(handler, *args, timeout=timeout).value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <AsyncResult object (ready) at 0x7fe165d3f258>

    @property
    def value(self):
        """Returns the result of the operation. If the result has not yet
            arrived, accessing this property will wait for it. If the result does
            not arrive before the expiry time elapses, :class:`AsyncResultTimeout`
            is raised. If the returned result is an exception, it will be raised
            here. Otherwise, the result is returned directly.
            """
        self.wait()
        if self._is_exc:
>           raise self._obj
E           _get_exception_class.<locals>.Derived: [Errno 2] No such file or directory: '/home/user1/onedata' -> None
E           
E           ========= Remote Traceback (1) =========
E           Traceback (most recent call last):
E             File "/usr/local/lib/python3.6/dist-packages/rpyc/core/protocol.py", line 329, in _dispatch_request
E               res = self._HANDLERS[handler](self, *args)
E             File "/usr/local/lib/python3.6/dist-packages/rpyc/core/protocol.py", line 590, in _handle_call
E               return obj(*args, **dict(kwargs))
E           FileNotFoundError: [Errno 2] No such file or directory: '/home/user1/onedata'

/usr/local/lib/python3.6/dist-packages/rpyc/core/async_.py:97: FileNotFoundError