Build: #4 failed

Job: multiprovider proxy s3 regular file CRUD proxyio failed

Build log

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

23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 __ ERROR at setup of test_delete_file_opened_for_rdwr[multiprovider_proxy_s3] __
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 22:30:45 hosts = {}
23-Dec-2019 22:30:45 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>>
23-Dec-2019 22:30:45 users = {}
23-Dec-2019 22:30:45 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:30:45     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:30:45                  previous_env):
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         Sets up environment and returns environment description.
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         test_type = get_test_type(request)
23-Dec-2019 22:30:45         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:30:45                                                    previous_env)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         if test_type in ['gui']:
23-Dec-2019 22:30:45             # For now gui tests do not use onenv patch
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return ''
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type == 'mixed':
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 _ ERROR at setup of test_delete_opened_file_without_permission[multiprovider_proxy_s3] _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 22:30:45 hosts = {}
23-Dec-2019 22:30:45 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>>
23-Dec-2019 22:30:45 users = {}
23-Dec-2019 22:30:45 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:30:45     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:30:45                  previous_env):
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         Sets up environment and returns environment description.
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         test_type = get_test_type(request)
23-Dec-2019 22:30:45         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:30:45                                                    previous_env)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         if test_type in ['gui']:
23-Dec-2019 22:30:45             # For now gui tests do not use onenv patch
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return ''
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type == 'mixed':
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 ___ ERROR at setup of test_delete_right_after_close[multiprovider_proxy_s3] ____
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 22:30:45 hosts = {}
23-Dec-2019 22:30:45 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>>
23-Dec-2019 22:30:45 users = {}
23-Dec-2019 22:30:45 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:30:45     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:30:45                  previous_env):
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         Sets up environment and returns environment description.
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         test_type = get_test_type(request)
23-Dec-2019 22:30:45         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:30:45                                                    previous_env)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         if test_type in ['gui']:
23-Dec-2019 22:30:45             # For now gui tests do not use onenv patch
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return ''
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type == 'mixed':
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 __________ ERROR at setup of test_create_many[multiprovider_proxy_s3] __________
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 22:30:45 hosts = {}
23-Dec-2019 22:30:45 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>>
23-Dec-2019 22:30:45 users = {}
23-Dec-2019 22:30:45 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:30:45     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:30:45                  previous_env):
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         Sets up environment and returns environment description.
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         test_type = get_test_type(request)
23-Dec-2019 22:30:45         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:30:45                                                    previous_env)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         if test_type in ['gui']:
23-Dec-2019 22:30:45             # For now gui tests do not use onenv patch
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return ''
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type == 'mixed':
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 __________ ERROR at setup of test_copy_delete[multiprovider_proxy_s3] __________
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 22:30:45 hosts = {}
23-Dec-2019 22:30:45 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>>
23-Dec-2019 22:30:45 users = {}
23-Dec-2019 22:30:45 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:30:45     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:30:45                  previous_env):
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         Sets up environment and returns environment description.
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         test_type = get_test_type(request)
23-Dec-2019 22:30:45         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:30:45                                                    previous_env)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         if test_type in ['gui']:
23-Dec-2019 22:30:45             # For now gui tests do not use onenv patch
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return ''
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type == 'mixed':
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 ______ ERROR at setup of test_move_between_spaces[multiprovider_proxy_s3] ______
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 22:30:45 hosts = {}
23-Dec-2019 22:30:45 request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>>
23-Dec-2019 22:30:45 users = {}
23-Dec-2019 22:30:45 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 22:30:45     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 22:30:45                  previous_env):
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         Sets up environment and returns environment description.
23-Dec-2019 22:30:45         """
23-Dec-2019 22:30:45         test_type = get_test_type(request)
23-Dec-2019 22:30:45         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 22:30:45                                                    previous_env)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         if test_type in ['gui']:
23-Dec-2019 22:30:45             # For now gui tests do not use onenv patch
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return ''
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type == 'mixed':
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, '', users,
23-Dec-2019 22:30:45                     env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45             return env_desc
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 22:30:45             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 22:30:45                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             scenario = env_desc.get('scenario')
23-Dec-2019 22:30:45             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 22:30:45             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 22:30:45                                                          scenario))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             patch = env_desc.get('patch')
23-Dec-2019 22:30:45             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 22:30:45             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 22:30:45             if start_env:
23-Dec-2019 22:30:45                 previous_env['started'] = start_environment(
23-Dec-2019 22:30:45                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 22:30:45 >                   env_description_abs_path
23-Dec-2019 22:30:45                 )
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 tests/conftest.py:356:
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45 tests/conftest.py:455: in start_environment
23-Dec-2019 22:30:45     pods_cfg = check_deployment()
23-Dec-2019 22:30:45 tests/conftest.py:484: in check_deployment
23-Dec-2019 22:30:45     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 22:30:45     return loader.get_single_data()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 22:30:45     node = self.get_single_node()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 22:30:45     document = self.compose_document()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 22:30:45     node = self.compose_node(None, None)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 22:30:45     node = self.compose_mapping_node(anchor)
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 22:30:45     while not self.check_event(MappingEndEvent):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 22:30:45     self.current_event = self.state()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 22:30:45     if self.check_token(KeyToken):
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 22:30:45     self.fetch_more_tokens()
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 22:30:45     return self.fetch_value()
23-Dec-2019 22:30:45 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 self = <yaml.loader.Loader object at 0x7fa8743ad490>
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45     def fetch_value(self):
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # Do we determine a simple key?
23-Dec-2019 22:30:45         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Add KEY.
23-Dec-2019 22:30:45             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 22:30:45             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                     KeyToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # If this key starts a new block mapping, we need to add
23-Dec-2019 22:30:45             # BLOCK-MAPPING-START.
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45                 if self.add_indent(key.column):
23-Dec-2019 22:30:45                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 22:30:45                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # There cannot be two simple keys one after another.
23-Dec-2019 22:30:45             self.allow_simple_key = False
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45         # It must be a part of a complex key.
23-Dec-2019 22:30:45         else:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45             # Block context needs additional checks.
23-Dec-2019 22:30:45             # (Do we really need them? They will be catched by the parser
23-Dec-2019 22:30:45             # anyway.)
23-Dec-2019 22:30:45             if not self.flow_level:
23-Dec-2019 22:30:45    
23-Dec-2019 22:30:45                 # We are allowed to start a complex value if and only if
23-Dec-2019 22:30:45                 # we can start a simple key.
23-Dec-2019 22:30:45                 if not self.allow_simple_key:
23-Dec-2019 22:30:45                     raise ScannerError(None, None,
23-Dec-2019 22:30:45                             "mapping values are not allowed here",
23-Dec-2019 22:30:45 >                           self.get_mark())
23-Dec-2019 22:30:45 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 22:30:45 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 22:30:45 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 22:30:45 E                                                            ^
23-Dec-2019 22:30:45
23-Dec-2019 22:30:45 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 22:30:45 ========================= 25 error in 1280.47 seconds ==========================
23-Dec-2019 22:30:49 release "dev" deleted
23-Dec-2019 22:30:49 /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
23-Dec-2019 22:30:49   RequestsDependencyWarning)
23-Dec-2019 22:30:50 da2dbb407ab4
23-Dec-2019 22:30:50 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
23-Dec-2019 22:30:50 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
23-Dec-2019 22:30:50 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
23-Dec-2019 22:30:50 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
23-Dec-2019 22:30:50 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
23-Dec-2019 22:30:50 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
23-Dec-2019 22:30:50 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Dec-2019 22:30:50 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP...
23-Dec-2019 22:30:50 Failing task since 25 failing test cases were found.
23-Dec-2019 22:30:50 Finished task 'Parse test results' with result: Failed
23-Dec-2019 22:30:50 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 22:30:50
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 regular file CRUD proxyio #4 (TEST-ON2-MPSRFCP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-9044992159678925225.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP
... using extra environment variables:
bamboo_planRepository_1_branch=develop
bamboo_capability_kubeadm=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_planRepository_1_branchDisplayName=develop
bamboo_repository_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_resultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSRFCP-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MPSRFCP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider proxy s3 regular file CRUD proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSRFCP-4
bamboo_repository_242352175_name=onedata-acceptance
bamboo_repository_242352175_branch_name=develop
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_agentId=205258755
bamboo_capability_onedata=true
bamboo_planName=Testing - oneclient-acceptance-src-test2
bamboo_repository_242352175_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-4644746494348729773.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-4442712346641665040.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MPSRFCP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.163Z
bamboo_repository_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-4864011121358446200.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-3532694447879964454.sh
bamboo_planRepository_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-8224036420346392053.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-3345012870938911044.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MPSRFCP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 regular file CRUD proxyio
bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoPort=10161
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_plan_storageTag=plan-242221103
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP
bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-ON2
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_repository_242352175_git_branch=develop
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle
bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=develop
23-Dec-2019 22:30:50 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
23-Dec-2019 22:30:50 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
23-Dec-2019 22:30:50 Finished task 'Pack logs' with result: Success
23-Dec-2019 22:30:50
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Dec-2019 22:30:50 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 22:30:50
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 regular file CRUD proxyio #4 (TEST-ON2-MPSRFCP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-1674546567346959550.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP/onedata
... using extra environment variables:
bamboo_planRepository_1_branch=develop
bamboo_capability_kubeadm=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_planRepository_1_branchDisplayName=develop
bamboo_repository_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_resultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSRFCP-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MPSRFCP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider proxy s3 regular file CRUD proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSRFCP-4
bamboo_repository_242352175_name=onedata-acceptance
bamboo_repository_242352175_branch_name=develop
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_agentId=205258755
bamboo_capability_onedata=true
bamboo_planName=Testing - oneclient-acceptance-src-test2
bamboo_repository_242352175_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-4644746494348729773.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-4442712346641665040.sh
bamboo_shortPlanKey=ON2
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-9044992159678925225.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MPSRFCP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.163Z
bamboo_repository_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-4864011121358446200.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-3532694447879964454.sh
bamboo_planRepository_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-8224036420346392053.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSRFCP-4-ScriptBuildTask-3345012870938911044.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MPSRFCP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 regular file CRUD proxyio
bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoPort=10161
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_plan_storageTag=plan-242221103
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP
bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-ON2
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_repository_242352175_git_branch=develop
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle
bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=develop
23-Dec-2019 22:30:50   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Dec-2019 22:30:50                                  Dload  Upload   Total   Spent    Left  Speed
23-Dec-2019 22:30:50
23-Dec-2019 22:30:50 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Dec-2019 22:30:50   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 22:30:50 100  4419  100  4419    0     0   9345      0 --:--:-- --:--:-- --:--:--  9362
23-Dec-2019 22:30:52 Cleaning helm deployments
23-Dec-2019 22:30:52 Cleanining pods
23-Dec-2019 22:30:53 Cleaning kube persistant volumes
23-Dec-2019 22:30:53 pod "dev-cross-support-job-3p-users-kl6rw" deleted
23-Dec-2019 22:30:55 Error from server (NotFound): pods "dev-oneclient-krakow-769488bb9d-z7gdv" not found
23-Dec-2019 22:30:55 Error from server (NotFound): pods "dev-oneprovider-krakow-0" not found
23-Dec-2019 22:30:55 pod "dev-oneprovider-krakow-ready-check-jdl2m" deleted
23-Dec-2019 22:31:15 pod "dev-oneprovider-paris-ready-check-schq6" deleted
23-Dec-2019 22:31:30 Error from server (NotFound): pods "dev-onezone-ready-check-bjsl4" not found
23-Dec-2019 22:31:30 Error from server (NotFound): pods "dev-volume-s3-krakow-6bb7fd865c-5w7pv" not found
23-Dec-2019 22:31:30 Error from server (NotFound): pods "dev-volume-s3-paris-84d646df9f-dkbpc" not found
23-Dec-2019 22:31:30 Cleaning dockswift container
23-Dec-2019 22:31:30 Cleaning docker containers
23-Dec-2019 22:31:32 Stalled docker containers to remove:
23-Dec-2019 22:31:32 07ee85fc6a18 5729fadd4a7a 79009a0edea8 8e2f16d617c8 8f85119ff5e8 c67be163bc06 41c932579975 429c11e601ef 761d505c980c 459ca96d0f26 7845417c7369 d97fe7c9239a 6e869f23bd6e 4cbec4ab68bb 43826040a6d6 03013026b59e d7a1bef7b7fc c8e3e052df1d d9e0f9e00c84 c640a1523af4 42ab93e8fb39 eaafd253c31a
23-Dec-2019 22:31:32 Removing stalled docker containers
23-Dec-2019 22:31:32 Error response from daemon: Cannot kill container: 07ee85fc6a18: Container 07ee85fc6a18d000d093a8a34837886bd6509bd2925d005f72b82572bf44c6a1 is not running
23-Dec-2019 22:31:32 07ee85fc6a18
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 5729fadd4a7a: Container 5729fadd4a7aa3c34f15dc7c766ece241827263f43aaa155c331eb13db4fa22e is not running
23-Dec-2019 22:31:33 5729fadd4a7a
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 79009a0edea8: Container 79009a0edea8546328d18e3a4454897acd6c9bbf1e5027999e1fc8d94ec19e46 is not running
23-Dec-2019 22:31:33 79009a0edea8
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 8e2f16d617c8: Container 8e2f16d617c851ef0b7deb854d0c0e240657651385c8c1f20ec7f0a37894be20 is not running
23-Dec-2019 22:31:33 8e2f16d617c8
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 8f85119ff5e8: Container 8f85119ff5e84a75209419b81fb20f3d64774c1486e6b5ebdaba5a62ddf1a674 is not running
23-Dec-2019 22:31:33 8f85119ff5e8
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: c67be163bc06: Container c67be163bc06b44ad76f38937172711cee4b2118d6cff18ed7ef3c4190e78728 is not running
23-Dec-2019 22:31:33 c67be163bc06
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 41c932579975: Container 41c9325799752085d4e30910289f643ad6a9ab54a0eb03934e50ad6b4bce876a is not running
23-Dec-2019 22:31:33 41c932579975
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 429c11e601ef: Container 429c11e601efba914c37b6c5c2caef23ac3c6820f917776fa7bad5a6d6a5efa1 is not running
23-Dec-2019 22:31:33 429c11e601ef
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 761d505c980c: Container 761d505c980cc0bb57ff342aed14465da49bc47fc9d5edc87b98235b942faa87 is not running
23-Dec-2019 22:31:33 761d505c980c
23-Dec-2019 22:31:33 Error response from daemon: Cannot kill container: 459ca96d0f26: Container 459ca96d0f26400b2003c7942c21c44293ef562844365db668e7616a0e394e41 is not running
23-Dec-2019 22:31:34 459ca96d0f26
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: 7845417c7369: Container 7845417c7369e02c06b0724d9171e5e3dc0bc97b5988794566e311f94c50e79f is not running
23-Dec-2019 22:31:34 7845417c7369
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: d97fe7c9239a: Container d97fe7c9239ab01867b2748042a12234f755d1943ce57a78c8c774570a9d3fa7 is not running
23-Dec-2019 22:31:34 d97fe7c9239a
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: 6e869f23bd6e: Container 6e869f23bd6ed94b8195c81c8ae3398c2aabbafe9bcecdeefbe908c499c37c52 is not running
23-Dec-2019 22:31:34 6e869f23bd6e
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: 4cbec4ab68bb: Container 4cbec4ab68bb345f37bd6abbb0d4fbb6eb9beb45c19ac601111c690d9d5ec2a6 is not running
23-Dec-2019 22:31:34 4cbec4ab68bb
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: 43826040a6d6: Container 43826040a6d60e3c95a5769eb055148e3541b5499afd916bf0a619495873d486 is not running
23-Dec-2019 22:31:34 43826040a6d6
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: 03013026b59e: Container 03013026b59e1d5a35d90b815149309e9706466a9f9cb81ed68a21f441ec3986 is not running
23-Dec-2019 22:31:34 03013026b59e
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: d7a1bef7b7fc: Container d7a1bef7b7fcfd3ee796e87567a06ff118f52ec55887aea01a40dda6452a6b3a is not running
23-Dec-2019 22:31:34 d7a1bef7b7fc
23-Dec-2019 22:31:34 Error response from daemon: Cannot kill container: c8e3e052df1d: Container c8e3e052df1db1332d813552d0a7a5f28c2f92bdc785e41c100139b3c332e812 is not running
23-Dec-2019 22:31:34 c8e3e052df1d
23-Dec-2019 22:31:35 Error response from daemon: Cannot kill container: d9e0f9e00c84: Container d9e0f9e00c845c60c8baec1bb81f2f40c358a49ed4e7e59817997e25812e40ec is not running
23-Dec-2019 22:31:35 d9e0f9e00c84
23-Dec-2019 22:31:35 Error response from daemon: Cannot kill container: c640a1523af4: Container c640a1523af448871f1fabed49a01fe2c2bdddaa97c47e7735cf4c7c5261efe9 is not running
23-Dec-2019 22:31:35 c640a1523af4
23-Dec-2019 22:31:35 Error response from daemon: Cannot kill container: 42ab93e8fb39: Container 42ab93e8fb39b3299553da5d1ea850d5f10722f1f778097f86cb79320ba9ee21 is not running
23-Dec-2019 22:31:35 42ab93e8fb39
23-Dec-2019 22:31:35 Error response from daemon: Cannot kill container: eaafd253c31a: Container eaafd253c31a5545690ffc0a32681f66c89e047fbe46c388eea339e09056d998 is not running
23-Dec-2019 22:31:35 eaafd253c31a
23-Dec-2019 22:31:35 Stalled docker volumes to remove:
23-Dec-2019 22:31:35
23-Dec-2019 22:31:35 Removing stalled docker volumes
23-Dec-2019 22:31:35 Removing stalled loopdevices
23-Dec-2019 22:31:36 Done
23-Dec-2019 22:31:36 Finished task 'Clear env' with result: Success
23-Dec-2019 22:31:36 Running post build plugin 'Docker Container Cleanup'
23-Dec-2019 22:31:36 Running post build plugin 'NCover Results Collector'
23-Dec-2019 22:31:36 Running post build plugin 'Clover Results Collector'
23-Dec-2019 22:31:36 Running post build plugin 'npm Cache Cleanup'
23-Dec-2019 22:31:36 Running post build plugin 'Artifact Copier'
23-Dec-2019 22:31:36 Publishing an artifact: test_logs.tar.gz
23-Dec-2019 22:31:36 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 12.41 ms
23-Dec-2019 22:31:39 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSRFCP'
23-Dec-2019 22:31:39 Finalising the build...
23-Dec-2019 22:31:39 Stopping timer.
23-Dec-2019 22:31:39 Build TEST-ON2-MPSRFCP-4 completed.
23-Dec-2019 22:31:39 Running on server: post build plugin 'NCover Results Collector'
23-Dec-2019 22:31:39 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Dec-2019 22:31:39 Running on server: post build plugin 'Clover Delta Calculator'
23-Dec-2019 22:31:39 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Dec-2019 22:31:39 All post build plugins have finished
23-Dec-2019 22:31:39 Generating build results summary...
23-Dec-2019 22:31:39 Saving build results to disk...
23-Dec-2019 22:31:39 Logging substituted variables...
23-Dec-2019 22:31:39 Indexing build results...
23-Dec-2019 22:31:39 Finished building TEST-ON2-MPSRFCP-4.