Build: #4 failed

Job: multiprovider replication directio failed

Build log

The build generated 1,893 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 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 ______ ERROR at setup of test_write_and_read[multiprovider_directio_env] _______
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'
23-Dec-2019 22:06:46 hosts = {}
23-Dec-2019 22:06:46 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>>
23-Dec-2019 22:06:46 users = {}
23-Dec-2019 22:06:46 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'}
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:06:46     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:06:46                  previous_env):
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         Sets up environment and returns environment description.
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         test_type = get_test_type(request)
23-Dec-2019 22:06:46         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:06:46                                                    previous_env)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         if test_type in ['gui']:
23-Dec-2019 22:06:46             # For now gui tests do not use onenv patch
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 _ ERROR at setup of test_big_transfer_and_md5_check[multiprovider_directio_env] _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'
23-Dec-2019 22:06:46 hosts = {}
23-Dec-2019 22:06:46 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>>
23-Dec-2019 22:06:46 users = {}
23-Dec-2019 22:06:46 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'}
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:06:46     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:06:46                  previous_env):
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         Sets up environment and returns environment description.
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         test_type = get_test_type(request)
23-Dec-2019 22:06:46         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:06:46                                                    previous_env)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         if test_type in ['gui']:
23-Dec-2019 22:06:46             # For now gui tests do not use onenv patch
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 ___ ERROR at setup of test_remote_file_override[multiprovider_directio_env] ____
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'
23-Dec-2019 22:06:46 hosts = {}
23-Dec-2019 22:06:46 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>>
23-Dec-2019 22:06:46 users = {}
23-Dec-2019 22:06:46 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'}
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:06:46     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:06:46                  previous_env):
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         Sets up environment and returns environment description.
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         test_type = get_test_type(request)
23-Dec-2019 22:06:46         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:06:46                                                    previous_env)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         if test_type in ['gui']:
23-Dec-2019 22:06:46             # For now gui tests do not use onenv patch
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 ____ ERROR at setup of test_remote_file_removal[multiprovider_directio_env] ____
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'
23-Dec-2019 22:06:46 hosts = {}
23-Dec-2019 22:06:46 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>>
23-Dec-2019 22:06:46 users = {}
23-Dec-2019 22:06:46 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'}
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:06:46     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:06:46                  previous_env):
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         Sets up environment and returns environment description.
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         test_type = get_test_type(request)
23-Dec-2019 22:06:46         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:06:46                                                    previous_env)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         if test_type in ['gui']:
23-Dec-2019 22:06:46             # For now gui tests do not use onenv patch
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 ____ ERROR at setup of test_sequential_appends[multiprovider_directio_env] _____
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'
23-Dec-2019 22:06:46 hosts = {}
23-Dec-2019 22:06:46 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>>
23-Dec-2019 22:06:46 users = {}
23-Dec-2019 22:06:46 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'}
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:06:46     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:06:46                  previous_env):
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         Sets up environment and returns environment description.
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         test_type = get_test_type(request)
23-Dec-2019 22:06:46         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:06:46                                                    previous_env)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         if test_type in ['gui']:
23-Dec-2019 22:06:46             # For now gui tests do not use onenv patch
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 _ ERROR at setup of test_conflict_on_disjoint_blocks[multiprovider_directio_env] _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'
23-Dec-2019 22:06:46 hosts = {}
23-Dec-2019 22:06:46 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>>
23-Dec-2019 22:06:46 users = {}
23-Dec-2019 22:06:46 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'}
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:06:46     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:06:46                  previous_env):
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         Sets up environment and returns environment description.
23-Dec-2019 22:06:46         """
23-Dec-2019 22:06:46         test_type = get_test_type(request)
23-Dec-2019 22:06:46         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:06:46                                                    previous_env)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         if test_type in ['gui']:
23-Dec-2019 22:06:46             # For now gui tests do not use onenv patch
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return ''
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type == 'mixed':
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:06:46                     env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46             return env_desc
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:06:46             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:06:46                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             scenario = env_desc.get('scenario')
23-Dec-2019 22:06:46             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:06:46             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:06:46                                                          scenario))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             patch = env_desc.get('patch')
23-Dec-2019 22:06:46             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:06:46             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:06:46             if start_env:
23-Dec-2019 22:06:46                 previous_env['started'] = start_environment(
23-Dec-2019 22:06:46                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:06:46 >                   env_description_abs_path
23-Dec-2019 22:06:46                 )
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 tests/conftest.py:356:
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46 tests/conftest.py:455: in start_environment
23-Dec-2019 22:06:46     pods_cfg = check_deployment()
23-Dec-2019 22:06:46 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:06:46     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:06:46     return loader.get_single_data()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:06:46     node = self.get_single_node()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:06:46     document = self.compose_document()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:06:46     node = self.compose_node(None, None)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:06:46     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:06:46     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:06:46     self.current_event = self.state()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:06:46     if self.check_token(KeyToken):
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:06:46     self.fetch_more_tokens()
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:06:46     return self.fetch_value()
23-Dec-2019 22:06:46 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 self = <yaml.loader.Loader object at 0x7f622fa74b50>
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46     def fetch_value(self):
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # Do we determine a simple key?
23-Dec-2019 22:06:46         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Add KEY.
23-Dec-2019 22:06:46             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:06:46             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:06:46             # BLOCK-MAPPING-START.
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46                 if self.add_indent(key.column):
23-Dec-2019 22:06:46                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:06:46                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # There cannot be two simple keys one after another.
23-Dec-2019 22:06:46             self.allow_simple_key = False
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46         # It must be a part of a complex key.
23-Dec-2019 22:06:46         else:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46             # Block context needs additional checks.
23-Dec-2019 22:06:46             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:06:46             # anyway.)
23-Dec-2019 22:06:46             if not self.flow_level:
23-Dec-2019 22:06:46    
23-Dec-2019 22:06:46                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:06:46                 # we can start a simple key.
23-Dec-2019 22:06:46                 if not self.allow_simple_key:
23-Dec-2019 22:06:46                     raise ScannerError(None, None,
23-Dec-2019 22:06:46                             "mapping values are not allowed here",
23-Dec-2019 22:06:46 >                           self.get_mark())
23-Dec-2019 22:06:46 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:06:46 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:06:46 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:06:46 E                                                            ^
23-Dec-2019 22:06:46
23-Dec-2019 22:06:46 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:06:46 ========================== 9 error in 1278.01 seconds ==========================
23-Dec-2019 22:07:10 release "dev" deleted
23-Dec-2019 22:07:11 /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 22:07:11   RequestsDependencyWarning)
23-Dec-2019 22:07:11 002aa8ccb9c2
23-Dec-2019 22:07:11 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
23-Dec-2019 22:07:11 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
23-Dec-2019 22:07:11 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
23-Dec-2019 22:07:11 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
23-Dec-2019 22:07:11 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
23-Dec-2019 22:07:11 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
23-Dec-2019 22:07:11 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Dec-2019 22:07:11 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD...
23-Dec-2019 22:07:11 Failing task since 9 failing test cases were found.
23-Dec-2019 22:07:11 Finished task 'Parse test results' with result: Failed
23-Dec-2019 22:07:11 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 22:07:11
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider replication directio #4 (TEST-ON2-MRD-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-5851301679047854586.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD
... 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-MRD-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-MRD
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MRD
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider replication directio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MRD-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-MRD-4-ScriptBuildTask-3835193705723705156.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-1916301524194571580.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MRD
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.143Z
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-MRD-4-ScriptBuildTask-2027508693545389620.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-7278754494020354091.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-MRD-4-ScriptBuildTask-4343049619675916842.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-8936153937929216419.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MRD-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider replication directio
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-MRD
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 22:07:11 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
23-Dec-2019 22:07:11 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
23-Dec-2019 22:07:11 Finished task 'Pack logs' with result: Success
23-Dec-2019 22:07:11
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Dec-2019 22:07:11 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 22:07:11
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider replication directio #4 (TEST-ON2-MRD-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-7959347056015966254.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD/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-MRD-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-MRD
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MRD
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider replication directio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MRD-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-MRD-4-ScriptBuildTask-3835193705723705156.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-1916301524194571580.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-MRD-4-ScriptBuildTask-5851301679047854586.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MRD
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.143Z
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-MRD-4-ScriptBuildTask-2027508693545389620.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-7278754494020354091.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-MRD-4-ScriptBuildTask-4343049619675916842.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MRD-4-ScriptBuildTask-8936153937929216419.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MRD-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider replication directio
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-MRD
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 22:07:11   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Dec-2019 22:07:11                                  Dload  Upload   Total   Spent    Left  Speed
23-Dec-2019 22:07:11
23-Dec-2019 22:07:12   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 22:07:12   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 22:07:12 100  4419  100  4419    0     0   8182      0 --:--:-- --:--:-- --:--:--  8183
23-Dec-2019 22:07:12 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Dec-2019 22:07:13 Cleaning helm deployments
23-Dec-2019 22:07:13 Cleanining pods
23-Dec-2019 22:07:14 Cleaning kube persistant volumes
23-Dec-2019 22:07:14 pod "dev-oneprovider-krakow-ready-check-lh8k4" deleted
23-Dec-2019 22:07:30 Error from server (NotFound): pods "dev-oneprovider-paris-ready-check-7v5gg" not found
23-Dec-2019 22:07:30 Error from server (NotFound): pods "dev-onezone-ready-check-b8gmr" not found
23-Dec-2019 22:07:30 Cleaning dockswift container
23-Dec-2019 22:07:30 Cleaning docker containers
23-Dec-2019 22:07:32 Stalled docker containers to remove:
23-Dec-2019 22:07:32 efd2a24ea521 702fffe73513 7d2ac9899170 7dda59227605 1f09d0523b80 c09dea0636b2 1aebc864b579 b8955f74c86c ebda5e52d218 1be16a17170e 5dd2f7981aa8 72e9f0872d00 013cb30f8281 7977c45283a3 58d58e3c69df 0d0b8ce7f595 d1c55ccb413d d493e67bc8a2 00c161ebb7c6 05508f4f59fd
23-Dec-2019 22:07:32 Removing stalled docker containers
23-Dec-2019 22:07:32 Error response from daemon: Cannot kill container: efd2a24ea521: Container efd2a24ea5214a5b2960fcc7e1555684f928e882d2a06ba3f880ec599569cfcf is not running
23-Dec-2019 22:07:32 efd2a24ea521
23-Dec-2019 22:07:32 Error response from daemon: Cannot kill container: 702fffe73513: Container 702fffe73513f9e5a34f20600e44d5a9d191671e5ee94575a1273e16e431fbbb is not running
23-Dec-2019 22:07:32 702fffe73513
23-Dec-2019 22:07:32 Error response from daemon: Cannot kill container: 7d2ac9899170: Container 7d2ac9899170c6d24d3c132dc8f2d928602be7e89a91a321b9bafad1f320b642 is not running
23-Dec-2019 22:07:33 7d2ac9899170
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: 7dda59227605: Container 7dda5922760545b1abe569859633cab46516cd717967fc4402903ada40399404 is not running
23-Dec-2019 22:07:33 7dda59227605
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: 1f09d0523b80: Container 1f09d0523b80d410974f8d27eb4037709e00e45f807b1fecbea1db80fb828205 is not running
23-Dec-2019 22:07:33 1f09d0523b80
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: c09dea0636b2: Container c09dea0636b2d744fa3925e182b8b3d79485d75a0c02daf677dcba8601705bec is not running
23-Dec-2019 22:07:33 c09dea0636b2
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: 1aebc864b579: Container 1aebc864b579858980c2b3a69ffe0dba5f35d91ca056fc9c6d73f14f55fbf34d is not running
23-Dec-2019 22:07:33 1aebc864b579
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: b8955f74c86c: Container b8955f74c86c30fff22a3a4f3718d803f98c5f98da94890ed116529b28a66463 is not running
23-Dec-2019 22:07:33 b8955f74c86c
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: ebda5e52d218: Container ebda5e52d21811383d4ef1b50752839a2b6a52123029499fb105f7aa017b4746 is not running
23-Dec-2019 22:07:33 ebda5e52d218
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: 1be16a17170e: Container 1be16a17170e48c6c53bfbcddc98de681af404c4f582cb22b9c9fcdb01eb1719 is not running
23-Dec-2019 22:07:33 1be16a17170e
23-Dec-2019 22:07:33 Error response from daemon: Cannot kill container: 5dd2f7981aa8: Container 5dd2f7981aa86f90ff93a0da000ce76d118c2b76c3d4b2577e607fe9e5ff8b42 is not running
23-Dec-2019 22:07:33 5dd2f7981aa8
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 72e9f0872d00: Container 72e9f0872d006baf96a2bc48994f634026fe296a474cce333d661f121e257bda is not running
23-Dec-2019 22:07:34 72e9f0872d00
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 013cb30f8281: Container 013cb30f8281884051d56978549598755f2a48123a1af3635b1b9b2f9d780feb is not running
23-Dec-2019 22:07:34 013cb30f8281
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 7977c45283a3: Container 7977c45283a32c086f95ff967452a4e2f36866a1ccbfd3f30f231a6a1a2aca58 is not running
23-Dec-2019 22:07:34 7977c45283a3
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 58d58e3c69df: Container 58d58e3c69df749b10b5c4f72c740ec9058ab040ff569f8fd6b42807f6db53ed is not running
23-Dec-2019 22:07:34 58d58e3c69df
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 0d0b8ce7f595: Container 0d0b8ce7f5955f48af0505bcd0f4bd1ca88b1d6aef82370e8bf814ed92d90c0f is not running
23-Dec-2019 22:07:34 0d0b8ce7f595
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: d1c55ccb413d: Container d1c55ccb413d9d0396c6f40f5fa99dae82f8e0aa24df0891fa81fa733c54fff6 is not running
23-Dec-2019 22:07:34 d1c55ccb413d
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: d493e67bc8a2: Container d493e67bc8a26515f4147de0bdd7b5c3daaa2bc8c64e455f4351c40fff452903 is not running
23-Dec-2019 22:07:34 d493e67bc8a2
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 00c161ebb7c6: Container 00c161ebb7c6341aabe4c1ac2c75426eb7e5a57c75720211f5536267c9739f4f is not running
23-Dec-2019 22:07:34 00c161ebb7c6
23-Dec-2019 22:07:34 Error response from daemon: Cannot kill container: 05508f4f59fd: Container 05508f4f59fd598a9ed9fb33fc1ddb888ffd13382b7b08803d106050c8bbf7ae is not running
23-Dec-2019 22:07:34 05508f4f59fd
23-Dec-2019 22:07:34 Stalled docker volumes to remove:
23-Dec-2019 22:07:34
23-Dec-2019 22:07:34 Removing stalled docker volumes
23-Dec-2019 22:07:34 Removing stalled loopdevices
23-Dec-2019 22:07:35 Done
23-Dec-2019 22:07:35 Finished task 'Clear env' with result: Success
23-Dec-2019 22:07:35 Running post build plugin 'Docker Container Cleanup'
23-Dec-2019 22:07:35 Running post build plugin 'NCover Results Collector'
23-Dec-2019 22:07:35 Running post build plugin 'Clover Results Collector'
23-Dec-2019 22:07:35 Running post build plugin 'npm Cache Cleanup'
23-Dec-2019 22:07:35 Running post build plugin 'Artifact Copier'
23-Dec-2019 22:07:35 Publishing an artifact: test_logs.tar.gz
23-Dec-2019 22:07:35 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 11.23 ms
23-Dec-2019 22:07:38 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MRD'
23-Dec-2019 22:07:38 Finalising the build...
23-Dec-2019 22:07:38 Stopping timer.
23-Dec-2019 22:07:38 Build TEST-ON2-MRD-4 completed.
23-Dec-2019 22:07:38 Running on server: post build plugin 'NCover Results Collector'
23-Dec-2019 22:07:38 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Dec-2019 22:07:38 Running on server: post build plugin 'Clover Delta Calculator'
23-Dec-2019 22:07:38 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Dec-2019 22:07:38 All post build plugins have finished
23-Dec-2019 22:07:38 Generating build results summary...
23-Dec-2019 22:07:38 Saving build results to disk...
23-Dec-2019 22:07:38 Logging substituted variables...
23-Dec-2019 22:07:38 Indexing build results...
23-Dec-2019 22:07:38 Finished building TEST-ON2-MRD-4.