Build: #17 failed

Job: multiprovider replication proxyio 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.

24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 ___________ ERROR at setup of test_write_and_read[multiprovider_env] ___________
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'
24-Dec-2019 10:50:22 hosts = {}
24-Dec-2019 10:50:22 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_env]'>>
24-Dec-2019 10:50:22 users = {}
24-Dec-2019 10:50:22 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'}
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 10:50:22     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 10:50:22                  previous_env):
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         Sets up environment and returns environment description.
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         test_type = get_test_type(request)
24-Dec-2019 10:50:22         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 10:50:22                                                    previous_env)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         if test_type in ['gui']:
24-Dec-2019 10:50:22             # For now gui tests do not use onenv patch
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 _____ ERROR at setup of test_big_transfer_and_md5_check[multiprovider_env] _____
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'
24-Dec-2019 10:50:22 hosts = {}
24-Dec-2019 10:50:22 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_env]'>>
24-Dec-2019 10:50:22 users = {}
24-Dec-2019 10:50:22 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'}
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 10:50:22     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 10:50:22                  previous_env):
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         Sets up environment and returns environment description.
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         test_type = get_test_type(request)
24-Dec-2019 10:50:22         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 10:50:22                                                    previous_env)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         if test_type in ['gui']:
24-Dec-2019 10:50:22             # For now gui tests do not use onenv patch
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 ________ ERROR at setup of test_remote_file_override[multiprovider_env] ________
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'
24-Dec-2019 10:50:22 hosts = {}
24-Dec-2019 10:50:22 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_env]'>>
24-Dec-2019 10:50:22 users = {}
24-Dec-2019 10:50:22 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'}
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 10:50:22     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 10:50:22                  previous_env):
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         Sets up environment and returns environment description.
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         test_type = get_test_type(request)
24-Dec-2019 10:50:22         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 10:50:22                                                    previous_env)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         if test_type in ['gui']:
24-Dec-2019 10:50:22             # For now gui tests do not use onenv patch
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 ________ ERROR at setup of test_remote_file_removal[multiprovider_env] _________
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'
24-Dec-2019 10:50:22 hosts = {}
24-Dec-2019 10:50:22 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_env]'>>
24-Dec-2019 10:50:22 users = {}
24-Dec-2019 10:50:22 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'}
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 10:50:22     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 10:50:22                  previous_env):
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         Sets up environment and returns environment description.
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         test_type = get_test_type(request)
24-Dec-2019 10:50:22         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 10:50:22                                                    previous_env)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         if test_type in ['gui']:
24-Dec-2019 10:50:22             # For now gui tests do not use onenv patch
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 _________ ERROR at setup of test_sequential_appends[multiprovider_env] _________
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'
24-Dec-2019 10:50:22 hosts = {}
24-Dec-2019 10:50:22 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_env]'>>
24-Dec-2019 10:50:22 users = {}
24-Dec-2019 10:50:22 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'}
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 10:50:22     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 10:50:22                  previous_env):
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         Sets up environment and returns environment description.
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         test_type = get_test_type(request)
24-Dec-2019 10:50:22         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 10:50:22                                                    previous_env)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         if test_type in ['gui']:
24-Dec-2019 10:50:22             # For now gui tests do not use onenv patch
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 ____ ERROR at setup of test_conflict_on_disjoint_blocks[multiprovider_env] _____
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'
24-Dec-2019 10:50:22 hosts = {}
24-Dec-2019 10:50:22 request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_env]'>>
24-Dec-2019 10:50:22 users = {}
24-Dec-2019 10:50:22 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP/onedata/tests/oneclient/environments/multiprovider_env.yaml'}
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 10:50:22     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 10:50:22                  previous_env):
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         Sets up environment and returns environment description.
24-Dec-2019 10:50:22         """
24-Dec-2019 10:50:22         test_type = get_test_type(request)
24-Dec-2019 10:50:22         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 10:50:22                                                    previous_env)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         if test_type in ['gui']:
24-Dec-2019 10:50:22             # For now gui tests do not use onenv patch
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return ''
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type == 'mixed':
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, '', users,
24-Dec-2019 10:50:22                     env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22             return env_desc
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 10:50:22             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 10:50:22                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             scenario = env_desc.get('scenario')
24-Dec-2019 10:50:22             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 10:50:22             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 10:50:22                                                          scenario))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             patch = env_desc.get('patch')
24-Dec-2019 10:50:22             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 10:50:22             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 10:50:22             if start_env:
24-Dec-2019 10:50:22                 previous_env['started'] = start_environment(
24-Dec-2019 10:50:22                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 10:50:22 >                   env_description_abs_path
24-Dec-2019 10:50:22                 )
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 tests/conftest.py:356:
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22 tests/conftest.py:455: in start_environment
24-Dec-2019 10:50:22     pods_cfg = check_deployment()
24-Dec-2019 10:50:22 tests/conftest.py:484: in check_deployment
24-Dec-2019 10:50:22     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 10:50:22     return loader.get_single_data()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 10:50:22     node = self.get_single_node()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 10:50:22     document = self.compose_document()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 10:50:22     node = self.compose_node(None, None)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 10:50:22     node = self.compose_mapping_node(anchor)
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 10:50:22     while not self.check_event(MappingEndEvent):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 10:50:22     self.current_event = self.state()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 10:50:22     if self.check_token(KeyToken):
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 10:50:22     self.fetch_more_tokens()
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 10:50:22     return self.fetch_value()
24-Dec-2019 10:50:22 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 self = <yaml.loader.Loader object at 0x7f562762c8d0>
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22     def fetch_value(self):
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # Do we determine a simple key?
24-Dec-2019 10:50:22         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Add KEY.
24-Dec-2019 10:50:22             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 10:50:22             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                     KeyToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # If this key starts a new block mapping, we need to add
24-Dec-2019 10:50:22             # BLOCK-MAPPING-START.
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22                 if self.add_indent(key.column):
24-Dec-2019 10:50:22                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 10:50:22                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # There cannot be two simple keys one after another.
24-Dec-2019 10:50:22             self.allow_simple_key = False
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22         # It must be a part of a complex key.
24-Dec-2019 10:50:22         else:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22             # Block context needs additional checks.
24-Dec-2019 10:50:22             # (Do we really need them? They will be catched by the parser
24-Dec-2019 10:50:22             # anyway.)
24-Dec-2019 10:50:22             if not self.flow_level:
24-Dec-2019 10:50:22    
24-Dec-2019 10:50:22                 # We are allowed to start a complex value if and only if
24-Dec-2019 10:50:22                 # we can start a simple key.
24-Dec-2019 10:50:22                 if not self.allow_simple_key:
24-Dec-2019 10:50:22                     raise ScannerError(None, None,
24-Dec-2019 10:50:22                             "mapping values are not allowed here",
24-Dec-2019 10:50:22 >                           self.get_mark())
24-Dec-2019 10:50:22 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 10:50:22 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 10:50:22 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 10:50:22 E                                                            ^
24-Dec-2019 10:50:22
24-Dec-2019 10:50:22 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 10:50:22 ========================== 9 error in 1278.67 seconds ==========================
24-Dec-2019 10:50:41 release "dev" deleted
24-Dec-2019 10:50:42 /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!
24-Dec-2019 10:50:42   RequestsDependencyWarning)
24-Dec-2019 10:50:42 ed4810e17e91
24-Dec-2019 10:50:42 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
24-Dec-2019 10:50:42 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
24-Dec-2019 10:50:42 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
24-Dec-2019 10:50:42 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
24-Dec-2019 10:50:42 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
24-Dec-2019 10:50:42 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
24-Dec-2019 10:50:42 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
24-Dec-2019 10:50:42 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP...
24-Dec-2019 10:50:42 Failing task since 9 failing test cases were found.
24-Dec-2019 10:50:42 Finished task 'Parse test results' with result: Failed
24-Dec-2019 10:50:42 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 10:50:42
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - multiprovider replication proxyio #17 (TEST-OCAST-MRP-17)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-4601274279185751813.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP
... 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-OCAST-MRP-17
bamboo_repository_222199898_git_branch=develop
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-OCAST-MRP
bamboo_shortPlanName=oneclient-acceptance-src-test
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=17
bamboo_shortJobName=multiprovider replication proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-MRP-17
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-test
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-3502419111755025217.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-3257634583205919676.sh
bamboo_shortPlanKey=OCAST
bamboo_shortJobKey=MRP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:37:08.342Z
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-OCAST-MRP-17-ScriptBuildTask-4171598382781520507.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-8154839748339034293.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-OCAST-MRP-17-ScriptBuildTask-4775956907396123278.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-34536245195494406.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-OCAST-MRP-17
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - multiprovider replication 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_repository_222199898_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_repository_222199898_name=onedata-acceptance
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_repository_222199898_branch_name=develop
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_repository_222199898_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_repository_222199898_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_plan_storageTag=plan-222068858
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_222199898_git_username=
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-OCAST
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
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
24-Dec-2019 10:50:42 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
24-Dec-2019 10:50:42 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
24-Dec-2019 10:50:42 Finished task 'Pack logs' with result: Success
24-Dec-2019 10:50:42
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
24-Dec-2019 10:50:42 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 10:50:42
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - multiprovider replication proxyio #17 (TEST-OCAST-MRP-17)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-2705808261703102337.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP
... 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-OCAST-MRP-17
bamboo_repository_222199898_git_branch=develop
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-OCAST-MRP
bamboo_shortPlanName=oneclient-acceptance-src-test
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=17
bamboo_shortJobName=multiprovider replication proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-MRP-17
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-test
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-3502419111755025217.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-3257634583205919676.sh
bamboo_shortPlanKey=OCAST
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-4601274279185751813.sh
bamboo_shortJobKey=MRP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:37:08.342Z
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-OCAST-MRP-17-ScriptBuildTask-4171598382781520507.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-8154839748339034293.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-OCAST-MRP-17-ScriptBuildTask-4775956907396123278.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRP-17-ScriptBuildTask-34536245195494406.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-OCAST-MRP-17
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - multiprovider replication 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_repository_222199898_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_repository_222199898_name=onedata-acceptance
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_repository_222199898_branch_name=develop
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_repository_222199898_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_repository_222199898_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_plan_storageTag=plan-222068858
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_222199898_git_username=
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-OCAST
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
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
24-Dec-2019 10:50:42   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
24-Dec-2019 10:50:42                                  Dload  Upload   Total   Spent    Left  Speed
24-Dec-2019 10:50:42
24-Dec-2019 10:50:43   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
24-Dec-2019 10:50:43 42  4419   42  1895    0     0   2458      0  0:00:01 --:--:--  0:00:01  2457
24-Dec-2019 10:50:43 100  4419  100  4419    0     0   5725      0 --:--:-- --:--:-- --:--:--  5724
24-Dec-2019 10:50:43 Clearing /tmp/onedata and /home/bamboo/.one-env
24-Dec-2019 10:50:44 Cleaning helm deployments
24-Dec-2019 10:50:44 Cleanining pods
24-Dec-2019 10:50:45 Cleaning kube persistant volumes
24-Dec-2019 10:50:46 pod "dev-oneprovider-krakow-ready-check-x7lzj" deleted
24-Dec-2019 10:51:00 Error from server (NotFound): pods "dev-oneprovider-paris-ready-check-bx4qs" not found
24-Dec-2019 10:51:00 Error from server (NotFound): pods "dev-onezone-ready-check-m6xv9" not found
24-Dec-2019 10:51:00 Cleaning dockswift container
24-Dec-2019 10:51:00 Cleaning docker containers
24-Dec-2019 10:51:02 Stalled docker containers to remove:
24-Dec-2019 10:51:02 9f27c324ad5e ad1b758d6c18 bb5b68a9a6d4 5ac4aa0fc709 c62837c0190e 47a552db3987 c8678992d2ec 8fdd9a47b9fa adb71878dfcd 13367dc7dc91 1d89cba366e1 4b77ab494456 145344c20582 69ef2f0c0b45 4f1780e063c1 f0fe0fe71785 84600b663e8d f264d72d023e cc7ac5037c12 379c82b4c66c
24-Dec-2019 10:51:02 Removing stalled docker containers
24-Dec-2019 10:51:02 Error response from daemon: Cannot kill container: 9f27c324ad5e: Container 9f27c324ad5e60ad6299f7ab623dd306374f9010441e1fa4cba40d705602a264 is not running
24-Dec-2019 10:51:02 9f27c324ad5e
24-Dec-2019 10:51:02 Error response from daemon: Cannot kill container: ad1b758d6c18: Container ad1b758d6c1850076bf025cacac261cf31df7187a9c3ddf02dc3066b533128ce is not running
24-Dec-2019 10:51:02 ad1b758d6c18
24-Dec-2019 10:51:02 Error response from daemon: Cannot kill container: bb5b68a9a6d4: Container bb5b68a9a6d4adcb7d2355dbfc53bb10ea0e8df684efa21d45f3303c1539317b is not running
24-Dec-2019 10:51:02 bb5b68a9a6d4
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: 5ac4aa0fc709: Container 5ac4aa0fc709951d441f732a95247b01bae55c9c30a06e4caf2be906dd3b2de6 is not running
24-Dec-2019 10:51:03 5ac4aa0fc709
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: c62837c0190e: Container c62837c0190ef0d6942e7f5f02e47a5a8bcfdd1181d2dc7f6a1e96c266ef4388 is not running
24-Dec-2019 10:51:03 c62837c0190e
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: 47a552db3987: Container 47a552db398722369a7ac4b8fcc2ca5f7152b0678ee64582a75d1d880fb1c02f is not running
24-Dec-2019 10:51:03 47a552db3987
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: c8678992d2ec: Container c8678992d2ec574ff429da151e897a767b63efc6ac15ffc2064829b889127ef8 is not running
24-Dec-2019 10:51:03 c8678992d2ec
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: 8fdd9a47b9fa: Container 8fdd9a47b9fa993f6a3ddef645d8e1f7ec2cd639286221ea865bdf5c71ddee61 is not running
24-Dec-2019 10:51:03 8fdd9a47b9fa
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: adb71878dfcd: Container adb71878dfcd9497c671e6183e155f6fe56ca340d0d9d5332a5433babef705e0 is not running
24-Dec-2019 10:51:03 adb71878dfcd
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: 13367dc7dc91: Container 13367dc7dc91bd033ae9080a5836c39671f818b6b9c050bd52d044d729771c33 is not running
24-Dec-2019 10:51:03 13367dc7dc91
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: 1d89cba366e1: Container 1d89cba366e19b3a40cbb56905d598be372c86df4504af9ffba12759c92b51c7 is not running
24-Dec-2019 10:51:03 1d89cba366e1
24-Dec-2019 10:51:03 Error response from daemon: Cannot kill container: 4b77ab494456: Container 4b77ab49445687fca9b59a50ccbcfb354814dee3bb245c3f17419524080bf809 is not running
24-Dec-2019 10:51:03 4b77ab494456
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: 145344c20582: Container 145344c20582c059911728a5750781096d4da2c19ebde724a85729da24df80f9 is not running
24-Dec-2019 10:51:04 145344c20582
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: 69ef2f0c0b45: Container 69ef2f0c0b453b34b241e61620e52ee8546fe6a0b65761bf14a1078db2c225b0 is not running
24-Dec-2019 10:51:04 69ef2f0c0b45
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: 4f1780e063c1: Container 4f1780e063c1a0aee36e790fde0f5e9ba2eb21befe7530af15fe5ea5919ac54f is not running
24-Dec-2019 10:51:04 4f1780e063c1
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: f0fe0fe71785: Container f0fe0fe71785aeb7cd5f55af28aa74e148e330a50740015cd57a7c251dc1011e is not running
24-Dec-2019 10:51:04 f0fe0fe71785
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: 84600b663e8d: Container 84600b663e8d2113957323fa13f20c68d843f8669e36fda2f2ff6b6d4df59396 is not running
24-Dec-2019 10:51:04 84600b663e8d
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: f264d72d023e: Container f264d72d023e309ba311f0c74ac850527d15f69a354d94f7029a3a1d0e03954f is not running
24-Dec-2019 10:51:04 f264d72d023e
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: cc7ac5037c12: Container cc7ac5037c1267df9bacb8f79f4f94df880fcb76b7e537f773bc2d698724e0e9 is not running
24-Dec-2019 10:51:04 cc7ac5037c12
24-Dec-2019 10:51:04 Error response from daemon: Cannot kill container: 379c82b4c66c: Container 379c82b4c66caefd71959daab81dd3c385f41c80c2d66da0899dac254e07cb19 is not running
24-Dec-2019 10:51:04 379c82b4c66c
24-Dec-2019 10:51:04 Stalled docker volumes to remove:
24-Dec-2019 10:51:04
24-Dec-2019 10:51:04 Removing stalled docker volumes
24-Dec-2019 10:51:04 Removing stalled loopdevices
24-Dec-2019 10:51:05 Done
24-Dec-2019 10:51:05 Finished task 'Clear env' with result: Success
24-Dec-2019 10:51:05 Running post build plugin 'Docker Container Cleanup'
24-Dec-2019 10:51:05 Running post build plugin 'NCover Results Collector'
24-Dec-2019 10:51:05 Running post build plugin 'Clover Results Collector'
24-Dec-2019 10:51:05 Running post build plugin 'npm Cache Cleanup'
24-Dec-2019 10:51:05 Running post build plugin 'Artifact Copier'
24-Dec-2019 10:51:05 Publishing an artifact: test_logs.tar.gz
24-Dec-2019 10:51:05 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 9.141 ms
24-Dec-2019 10:51:08 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRP'
24-Dec-2019 10:51:08 Finalising the build...
24-Dec-2019 10:51:08 Stopping timer.
24-Dec-2019 10:51:08 Build TEST-OCAST-MRP-17 completed.
24-Dec-2019 10:51:08 Running on server: post build plugin 'NCover Results Collector'
24-Dec-2019 10:51:08 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Dec-2019 10:51:08 Running on server: post build plugin 'Clover Delta Calculator'
24-Dec-2019 10:51:08 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Dec-2019 10:51:08 All post build plugins have finished
24-Dec-2019 10:51:08 Generating build results summary...
24-Dec-2019 10:51:08 Saving build results to disk...
24-Dec-2019 10:51:08 Logging substituted variables...
24-Dec-2019 10:51:08 Indexing build results...
24-Dec-2019 10:51:08 Finished building TEST-OCAST-MRP-17.