Build: #4 failed

Job: multiprovider proxy s3 directory stat proxyio failed

Build log

The build generated 2,170 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 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 _ ERROR at setup of test_update_timestamp_without_permission[multiprovider_proxy_s3] _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 21:42:54 hosts = {}
23-Dec-2019 21:42:54 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy_s3]'>>
23-Dec-2019 21:42:54 users = {}
23-Dec-2019 21:42:54 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 21:42:54     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 21:42:54                  previous_env):
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         Sets up environment and returns environment description.
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         test_type = get_test_type(request)
23-Dec-2019 21:42:54         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 21:42:54                                                    previous_env)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         if test_type in ['gui']:
23-Dec-2019 21:42:54             # For now gui tests do not use onenv patch
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return ''
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type == 'mixed':
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 _ ERROR at setup of test_update_timestamp_with_permission[multiprovider_proxy_s3] _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 21:42:54 hosts = {}
23-Dec-2019 21:42:54 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy_s3]'>>
23-Dec-2019 21:42:54 users = {}
23-Dec-2019 21:42:54 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 21:42:54     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 21:42:54                  previous_env):
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         Sets up environment and returns environment description.
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         test_type = get_test_type(request)
23-Dec-2019 21:42:54         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 21:42:54                                                    previous_env)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         if test_type in ['gui']:
23-Dec-2019 21:42:54             # For now gui tests do not use onenv patch
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return ''
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type == 'mixed':
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 __________ ERROR at setup of test_access_time[multiprovider_proxy_s3] __________
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 21:42:54 hosts = {}
23-Dec-2019 21:42:54 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy_s3]'>>
23-Dec-2019 21:42:54 users = {}
23-Dec-2019 21:42:54 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 21:42:54     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 21:42:54                  previous_env):
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         Sets up environment and returns environment description.
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         test_type = get_test_type(request)
23-Dec-2019 21:42:54         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 21:42:54                                                    previous_env)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         if test_type in ['gui']:
23-Dec-2019 21:42:54             # For now gui tests do not use onenv patch
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return ''
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type == 'mixed':
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 _______ ERROR at setup of test_modification_time[multiprovider_proxy_s3] _______
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 21:42:54 hosts = {}
23-Dec-2019 21:42:54 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy_s3]'>>
23-Dec-2019 21:42:54 users = {}
23-Dec-2019 21:42:54 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 21:42:54     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 21:42:54                  previous_env):
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         Sets up environment and returns environment description.
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         test_type = get_test_type(request)
23-Dec-2019 21:42:54         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 21:42:54                                                    previous_env)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         if test_type in ['gui']:
23-Dec-2019 21:42:54             # For now gui tests do not use onenv patch
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return ''
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type == 'mixed':
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 ______ ERROR at setup of test_stat_change_time_mv[multiprovider_proxy_s3] ______
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 21:42:54 hosts = {}
23-Dec-2019 21:42:54 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy_s3]'>>
23-Dec-2019 21:42:54 users = {}
23-Dec-2019 21:42:54 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 21:42:54     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 21:42:54                  previous_env):
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         Sets up environment and returns environment description.
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         test_type = get_test_type(request)
23-Dec-2019 21:42:54         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 21:42:54                                                    previous_env)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         if test_type in ['gui']:
23-Dec-2019 21:42:54             # For now gui tests do not use onenv patch
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return ''
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type == 'mixed':
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 ____ ERROR at setup of test_stat_change_time_chmod[multiprovider_proxy_s3] _____
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'
23-Dec-2019 21:42:54 hosts = {}
23-Dec-2019 21:42:54 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy_s3]'>>
23-Dec-2019 21:42:54 users = {}
23-Dec-2019 21:42:54 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'}
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 21:42:54     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 21:42:54                  previous_env):
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         Sets up environment and returns environment description.
23-Dec-2019 21:42:54         """
23-Dec-2019 21:42:54         test_type = get_test_type(request)
23-Dec-2019 21:42:54         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 21:42:54                                                    previous_env)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         if test_type in ['gui']:
23-Dec-2019 21:42:54             # For now gui tests do not use onenv patch
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return ''
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type == 'mixed':
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, '', users,
23-Dec-2019 21:42:54                     env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54             return env_desc
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 21:42:54             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 21:42:54                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             scenario = env_desc.get('scenario')
23-Dec-2019 21:42:54             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 21:42:54             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 21:42:54                                                          scenario))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             patch = env_desc.get('patch')
23-Dec-2019 21:42:54             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 21:42:54             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 21:42:54             if start_env:
23-Dec-2019 21:42:54                 previous_env['started'] = start_environment(
23-Dec-2019 21:42:54                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 21:42:54 >                   env_description_abs_path
23-Dec-2019 21:42:54                 )
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 tests/conftest.py:356:
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54 tests/conftest.py:455: in start_environment
23-Dec-2019 21:42:54     pods_cfg = check_deployment()
23-Dec-2019 21:42:54 tests/conftest.py:484: in check_deployment
23-Dec-2019 21:42:54     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 21:42:54     return loader.get_single_data()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 21:42:54     node = self.get_single_node()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 21:42:54     document = self.compose_document()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 21:42:54     node = self.compose_node(None, None)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 21:42:54     node = self.compose_mapping_node(anchor)
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 21:42:54     while not self.check_event(MappingEndEvent):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 21:42:54     self.current_event = self.state()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 21:42:54     if self.check_token(KeyToken):
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 21:42:54     self.fetch_more_tokens()
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 21:42:54     return self.fetch_value()
23-Dec-2019 21:42:54 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 self = <yaml.loader.Loader object at 0x7fd173308b90>
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54     def fetch_value(self):
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # Do we determine a simple key?
23-Dec-2019 21:42:54         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Add KEY.
23-Dec-2019 21:42:54             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 21:42:54             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                     KeyToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # If this key starts a new block mapping, we need to add
23-Dec-2019 21:42:54             # BLOCK-MAPPING-START.
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54                 if self.add_indent(key.column):
23-Dec-2019 21:42:54                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 21:42:54                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # There cannot be two simple keys one after another.
23-Dec-2019 21:42:54             self.allow_simple_key = False
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54         # It must be a part of a complex key.
23-Dec-2019 21:42:54         else:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54             # Block context needs additional checks.
23-Dec-2019 21:42:54             # (Do we really need them? They will be catched by the parser
23-Dec-2019 21:42:54             # anyway.)
23-Dec-2019 21:42:54             if not self.flow_level:
23-Dec-2019 21:42:54    
23-Dec-2019 21:42:54                 # We are allowed to start a complex value if and only if
23-Dec-2019 21:42:54                 # we can start a simple key.
23-Dec-2019 21:42:54                 if not self.allow_simple_key:
23-Dec-2019 21:42:54                     raise ScannerError(None, None,
23-Dec-2019 21:42:54                             "mapping values are not allowed here",
23-Dec-2019 21:42:54 >                           self.get_mark())
23-Dec-2019 21:42:54 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 21:42:54 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 21:42:54 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 21:42:54 E                                                            ^
23-Dec-2019 21:42:54
23-Dec-2019 21:42:54 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 21:42:54 ========================= 11 error in 1279.34 seconds ==========================
23-Dec-2019 21:42:58 release "dev" deleted
23-Dec-2019 21:42:58 /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 21:42:58   RequestsDependencyWarning)
23-Dec-2019 21:42:59 177198c0eb11
23-Dec-2019 21:42:59 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
23-Dec-2019 21:42:59 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
23-Dec-2019 21:42:59 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
23-Dec-2019 21:42:59 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
23-Dec-2019 21:42:59 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
23-Dec-2019 21:42:59 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
23-Dec-2019 21:42:59 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Dec-2019 21:42:59 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP...
23-Dec-2019 21:42:59 Failing task since 11 failing test cases were found.
23-Dec-2019 21:42:59 Finished task 'Parse test results' with result: Failed
23-Dec-2019 21:42:59 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 21:42:59
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory stat proxyio #4 (TEST-ON2-MPSDSP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-4537056398276507789.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP
... 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-MPSDSP-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-MPSDSP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MPSDSP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider proxy s3 directory stat proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSDSP-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-MPSDSP-4-ScriptBuildTask-352179078125270495.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2702704184970611406.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MPSDSP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.131Z
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-MPSDSP-4-ScriptBuildTask-2297972057802415426.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2292949856098353748.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-MPSDSP-4-ScriptBuildTask-1940304343746419414.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2427216566360788464.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MPSDSP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory stat 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-MPSDSP
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 21:42:59 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
23-Dec-2019 21:42:59 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
23-Dec-2019 21:42:59 Finished task 'Pack logs' with result: Success
23-Dec-2019 21:42:59
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Dec-2019 21:42:59 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 21:42:59
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory stat proxyio #4 (TEST-ON2-MPSDSP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2019662041674463885.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP/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-MPSDSP-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-MPSDSP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MPSDSP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider proxy s3 directory stat proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSDSP-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-MPSDSP-4-ScriptBuildTask-352179078125270495.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2702704184970611406.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-MPSDSP-4-ScriptBuildTask-4537056398276507789.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MPSDSP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.131Z
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-MPSDSP-4-ScriptBuildTask-2297972057802415426.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2292949856098353748.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-MPSDSP-4-ScriptBuildTask-1940304343746419414.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDSP-4-ScriptBuildTask-2427216566360788464.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MPSDSP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory stat 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-MPSDSP
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 21:42:59   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Dec-2019 21:42:59                                  Dload  Upload   Total   Spent    Left  Speed
23-Dec-2019 21:42:59
23-Dec-2019 21:42:59   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 21:42:59 100  4419  100  4419    0     0   8808      0 --:--:-- --:--:-- --:--:--  8820
23-Dec-2019 21:42:59 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Dec-2019 21:43:01 Cleaning helm deployments
23-Dec-2019 21:43:01 Cleanining pods
23-Dec-2019 21:43:02 Cleaning kube persistant volumes
23-Dec-2019 21:43:02 pod "dev-cross-support-job-3p-users-j7cqm" deleted
23-Dec-2019 21:43:03 pod "dev-oneclient-paris-7b97597b74-vml88" deleted
23-Dec-2019 21:43:03 pod "dev-oneprovider-krakow-0" deleted
23-Dec-2019 21:43:04 pod "dev-oneprovider-krakow-ready-check-k6cfm" deleted
23-Dec-2019 21:43:24 pod "dev-oneprovider-paris-ready-check-btv5q" deleted
23-Dec-2019 21:43:31 pod "dev-onezone-ready-check-kdnzb" deleted
23-Dec-2019 21:43:32 pod "dev-volume-s3-krakow-6bb7fd865c-h5w5h" deleted
23-Dec-2019 21:43:32 Error from server (NotFound): pods "dev-volume-s3-paris-84d646df9f-zgqdk" not found
23-Dec-2019 21:43:33 Cleaning dockswift container
23-Dec-2019 21:43:33 Cleaning docker containers
23-Dec-2019 21:43:35 Stalled docker containers to remove:
23-Dec-2019 21:43:35 4ab3a453c447 d716425b9a10 5dfd88122688 56307c701bb2 a8ac5b854847 78c749136937 0ed2d5c459c9 2eaf35a71f2f 6aa4fc2c24de 3b8a468806db 59ba3cf2f5ac 35589bd2affb c14c699fa901 48140f84281a b3e514fe9458 bb4f8b46c7e9 57500fc42ab9 c82e3b984c71 033a60e76e8d 5d6f4a3d487b 793f102c19c9 1d7d088566e8
23-Dec-2019 21:43:35 Removing stalled docker containers
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 4ab3a453c447: Container 4ab3a453c44755c1e9998e58625bbee22fa552213051849c8661dd7b278626b0 is not running
23-Dec-2019 21:43:35 4ab3a453c447
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: d716425b9a10: Container d716425b9a10e5f387157c92f6da192e30a0bcc8db9aa9df833b8858d0e26b22 is not running
23-Dec-2019 21:43:35 d716425b9a10
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 5dfd88122688: Container 5dfd88122688940c3f9bc8603a6a9e2779e1d9a18c21ae5923c442c1dcfc67ee is not running
23-Dec-2019 21:43:35 5dfd88122688
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 56307c701bb2: Container 56307c701bb2ee51a91ce5d3a39a678a005641acdd6d68a3650b8f8d070807a9 is not running
23-Dec-2019 21:43:35 56307c701bb2
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: a8ac5b854847: Container a8ac5b8548476e24ad0cd41b11adbea1393305ad403eb529d8e441c02ccb6f43 is not running
23-Dec-2019 21:43:35 a8ac5b854847
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 78c749136937: Container 78c749136937d088fa693e9cc5fbf3c38a817d274a3f96580e3c15acddb73917 is not running
23-Dec-2019 21:43:35 78c749136937
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 0ed2d5c459c9: Container 0ed2d5c459c99e3ce51571aff79eb4fd64fa581a18ce2d663c1df88874736785 is not running
23-Dec-2019 21:43:35 0ed2d5c459c9
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 2eaf35a71f2f: Container 2eaf35a71f2f8d953b2568a6a054adb38f6f17f1d7746303d0d42cd739f23a58 is not running
23-Dec-2019 21:43:35 2eaf35a71f2f
23-Dec-2019 21:43:35 Error response from daemon: Cannot kill container: 6aa4fc2c24de: Container 6aa4fc2c24de8a4bb993f67e2442e5280d31673e855b3ae77a7a1c37f55ba4b0 is not running
23-Dec-2019 21:43:36 6aa4fc2c24de
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: 3b8a468806db: Container 3b8a468806dbac9d896d443143d147edd1617cae440801960875163f757d6fb2 is not running
23-Dec-2019 21:43:36 3b8a468806db
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: 59ba3cf2f5ac: Container 59ba3cf2f5ac7e10cec0d6a962f2dc67b29a90ff85ccfacbaa7217587f3834b7 is not running
23-Dec-2019 21:43:36 59ba3cf2f5ac
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: 35589bd2affb: Container 35589bd2affba6c3454963ab6f2a214fe36b808ad6bacaf95c453899d009aa61 is not running
23-Dec-2019 21:43:36 35589bd2affb
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: c14c699fa901: Container c14c699fa90160621bd1645efd5b60d58af19b1f6a7a57012392c94fd4ba2b6c is not running
23-Dec-2019 21:43:36 c14c699fa901
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: 48140f84281a: Container 48140f84281a7367f923216717cdff5ffef5df5018165a764a8c3ab9d22714f6 is not running
23-Dec-2019 21:43:36 48140f84281a
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: b3e514fe9458: Container b3e514fe9458d784ebdfd1254dd236a57a2e2643e2ab85703ef78af4899459ea is not running
23-Dec-2019 21:43:36 b3e514fe9458
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: bb4f8b46c7e9: Container bb4f8b46c7e936604b894d2699954f158dbc583720cd26253210d24eac26ef3c is not running
23-Dec-2019 21:43:36 bb4f8b46c7e9
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: 57500fc42ab9: Container 57500fc42ab9ee582f8c85bfb858b639b670b47943c41725393c4a4d714cbdda is not running
23-Dec-2019 21:43:36 57500fc42ab9
23-Dec-2019 21:43:36 Error response from daemon: Cannot kill container: c82e3b984c71: Container c82e3b984c7102f1d1ed396c573d858ea928f32f84030d9c49ec57ae282e2c62 is not running
23-Dec-2019 21:43:36 c82e3b984c71
23-Dec-2019 21:43:37 Error response from daemon: Cannot kill container: 033a60e76e8d: Container 033a60e76e8d7ecd87a9cc70bd558aad60f113ce405ac70fc62e239f2678073e is not running
23-Dec-2019 21:43:37 033a60e76e8d
23-Dec-2019 21:43:37 Error response from daemon: Cannot kill container: 5d6f4a3d487b: Container 5d6f4a3d487b646ef2f13cf5b1fda693d69dea2865595b092cd518c43d0edb00 is not running
23-Dec-2019 21:43:37 5d6f4a3d487b
23-Dec-2019 21:43:37 Error response from daemon: Cannot kill container: 793f102c19c9: Container 793f102c19c972d65a18b1bbf46cef43bd255be41e2af8f9be666f996ca4e710 is not running
23-Dec-2019 21:43:37 793f102c19c9
23-Dec-2019 21:43:37 Error response from daemon: Cannot kill container: 1d7d088566e8: Container 1d7d088566e8691762d4b0c369ea5538a5e0e5ca3109f1e273837907240e9e58 is not running
23-Dec-2019 21:43:37 1d7d088566e8
23-Dec-2019 21:43:37 Stalled docker volumes to remove:
23-Dec-2019 21:43:37
23-Dec-2019 21:43:37 Removing stalled docker volumes
23-Dec-2019 21:43:37 Removing stalled loopdevices
23-Dec-2019 21:43:38 Done
23-Dec-2019 21:43:38 Finished task 'Clear env' with result: Success
23-Dec-2019 21:43:38 Running post build plugin 'Docker Container Cleanup'
23-Dec-2019 21:43:38 Running post build plugin 'NCover Results Collector'
23-Dec-2019 21:43:38 Running post build plugin 'Clover Results Collector'
23-Dec-2019 21:43:38 Running post build plugin 'npm Cache Cleanup'
23-Dec-2019 21:43:38 Running post build plugin 'Artifact Copier'
23-Dec-2019 21:43:38 Publishing an artifact: test_logs.tar.gz
23-Dec-2019 21:43:38 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 8.053 ms
23-Dec-2019 21:43:41 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDSP'
23-Dec-2019 21:43:41 Finalising the build...
23-Dec-2019 21:43:41 Stopping timer.
23-Dec-2019 21:43:41 Build TEST-ON2-MPSDSP-4 completed.
23-Dec-2019 21:43:41 Running on server: post build plugin 'NCover Results Collector'
23-Dec-2019 21:43:41 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Dec-2019 21:43:41 Running on server: post build plugin 'Clover Delta Calculator'
23-Dec-2019 21:43:41 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Dec-2019 21:43:41 All post build plugins have finished
23-Dec-2019 21:43:41 Generating build results summary...
23-Dec-2019 21:43:41 Saving build results to disk...
23-Dec-2019 21:43:41 Logging substituted variables...
23-Dec-2019 21:43:41 Indexing build results...
23-Dec-2019 21:43:41 Finished building TEST-ON2-MPSDSP-4.