Build: #4 failed

Job: multiprovider regular file CRUD proxyio failed

Build log

The build generated 4,004 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 __ ERROR at setup of test_delete_file_opened_for_rdwr[multiprovider_proxyio] ___
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'
23-Dec-2019 23:18:49 hosts = {}
23-Dec-2019 23:18:49 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxyio]'>>
23-Dec-2019 23:18:49 users = {}
23-Dec-2019 23:18:49 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'}
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 23:18:49     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 23:18:49                  previous_env):
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         Sets up environment and returns environment description.
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         test_type = get_test_type(request)
23-Dec-2019 23:18:49         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 23:18:49                                                    previous_env)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         if test_type in ['gui']:
23-Dec-2019 23:18:49             # For now gui tests do not use onenv patch
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 _ ERROR at setup of test_delete_opened_file_without_permission[multiprovider_proxyio] _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'
23-Dec-2019 23:18:49 hosts = {}
23-Dec-2019 23:18:49 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxyio]'>>
23-Dec-2019 23:18:49 users = {}
23-Dec-2019 23:18:49 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'}
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 23:18:49     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 23:18:49                  previous_env):
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         Sets up environment and returns environment description.
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         test_type = get_test_type(request)
23-Dec-2019 23:18:49         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 23:18:49                                                    previous_env)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         if test_type in ['gui']:
23-Dec-2019 23:18:49             # For now gui tests do not use onenv patch
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 ____ ERROR at setup of test_delete_right_after_close[multiprovider_proxyio] ____
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'
23-Dec-2019 23:18:49 hosts = {}
23-Dec-2019 23:18:49 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxyio]'>>
23-Dec-2019 23:18:49 users = {}
23-Dec-2019 23:18:49 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'}
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 23:18:49     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 23:18:49                  previous_env):
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         Sets up environment and returns environment description.
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         test_type = get_test_type(request)
23-Dec-2019 23:18:49         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 23:18:49                                                    previous_env)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         if test_type in ['gui']:
23-Dec-2019 23:18:49             # For now gui tests do not use onenv patch
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 __________ ERROR at setup of test_create_many[multiprovider_proxyio] ___________
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'
23-Dec-2019 23:18:49 hosts = {}
23-Dec-2019 23:18:49 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxyio]'>>
23-Dec-2019 23:18:49 users = {}
23-Dec-2019 23:18:49 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'}
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 23:18:49     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 23:18:49                  previous_env):
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         Sets up environment and returns environment description.
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         test_type = get_test_type(request)
23-Dec-2019 23:18:49         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 23:18:49                                                    previous_env)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         if test_type in ['gui']:
23-Dec-2019 23:18:49             # For now gui tests do not use onenv patch
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 __________ ERROR at setup of test_copy_delete[multiprovider_proxyio] ___________
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'
23-Dec-2019 23:18:49 hosts = {}
23-Dec-2019 23:18:49 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxyio]'>>
23-Dec-2019 23:18:49 users = {}
23-Dec-2019 23:18:49 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'}
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 23:18:49     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 23:18:49                  previous_env):
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         Sets up environment and returns environment description.
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         test_type = get_test_type(request)
23-Dec-2019 23:18:49         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 23:18:49                                                    previous_env)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         if test_type in ['gui']:
23-Dec-2019 23:18:49             # For now gui tests do not use onenv patch
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 ______ ERROR at setup of test_move_between_spaces[multiprovider_proxyio] _______
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'
23-Dec-2019 23:18:49 hosts = {}
23-Dec-2019 23:18:49 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxyio]'>>
23-Dec-2019 23:18:49 users = {}
23-Dec-2019 23:18:49 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata/tests/oneclient/environments/multiprovider_proxyio.yaml'}
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 23:18:49     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 23:18:49                  previous_env):
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         Sets up environment and returns environment description.
23-Dec-2019 23:18:49         """
23-Dec-2019 23:18:49         test_type = get_test_type(request)
23-Dec-2019 23:18:49         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 23:18:49                                                    previous_env)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         if test_type in ['gui']:
23-Dec-2019 23:18:49             # For now gui tests do not use onenv patch
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return ''
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type == 'mixed':
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, '', users,
23-Dec-2019 23:18:49                     env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49             return env_desc
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 23:18:49             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 23:18:49                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             scenario = env_desc.get('scenario')
23-Dec-2019 23:18:49             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 23:18:49             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 23:18:49                                                          scenario))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             patch = env_desc.get('patch')
23-Dec-2019 23:18:49             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 23:18:49             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 23:18:49             if start_env:
23-Dec-2019 23:18:49                 previous_env['started'] = start_environment(
23-Dec-2019 23:18:49                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 23:18:49 >                   env_description_abs_path
23-Dec-2019 23:18:49                 )
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 tests/conftest.py:356:
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49 tests/conftest.py:455: in start_environment
23-Dec-2019 23:18:49     pods_cfg = check_deployment()
23-Dec-2019 23:18:49 tests/conftest.py:484: in check_deployment
23-Dec-2019 23:18:49     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 23:18:49     return loader.get_single_data()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 23:18:49     node = self.get_single_node()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 23:18:49     document = self.compose_document()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 23:18:49     node = self.compose_node(None, None)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 23:18:49     node = self.compose_mapping_node(anchor)
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 23:18:49     while not self.check_event(MappingEndEvent):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 23:18:49     self.current_event = self.state()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 23:18:49     if self.check_token(KeyToken):
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 23:18:49     self.fetch_more_tokens()
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 23:18:49     return self.fetch_value()
23-Dec-2019 23:18:49 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 self = <yaml.loader.Loader object at 0x7f7c637e0490>
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49     def fetch_value(self):
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # Do we determine a simple key?
23-Dec-2019 23:18:49         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Add KEY.
23-Dec-2019 23:18:49             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 23:18:49             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                     KeyToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # If this key starts a new block mapping, we need to add
23-Dec-2019 23:18:49             # BLOCK-MAPPING-START.
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49                 if self.add_indent(key.column):
23-Dec-2019 23:18:49                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 23:18:49                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # There cannot be two simple keys one after another.
23-Dec-2019 23:18:49             self.allow_simple_key = False
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49         # It must be a part of a complex key.
23-Dec-2019 23:18:49         else:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49             # Block context needs additional checks.
23-Dec-2019 23:18:49             # (Do we really need them? They will be catched by the parser
23-Dec-2019 23:18:49             # anyway.)
23-Dec-2019 23:18:49             if not self.flow_level:
23-Dec-2019 23:18:49    
23-Dec-2019 23:18:49                 # We are allowed to start a complex value if and only if
23-Dec-2019 23:18:49                 # we can start a simple key.
23-Dec-2019 23:18:49                 if not self.allow_simple_key:
23-Dec-2019 23:18:49                     raise ScannerError(None, None,
23-Dec-2019 23:18:49                             "mapping values are not allowed here",
23-Dec-2019 23:18:49 >                           self.get_mark())
23-Dec-2019 23:18:49 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 23:18:49 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 23:18:49 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 23:18:49 E                                                            ^
23-Dec-2019 23:18:49
23-Dec-2019 23:18:49 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 23:18:49 ========================= 25 error in 1281.85 seconds ==========================
23-Dec-2019 23:19:21 release "dev" deleted
23-Dec-2019 23:19:21 /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
23-Dec-2019 23:19:21   RequestsDependencyWarning)
23-Dec-2019 23:19:22 80f20971a38b
23-Dec-2019 23:19:22 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
23-Dec-2019 23:19:22 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
23-Dec-2019 23:19:22 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
23-Dec-2019 23:19:22 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
23-Dec-2019 23:19:22 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
23-Dec-2019 23:19:22 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
23-Dec-2019 23:19:22 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Dec-2019 23:19:22 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP...
23-Dec-2019 23:19:22 Failing task since 25 failing test cases were found.
23-Dec-2019 23:19:22 Finished task 'Parse test results' with result: Failed
23-Dec-2019 23:19:22 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 23:19:22
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider regular file CRUD proxyio #4 (TEST-ON2-MRFCP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-549443760693558936.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP
... using extra environment variables:
bamboo_planRepository_1_branch=develop
bamboo_capability_kubeadm=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_planRepository_1_branchDisplayName=develop
bamboo_repository_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_resultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MRFCP-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MRFCP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider regular file CRUD proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MRFCP-4
bamboo_repository_242352175_name=onedata-acceptance
bamboo_repository_242352175_branch_name=develop
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_agentId=205258755
bamboo_capability_onedata=true
bamboo_planName=Testing - oneclient-acceptance-src-test2
bamboo_repository_242352175_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-5745582130878944073.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-7279008879558319671.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MRFCP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.167Z
bamboo_repository_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-1536781581071311894.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-7875650244908134579.sh
bamboo_planRepository_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-5655037658000932252.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-6084319748171751086.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MRFCP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider regular file CRUD proxyio
bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoPort=10161
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_plan_storageTag=plan-242221103
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP
bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-ON2
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_repository_242352175_git_branch=develop
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle
bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=develop
23-Dec-2019 23:19:22 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
23-Dec-2019 23:19:22 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
23-Dec-2019 23:19:22 Finished task 'Pack logs' with result: Success
23-Dec-2019 23:19:22
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Dec-2019 23:19:22 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 23:19:22
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider regular file CRUD proxyio #4 (TEST-ON2-MRFCP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-9212677840187919009.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP/onedata
... using extra environment variables:
bamboo_planRepository_1_branch=develop
bamboo_capability_kubeadm=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_planRepository_1_branchDisplayName=develop
bamboo_repository_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_resultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MRFCP-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MRFCP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider regular file CRUD proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MRFCP-4
bamboo_repository_242352175_name=onedata-acceptance
bamboo_repository_242352175_branch_name=develop
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_agentId=205258755
bamboo_capability_onedata=true
bamboo_planName=Testing - oneclient-acceptance-src-test2
bamboo_repository_242352175_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-5745582130878944073.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-7279008879558319671.sh
bamboo_shortPlanKey=ON2
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-549443760693558936.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MRFCP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.167Z
bamboo_repository_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-1536781581071311894.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-7875650244908134579.sh
bamboo_planRepository_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-5655037658000932252.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRFCP-4-ScriptBuildTask-6084319748171751086.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MRFCP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider regular file CRUD proxyio
bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoPort=10161
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_plan_storageTag=plan-242221103
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP
bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-ON2
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_repository_242352175_git_branch=develop
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle
bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=develop
23-Dec-2019 23:19:22   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Dec-2019 23:19:22                                  Dload  Upload   Total   Spent    Left  Speed
23-Dec-2019 23:19:22
23-Dec-2019 23:19:23   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 23:19:24   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 23:19:24   0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
23-Dec-2019 23:19:24 100  4419  100  4419    0     0   2180      0  0:00:02  0:00:02 --:--:--  2181
23-Dec-2019 23:19:24 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Dec-2019 23:19:26 Cleaning helm deployments
23-Dec-2019 23:19:27 Cleanining pods
23-Dec-2019 23:19:30 Cleaning kube persistant volumes
23-Dec-2019 23:19:31 Cleaning dockswift container
23-Dec-2019 23:19:31 Cleaning docker containers
23-Dec-2019 23:19:32 Stalled docker containers to remove:
23-Dec-2019 23:19:32 5aae43e6d11c 4b0975598ea1 80c2efc04f14 5bd5de1dfd20 118ee47f2021 18d2022960ee ed0422340f47 59ecbe382d78 58a24c3ced16 3c827bbbc559 db2fe089b834 40edf9ec1112 7964be486e6c 19055d339abb db5f7866d2a4 7bada687cba5 09516b68bf41 aed7f4fd3cf1 7026c63dc26f 13c4de429de7
23-Dec-2019 23:19:32 Removing stalled docker containers
23-Dec-2019 23:19:32 Error response from daemon: Cannot kill container: 5aae43e6d11c: Container 5aae43e6d11c7b29363b933dda8df090335c3deda06ba00224b55d637de3601b is not running
23-Dec-2019 23:19:33 5aae43e6d11c
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 4b0975598ea1: Container 4b0975598ea1dabd79c272f68e7d19ebc276400e8d8ade9a699c363a6fe37f62 is not running
23-Dec-2019 23:19:33 4b0975598ea1
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 80c2efc04f14: Container 80c2efc04f147e8c21c943bf0ba9f4d5e98280c698beed52beffb5164496e3c0 is not running
23-Dec-2019 23:19:33 80c2efc04f14
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 5bd5de1dfd20: Container 5bd5de1dfd2033a032799deb52b79894ba5af7bd8c5b063019d5cbfa2843ae18 is not running
23-Dec-2019 23:19:33 5bd5de1dfd20
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 118ee47f2021: Container 118ee47f20214a70ff4bc4c7ef794dd42891ce8ecba23cca6ae9fa882582d37e is not running
23-Dec-2019 23:19:33 118ee47f2021
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 18d2022960ee: Container 18d2022960eedee9f6fe7cebaf51aa521439ad647050717b899001476c237169 is not running
23-Dec-2019 23:19:33 18d2022960ee
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: ed0422340f47: Container ed0422340f4739e58e5038617208ba93ede7c7f91ed4585768ee95616852d2e0 is not running
23-Dec-2019 23:19:33 ed0422340f47
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 59ecbe382d78: Container 59ecbe382d7895321e0204b60e70a03c064216cdddd6db15001107df07327569 is not running
23-Dec-2019 23:19:33 59ecbe382d78
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 58a24c3ced16: Container 58a24c3ced169b4e0836464575b496eb9b25775e37b44a43b188a26aecd24d74 is not running
23-Dec-2019 23:19:33 58a24c3ced16
23-Dec-2019 23:19:33 Error response from daemon: Cannot kill container: 3c827bbbc559: Container 3c827bbbc559fd2e9158920edec4de69790ba6e5ceea3ee7fe209f56a6eef45b is not running
23-Dec-2019 23:19:33 3c827bbbc559
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: db2fe089b834: Container db2fe089b8344eb7affe9f5329e71248542aa1efaceef2f869983dfee291fcf4 is not running
23-Dec-2019 23:19:34 db2fe089b834
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 40edf9ec1112: Container 40edf9ec1112d43012e76509335dc48b2a87bcd277812dcafb8bec86b8f196f8 is not running
23-Dec-2019 23:19:34 40edf9ec1112
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 7964be486e6c: Container 7964be486e6c1b2a255ac88644425d48da92cbf3b92ff81c73f527cfbcb16d86 is not running
23-Dec-2019 23:19:34 7964be486e6c
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 19055d339abb: Container 19055d339abba8e2f688859d80b3ff8abb8fff4fe7b198a43f94283ae622c120 is not running
23-Dec-2019 23:19:34 19055d339abb
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: db5f7866d2a4: Container db5f7866d2a4429011018b4235552107a5f2340a070d23ee99e47b7c046ccd6e is not running
23-Dec-2019 23:19:34 db5f7866d2a4
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 7bada687cba5: Container 7bada687cba5eb827ce5a74c2096202cf690c30ac2ca26b42e494c3fbb3400ac is not running
23-Dec-2019 23:19:34 7bada687cba5
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 09516b68bf41: Container 09516b68bf41458b6e2e5ec21d429ca885844dd55c7ca321876c2b291a5bf45e is not running
23-Dec-2019 23:19:34 09516b68bf41
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: aed7f4fd3cf1: Container aed7f4fd3cf179b42e95df49dd9997b2310d79557c30c61e3ea5cbcc34fc35ae is not running
23-Dec-2019 23:19:34 aed7f4fd3cf1
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 7026c63dc26f: Container 7026c63dc26ffa101fa38b8aa1b729d9c70fe7d68f9cdca647dfa34fc6ef5a37 is not running
23-Dec-2019 23:19:34 7026c63dc26f
23-Dec-2019 23:19:34 Error response from daemon: Cannot kill container: 13c4de429de7: Container 13c4de429de7626940cd91fb93ffd4238e4aaf0856ae1e2cb380d32efd9a63c5 is not running
23-Dec-2019 23:19:35 13c4de429de7
23-Dec-2019 23:19:35 Stalled docker volumes to remove:
23-Dec-2019 23:19:35
23-Dec-2019 23:19:35 Removing stalled docker volumes
23-Dec-2019 23:19:35 Removing stalled loopdevices
23-Dec-2019 23:19:35 Done
23-Dec-2019 23:19:35 Finished task 'Clear env' with result: Success
23-Dec-2019 23:19:35 Running post build plugin 'Docker Container Cleanup'
23-Dec-2019 23:19:35 Running post build plugin 'NCover Results Collector'
23-Dec-2019 23:19:35 Running post build plugin 'Clover Results Collector'
23-Dec-2019 23:19:35 Running post build plugin 'npm Cache Cleanup'
23-Dec-2019 23:19:35 Running post build plugin 'Artifact Copier'
23-Dec-2019 23:19:35 Publishing an artifact: test_logs.tar.gz
23-Dec-2019 23:19:35 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 7.889 ms
23-Dec-2019 23:19:38 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRFCP'
23-Dec-2019 23:19:38 Finalising the build...
23-Dec-2019 23:19:38 Stopping timer.
23-Dec-2019 23:19:38 Build TEST-ON2-MRFCP-4 completed.
23-Dec-2019 23:19:38 Running on server: post build plugin 'NCover Results Collector'
23-Dec-2019 23:19:38 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Dec-2019 23:19:38 Running on server: post build plugin 'Clover Delta Calculator'
23-Dec-2019 23:19:38 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Dec-2019 23:19:38 All post build plugins have finished
23-Dec-2019 23:19:38 Generating build results summary...
23-Dec-2019 23:19:38 Saving build results to disk...
23-Dec-2019 23:19:38 Logging substituted variables...
23-Dec-2019 23:19:38 Indexing build results...
23-Dec-2019 23:19:38 Finished building TEST-ON2-MRFCP-4.