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

Build: #271 failed

Job: Onepanel failed

user supports space with storage sync and enabled options delete[web GUi-RESt-RESt]: Test case result

The below summarizes the result of the test " user supports space with storage sync and enabled options delete[web GUi-RESt-RESt]" in build 271 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user supports space with storage sync and enabled options delete[web GUi-RESt-RESt]
Test class
mixed_swaggers.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_and_enabled_options_delete[web GUI-REST-REST]
Jira Issue
Duration
34 secs
Status
Failed (New Failure)

Error Log

CalledProcessError: Command '['docker', 'cp', u'/tmp/pytest-of-bamboo/pytest-0/test_user_supports_space_with_9/user1/dir2', 'None:/volumes/storage/3578034e3e71593dfbe0b8ab9b38cc5d']' returned non-zero exit status 1
client1 = 'web GUI', client2 = 'REST', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete[web GUI-REST-REST]'>>

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

tests/mixed_swaggers/scenarios/test_onepanel_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
tests/mixed_swaggers/steps/onepanel_basic.py:413: in cp_files_to_space_root_dir
    tmp_memory, hosts)
tests/gui/steps/common/docker.py:58: in wt_cp_files_to_space_root_dir
    os.path.join(MOUNT_POINT, tmp_memory['spaces'][space]))
tests/gui/steps/common/docker.py:35: in _docker_cp
    subprocess.check_call(cmd)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

popenargs = (['docker', 'cp', '/tmp/pytest-of-bamboo/pytest-0/test_user_supports_space_with_9/user1/dir2', 'None:/volumes/storage/3578034e3e71593dfbe0b8ab9b38cc5d'],)
kwargs = {}, retcode = 1
cmd = ['docker', 'cp', '/tmp/pytest-of-bamboo/pytest-0/test_user_supports_space_with_9/user1/dir2', 'None:/volumes/storage/3578034e3e71593dfbe0b8ab9b38cc5d']

    def check_call(*popenargs, **kwargs):
        """Run command with arguments.  Wait for command to complete.  If
        the exit code was zero then return, otherwise raise
        CalledProcessError.  The CalledProcessError object will have the
        return code in the returncode attribute.
    
        The arguments are the same as for the Popen constructor.  Example:
    
        check_call(["ls", "-l"])
        """
        retcode = call(*popenargs, **kwargs)
        if retcode:
            cmd = kwargs.get("args")
            if cmd is None:
                cmd = popenargs[0]
>           raise CalledProcessError(retcode, cmd)
E           CalledProcessError: Command '['docker', 'cp', u'/tmp/pytest-of-bamboo/pytest-0/test_user_supports_space_with_9/user1/dir2', 'None:/volumes/storage/3578034e3e71593dfbe0b8ab9b38cc5d']' returned non-zero exit status 1

/usr/lib/python2.7/subprocess.py:541: CalledProcessError