Build: #17 failed

Job: multiprovider proxy regular file CRUD proxyio failed

Build log

The build generated 4,005 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 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 ___ ERROR at setup of test_delete_file_opened_for_rdwr[multiprovider_proxy] ____
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 11:14:17 hosts = {}
24-Dec-2019 11:14:17 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy]'>>
24-Dec-2019 11:14:17 users = {}
24-Dec-2019 11:14:17 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 11:14:17     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 11:14:17                  previous_env):
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         Sets up environment and returns environment description.
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         test_type = get_test_type(request)
24-Dec-2019 11:14:17         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 11:14:17                                                    previous_env)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         if test_type in ['gui']:
24-Dec-2019 11:14:17             # For now gui tests do not use onenv patch
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 _ ERROR at setup of test_delete_opened_file_without_permission[multiprovider_proxy] _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 11:14:17 hosts = {}
24-Dec-2019 11:14:17 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy]'>>
24-Dec-2019 11:14:17 users = {}
24-Dec-2019 11:14:17 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 11:14:17     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 11:14:17                  previous_env):
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         Sets up environment and returns environment description.
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         test_type = get_test_type(request)
24-Dec-2019 11:14:17         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 11:14:17                                                    previous_env)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         if test_type in ['gui']:
24-Dec-2019 11:14:17             # For now gui tests do not use onenv patch
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 _____ ERROR at setup of test_delete_right_after_close[multiprovider_proxy] _____
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 11:14:17 hosts = {}
24-Dec-2019 11:14:17 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy]'>>
24-Dec-2019 11:14:17 users = {}
24-Dec-2019 11:14:17 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 11:14:17     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 11:14:17                  previous_env):
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         Sets up environment and returns environment description.
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         test_type = get_test_type(request)
24-Dec-2019 11:14:17         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 11:14:17                                                    previous_env)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         if test_type in ['gui']:
24-Dec-2019 11:14:17             # For now gui tests do not use onenv patch
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 ___________ ERROR at setup of test_create_many[multiprovider_proxy] ____________
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 11:14:17 hosts = {}
24-Dec-2019 11:14:17 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy]'>>
24-Dec-2019 11:14:17 users = {}
24-Dec-2019 11:14:17 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 11:14:17     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 11:14:17                  previous_env):
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         Sets up environment and returns environment description.
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         test_type = get_test_type(request)
24-Dec-2019 11:14:17         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 11:14:17                                                    previous_env)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         if test_type in ['gui']:
24-Dec-2019 11:14:17             # For now gui tests do not use onenv patch
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 ___________ ERROR at setup of test_copy_delete[multiprovider_proxy] ____________
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 11:14:17 hosts = {}
24-Dec-2019 11:14:17 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy]'>>
24-Dec-2019 11:14:17 users = {}
24-Dec-2019 11:14:17 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 11:14:17     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 11:14:17                  previous_env):
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         Sets up environment and returns environment description.
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         test_type = get_test_type(request)
24-Dec-2019 11:14:17         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 11:14:17                                                    previous_env)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         if test_type in ['gui']:
24-Dec-2019 11:14:17             # For now gui tests do not use onenv patch
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 _______ ERROR at setup of test_move_between_spaces[multiprovider_proxy] ________
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 11:14:17 hosts = {}
24-Dec-2019 11:14:17 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy]'>>
24-Dec-2019 11:14:17 users = {}
24-Dec-2019 11:14:17 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 11:14:17     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 11:14:17                  previous_env):
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         Sets up environment and returns environment description.
24-Dec-2019 11:14:17         """
24-Dec-2019 11:14:17         test_type = get_test_type(request)
24-Dec-2019 11:14:17         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 11:14:17                                                    previous_env)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         if test_type in ['gui']:
24-Dec-2019 11:14:17             # For now gui tests do not use onenv patch
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return ''
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type == 'mixed':
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, '', users,
24-Dec-2019 11:14:17                     env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17             return env_desc
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 11:14:17             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 11:14:17                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             scenario = env_desc.get('scenario')
24-Dec-2019 11:14:17             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 11:14:17             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 11:14:17                                                          scenario))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             patch = env_desc.get('patch')
24-Dec-2019 11:14:17             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 11:14:17             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 11:14:17             if start_env:
24-Dec-2019 11:14:17                 previous_env['started'] = start_environment(
24-Dec-2019 11:14:17                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 11:14:17 >                   env_description_abs_path
24-Dec-2019 11:14:17                 )
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 tests/conftest.py:356:
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17 tests/conftest.py:455: in start_environment
24-Dec-2019 11:14:17     pods_cfg = check_deployment()
24-Dec-2019 11:14:17 tests/conftest.py:484: in check_deployment
24-Dec-2019 11:14:17     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 11:14:17     return loader.get_single_data()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 11:14:17     node = self.get_single_node()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 11:14:17     document = self.compose_document()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 11:14:17     node = self.compose_node(None, None)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 11:14:17     node = self.compose_mapping_node(anchor)
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 11:14:17     while not self.check_event(MappingEndEvent):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 11:14:17     self.current_event = self.state()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 11:14:17     if self.check_token(KeyToken):
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 11:14:17     self.fetch_more_tokens()
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 11:14:17     return self.fetch_value()
24-Dec-2019 11:14:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 self = <yaml.loader.Loader object at 0x7fcdb5b99d10>
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17     def fetch_value(self):
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # Do we determine a simple key?
24-Dec-2019 11:14:17         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Add KEY.
24-Dec-2019 11:14:17             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 11:14:17             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                     KeyToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # If this key starts a new block mapping, we need to add
24-Dec-2019 11:14:17             # BLOCK-MAPPING-START.
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17                 if self.add_indent(key.column):
24-Dec-2019 11:14:17                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 11:14:17                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # There cannot be two simple keys one after another.
24-Dec-2019 11:14:17             self.allow_simple_key = False
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17         # It must be a part of a complex key.
24-Dec-2019 11:14:17         else:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17             # Block context needs additional checks.
24-Dec-2019 11:14:17             # (Do we really need them? They will be catched by the parser
24-Dec-2019 11:14:17             # anyway.)
24-Dec-2019 11:14:17             if not self.flow_level:
24-Dec-2019 11:14:17    
24-Dec-2019 11:14:17                 # We are allowed to start a complex value if and only if
24-Dec-2019 11:14:17                 # we can start a simple key.
24-Dec-2019 11:14:17                 if not self.allow_simple_key:
24-Dec-2019 11:14:17                     raise ScannerError(None, None,
24-Dec-2019 11:14:17                             "mapping values are not allowed here",
24-Dec-2019 11:14:17 >                           self.get_mark())
24-Dec-2019 11:14:17 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 11:14:17 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 11:14:17 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 11:14:17 E                                                            ^
24-Dec-2019 11:14:17
24-Dec-2019 11:14:17 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 11:14:17 ========================= 25 error in 1280.98 seconds ==========================
24-Dec-2019 11:14:41 release "dev" deleted
24-Dec-2019 11:14:41 /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 11:14:41   RequestsDependencyWarning)
24-Dec-2019 11:14:42 e6cf9a3e8379
24-Dec-2019 11:14:42 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
24-Dec-2019 11:14:42 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
24-Dec-2019 11:14:42 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
24-Dec-2019 11:14:42 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
24-Dec-2019 11:14:42 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
24-Dec-2019 11:14:42 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
24-Dec-2019 11:14:42 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
24-Dec-2019 11:14:42 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP...
24-Dec-2019 11:14:42 Failing task since 25 failing test cases were found.
24-Dec-2019 11:14:42 Finished task 'Parse test results' with result: Failed
24-Dec-2019 11:14:42 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 11:14:42
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - multiprovider proxy regular file CRUD proxyio #17 (TEST-OCAST-MPRFCP-17)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-612239975699721445.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP
... 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-MPRFCP-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-MPRFCP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-OCAST-MPRFCP
bamboo_shortPlanName=oneclient-acceptance-src-test
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=17
bamboo_shortJobName=multiprovider proxy regular file CRUD proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-MPRFCP-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-MPRFCP-17-ScriptBuildTask-677267111839268007.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-7395083935903611397.sh
bamboo_shortPlanKey=OCAST
bamboo_shortJobKey=MPRFCP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:37:08.326Z
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-MPRFCP-17-ScriptBuildTask-8027121625579490188.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-854443795097367084.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-MPRFCP-17-ScriptBuildTask-2561123449914326049.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-44813727943698260.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-OCAST-MPRFCP-17
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - multiprovider proxy regular file CRUD proxyio
bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoPort=10161
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_buildFailed=false
bamboo_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-MPRFCP
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 11:14:42 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
24-Dec-2019 11:14:42 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
24-Dec-2019 11:14:42 Finished task 'Pack logs' with result: Success
24-Dec-2019 11:14:42
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
24-Dec-2019 11:14:42 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 11:14:42
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - multiprovider proxy regular file CRUD proxyio #17 (TEST-OCAST-MPRFCP-17)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-2196747558904300039.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP
... 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-MPRFCP-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-MPRFCP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-OCAST-MPRFCP
bamboo_shortPlanName=oneclient-acceptance-src-test
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=17
bamboo_shortJobName=multiprovider proxy regular file CRUD proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-MPRFCP-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-MPRFCP-17-ScriptBuildTask-677267111839268007.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-7395083935903611397.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-MPRFCP-17-ScriptBuildTask-612239975699721445.sh
bamboo_shortJobKey=MPRFCP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:37:08.326Z
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-MPRFCP-17-ScriptBuildTask-8027121625579490188.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-854443795097367084.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-MPRFCP-17-ScriptBuildTask-2561123449914326049.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MPRFCP-17-ScriptBuildTask-44813727943698260.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-OCAST-MPRFCP-17
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - multiprovider proxy regular file CRUD proxyio
bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoPort=10161
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_buildFailed=false
bamboo_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-MPRFCP
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 11:14:42   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
24-Dec-2019 11:14:42                                  Dload  Upload   Total   Spent    Left  Speed
24-Dec-2019 11:14:42
24-Dec-2019 11:14:42   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
24-Dec-2019 11:14:42 100  4419  100  4419    0     0   9348      0 --:--:-- --:--:-- --:--:--  9362
24-Dec-2019 11:14:42 Clearing /tmp/onedata and /home/bamboo/.one-env
24-Dec-2019 11:14:43 Cleaning helm deployments
24-Dec-2019 11:14:43 Cleanining pods
24-Dec-2019 11:14:44 Cleaning kube persistant volumes
24-Dec-2019 11:14:45 pod "dev-oneprovider-krakow-ready-check-jsh64" deleted
24-Dec-2019 11:15:00 Error from server (NotFound): pods "dev-oneprovider-paris-ready-check-hmgkm" not found
24-Dec-2019 11:15:00 Error from server (NotFound): pods "dev-onezone-ready-check-b6t7d" not found
24-Dec-2019 11:15:00 Cleaning dockswift container
24-Dec-2019 11:15:00 Cleaning docker containers
24-Dec-2019 11:15:02 Stalled docker containers to remove:
24-Dec-2019 11:15:02 83396f60ba21 0a5ef5bcc6f3 9ad29550cf6c c14174c18050 873ef27c2555 3095b7b41e42 9022fe45405b c90188577f8d 20dd6196f266 3f7d8d47afb5 26ef3deffb4c 4ee65be80df1 1b30e2e41aec 30f36826dfda b82911a4d3c2 5e4f44cf1c10 0edbd70b4d98 c37edf1ac543 3e55ab55127e e7beb72c389f
24-Dec-2019 11:15:02 Removing stalled docker containers
24-Dec-2019 11:15:02 Error response from daemon: Cannot kill container: 83396f60ba21: Container 83396f60ba21b2701ddebb8f372a9e94c354f79f69bf0eeaaae89dbfc714312d is not running
24-Dec-2019 11:15:02 83396f60ba21
24-Dec-2019 11:15:02 Error response from daemon: Cannot kill container: 0a5ef5bcc6f3: Container 0a5ef5bcc6f3ac4f4eb39eff9076ca7ed2d91f9915dbbd3f2a4f867d92cb8763 is not running
24-Dec-2019 11:15:02 0a5ef5bcc6f3
24-Dec-2019 11:15:02 Error response from daemon: Cannot kill container: 9ad29550cf6c: Container 9ad29550cf6c4c072ee1148cc581a2360da4b5dd34e4f6d7cbcf9affed9efd56 is not running
24-Dec-2019 11:15:03 9ad29550cf6c
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: c14174c18050: Container c14174c18050d91f65fc0738cea96e3347a560fe445e8f5fac129d362701924b is not running
24-Dec-2019 11:15:03 c14174c18050
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 873ef27c2555: Container 873ef27c25557b25e84ae83e5b7514d24de38401862f8261a0caa942adc632b7 is not running
24-Dec-2019 11:15:03 873ef27c2555
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 3095b7b41e42: Container 3095b7b41e428b0aefcabef8fc7911be528177500c14ba6d73a9a5179423a753 is not running
24-Dec-2019 11:15:03 3095b7b41e42
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 9022fe45405b: Container 9022fe45405b9dacce67322769827242a48ad2695658a6b955c2ab2d5d36f367 is not running
24-Dec-2019 11:15:03 9022fe45405b
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: c90188577f8d: Container c90188577f8df125bee0556e52202852d18d0e7e231c7246f306290af29313a5 is not running
24-Dec-2019 11:15:03 c90188577f8d
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 20dd6196f266: Container 20dd6196f266a6a4f0d928a9c7cad62547d46d8a653e7451d1b48bad1de5aa3b is not running
24-Dec-2019 11:15:03 20dd6196f266
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 3f7d8d47afb5: Container 3f7d8d47afb5c4d53643293fdee131c8e60ac9ffca5dd244379bb5a129d4fc71 is not running
24-Dec-2019 11:15:03 3f7d8d47afb5
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 26ef3deffb4c: Container 26ef3deffb4c357dadd5d6f442a71c53b5d556c55c21d6f004794f3bebbd335f is not running
24-Dec-2019 11:15:03 26ef3deffb4c
24-Dec-2019 11:15:03 Error response from daemon: Cannot kill container: 4ee65be80df1: Container 4ee65be80df107708f360da3c2b35f83734b933003a6335d304e935e6561e404 is not running
24-Dec-2019 11:15:03 4ee65be80df1
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: 1b30e2e41aec: Container 1b30e2e41aec6545b28b6a32bb55c637b8e7d9a868f9c7310fd9ca7d05af85de is not running
24-Dec-2019 11:15:04 1b30e2e41aec
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: 30f36826dfda: Container 30f36826dfdab9ea3ed3ffed1f77e47736d3e34f62d3a696586de92ea6d5d14d is not running
24-Dec-2019 11:15:04 30f36826dfda
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: b82911a4d3c2: Container b82911a4d3c2bff86729ef8a9570e3538a9dd7cdaae98fe805a278c83aeaae20 is not running
24-Dec-2019 11:15:04 b82911a4d3c2
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: 5e4f44cf1c10: Container 5e4f44cf1c101bbbf02e66b8c6250f770ee14f57fcd63262cc313fffb452bbca is not running
24-Dec-2019 11:15:04 5e4f44cf1c10
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: 0edbd70b4d98: Container 0edbd70b4d987f89d9feb4dc25c0655a05f87a942154cb4126e4028b2c0480bc is not running
24-Dec-2019 11:15:04 0edbd70b4d98
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: c37edf1ac543: Container c37edf1ac54306c5d823b53ad6476e6c674971bab3e3b0b1d59f801c5992e1d4 is not running
24-Dec-2019 11:15:04 c37edf1ac543
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: 3e55ab55127e: Container 3e55ab55127eb23572032dbebc9e3d7dd4afe3bbb2711e1cd0219068bad7697e is not running
24-Dec-2019 11:15:04 3e55ab55127e
24-Dec-2019 11:15:04 Error response from daemon: Cannot kill container: e7beb72c389f: Container e7beb72c389f291d5159630c37180a48c80b0b57e77c4a78a2dc16f0868ea869 is not running
24-Dec-2019 11:15:04 e7beb72c389f
24-Dec-2019 11:15:04 Stalled docker volumes to remove:
24-Dec-2019 11:15:04
24-Dec-2019 11:15:04 Removing stalled docker volumes
24-Dec-2019 11:15:04 Removing stalled loopdevices
24-Dec-2019 11:15:05 Done
24-Dec-2019 11:15:05 Finished task 'Clear env' with result: Success
24-Dec-2019 11:15:05 Running post build plugin 'Docker Container Cleanup'
24-Dec-2019 11:15:05 Running post build plugin 'NCover Results Collector'
24-Dec-2019 11:15:05 Running post build plugin 'Clover Results Collector'
24-Dec-2019 11:15:05 Running post build plugin 'npm Cache Cleanup'
24-Dec-2019 11:15:05 Running post build plugin 'Artifact Copier'
24-Dec-2019 11:15:05 Publishing an artifact: test_logs.tar.gz
24-Dec-2019 11:15:05 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 16.13 ms
24-Dec-2019 11:15:08 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MPRFCP'
24-Dec-2019 11:15:08 Finalising the build...
24-Dec-2019 11:15:08 Stopping timer.
24-Dec-2019 11:15:08 Build TEST-OCAST-MPRFCP-17 completed.
24-Dec-2019 11:15:08 Running on server: post build plugin 'NCover Results Collector'
24-Dec-2019 11:15:08 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Dec-2019 11:15:08 Running on server: post build plugin 'Clover Delta Calculator'
24-Dec-2019 11:15:08 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Dec-2019 11:15:08 All post build plugins have finished
24-Dec-2019 11:15:08 Generating build results summary...
24-Dec-2019 11:15:08 Saving build results to disk...
24-Dec-2019 11:15:08 Logging substituted variables...
24-Dec-2019 11:15:08 Indexing build results...
24-Dec-2019 11:15:08 Finished building TEST-OCAST-MPRFCP-17.