Build: #4 failed

Job: multiprovider proxy directory stat proxyio failed

Build log

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

24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 _ ERROR at setup of test_update_timestamp_without_permission[multiprovider_proxy] _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 04:41:10 hosts = {}
24-Dec-2019 04:41:10 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy]'>>
24-Dec-2019 04:41:10 users = {}
24-Dec-2019 04:41:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 04:41:10     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 04:41:10                  previous_env):
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         Sets up environment and returns environment description.
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         test_type = get_test_type(request)
24-Dec-2019 04:41:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 04:41:10                                                    previous_env)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         if test_type in ['gui']:
24-Dec-2019 04:41:10             # For now gui tests do not use onenv patch
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 _ ERROR at setup of test_update_timestamp_with_permission[multiprovider_proxy] _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 04:41:10 hosts = {}
24-Dec-2019 04:41:10 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy]'>>
24-Dec-2019 04:41:10 users = {}
24-Dec-2019 04:41:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 04:41:10     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 04:41:10                  previous_env):
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         Sets up environment and returns environment description.
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         test_type = get_test_type(request)
24-Dec-2019 04:41:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 04:41:10                                                    previous_env)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         if test_type in ['gui']:
24-Dec-2019 04:41:10             # For now gui tests do not use onenv patch
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 ___________ ERROR at setup of test_access_time[multiprovider_proxy] ____________
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 04:41:10 hosts = {}
24-Dec-2019 04:41:10 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy]'>>
24-Dec-2019 04:41:10 users = {}
24-Dec-2019 04:41:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 04:41:10     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 04:41:10                  previous_env):
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         Sets up environment and returns environment description.
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         test_type = get_test_type(request)
24-Dec-2019 04:41:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 04:41:10                                                    previous_env)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         if test_type in ['gui']:
24-Dec-2019 04:41:10             # For now gui tests do not use onenv patch
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 ________ ERROR at setup of test_modification_time[multiprovider_proxy] _________
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 04:41:10 hosts = {}
24-Dec-2019 04:41:10 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy]'>>
24-Dec-2019 04:41:10 users = {}
24-Dec-2019 04:41:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 04:41:10     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 04:41:10                  previous_env):
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         Sets up environment and returns environment description.
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         test_type = get_test_type(request)
24-Dec-2019 04:41:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 04:41:10                                                    previous_env)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         if test_type in ['gui']:
24-Dec-2019 04:41:10             # For now gui tests do not use onenv patch
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 _______ ERROR at setup of test_stat_change_time_mv[multiprovider_proxy] ________
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 04:41:10 hosts = {}
24-Dec-2019 04:41:10 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy]'>>
24-Dec-2019 04:41:10 users = {}
24-Dec-2019 04:41:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 04:41:10     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 04:41:10                  previous_env):
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         Sets up environment and returns environment description.
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         test_type = get_test_type(request)
24-Dec-2019 04:41:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 04:41:10                                                    previous_env)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         if test_type in ['gui']:
24-Dec-2019 04:41:10             # For now gui tests do not use onenv patch
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 ______ ERROR at setup of test_stat_change_time_chmod[multiprovider_proxy] ______
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'
24-Dec-2019 04:41:10 hosts = {}
24-Dec-2019 04:41:10 request = <SubRequest 'env_desc' for <Function 'test_type[multiprovider_proxy]'>>
24-Dec-2019 04:41:10 users = {}
24-Dec-2019 04:41:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/onedata/tests/oneclient/environments/multiprovider_proxy.yaml'}
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 04:41:10     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 04:41:10                  previous_env):
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         Sets up environment and returns environment description.
24-Dec-2019 04:41:10         """
24-Dec-2019 04:41:10         test_type = get_test_type(request)
24-Dec-2019 04:41:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 04:41:10                                                    previous_env)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         if test_type in ['gui']:
24-Dec-2019 04:41:10             # For now gui tests do not use onenv patch
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return ''
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type == 'mixed':
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, '', users,
24-Dec-2019 04:41:10                     env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10             return env_desc
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 04:41:10             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 04:41:10                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             scenario = env_desc.get('scenario')
24-Dec-2019 04:41:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 04:41:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 04:41:10                                                          scenario))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             patch = env_desc.get('patch')
24-Dec-2019 04:41:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 04:41:10             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 04:41:10             if start_env:
24-Dec-2019 04:41:10                 previous_env['started'] = start_environment(
24-Dec-2019 04:41:10                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 04:41:10 >                   env_description_abs_path
24-Dec-2019 04:41:10                 )
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 tests/conftest.py:356:
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10 tests/conftest.py:455: in start_environment
24-Dec-2019 04:41:10     pods_cfg = check_deployment()
24-Dec-2019 04:41:10 tests/conftest.py:484: in check_deployment
24-Dec-2019 04:41:10     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 04:41:10     return loader.get_single_data()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 04:41:10     node = self.get_single_node()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 04:41:10     document = self.compose_document()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 04:41:10     node = self.compose_node(None, None)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 04:41:10     node = self.compose_mapping_node(anchor)
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 04:41:10     while not self.check_event(MappingEndEvent):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 04:41:10     self.current_event = self.state()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 04:41:10     if self.check_token(KeyToken):
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 04:41:10     self.fetch_more_tokens()
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 04:41:10     return self.fetch_value()
24-Dec-2019 04:41:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 self = <yaml.loader.Loader object at 0x7f5fc2edffd0>
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10     def fetch_value(self):
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # Do we determine a simple key?
24-Dec-2019 04:41:10         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Add KEY.
24-Dec-2019 04:41:10             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 04:41:10             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                     KeyToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # If this key starts a new block mapping, we need to add
24-Dec-2019 04:41:10             # BLOCK-MAPPING-START.
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10                 if self.add_indent(key.column):
24-Dec-2019 04:41:10                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 04:41:10                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # There cannot be two simple keys one after another.
24-Dec-2019 04:41:10             self.allow_simple_key = False
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10         # It must be a part of a complex key.
24-Dec-2019 04:41:10         else:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10             # Block context needs additional checks.
24-Dec-2019 04:41:10             # (Do we really need them? They will be catched by the parser
24-Dec-2019 04:41:10             # anyway.)
24-Dec-2019 04:41:10             if not self.flow_level:
24-Dec-2019 04:41:10    
24-Dec-2019 04:41:10                 # We are allowed to start a complex value if and only if
24-Dec-2019 04:41:10                 # we can start a simple key.
24-Dec-2019 04:41:10                 if not self.allow_simple_key:
24-Dec-2019 04:41:10                     raise ScannerError(None, None,
24-Dec-2019 04:41:10                             "mapping values are not allowed here",
24-Dec-2019 04:41:10 >                           self.get_mark())
24-Dec-2019 04:41:10 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 04:41:10 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 04:41:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 04:41:10 E                                                            ^
24-Dec-2019 04:41:10
24-Dec-2019 04:41:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 04:41:10 ========================= 11 error in 1277.97 seconds ==========================
24-Dec-2019 04:41:40 release "dev" deleted
24-Dec-2019 04:41:40 /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
24-Dec-2019 04:41:40   RequestsDependencyWarning)
24-Dec-2019 04:41:41 0449f3a7c226
24-Dec-2019 04:41:41 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
24-Dec-2019 04:41:41 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
24-Dec-2019 04:41:41 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
24-Dec-2019 04:41:41 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
24-Dec-2019 04:41:41 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
24-Dec-2019 04:41:41 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
24-Dec-2019 04:41:41 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
24-Dec-2019 04:41:41 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP...
24-Dec-2019 04:41:41 Failing task since 11 failing test cases were found.
24-Dec-2019 04:41:41 Finished task 'Parse test results' with result: Failed
24-Dec-2019 04:41:41 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 04:41:41
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy directory stat proxyio #4 (TEST-ON2-MPDSP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-964064969601069080.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP
... 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-MPDSP-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-MPDSP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MPDSP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider proxy directory stat proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPDSP-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-MPDSP-4-ScriptBuildTask-489669821133006664.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-2796367308871009196.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MPDSP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.223Z
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-MPDSP-4-ScriptBuildTask-2058004335061758789.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-11251358081652326.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-MPDSP-4-ScriptBuildTask-3173728399446162320.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-251119498978633857.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MPDSP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy 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-MPDSP
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
24-Dec-2019 04:41:41 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
24-Dec-2019 04:41:41 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
24-Dec-2019 04:41:41 Finished task 'Pack logs' with result: Success
24-Dec-2019 04:41:41
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
24-Dec-2019 04:41:41 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 04:41:41
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy directory stat proxyio #4 (TEST-ON2-MPDSP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-4365646404914173816.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP/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-MPDSP-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-MPDSP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-MPDSP
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=multiprovider proxy directory stat proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPDSP-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-MPDSP-4-ScriptBuildTask-489669821133006664.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-2796367308871009196.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-MPDSP-4-ScriptBuildTask-964064969601069080.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=MPDSP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.223Z
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-MPDSP-4-ScriptBuildTask-2058004335061758789.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-11251358081652326.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-MPDSP-4-ScriptBuildTask-3173728399446162320.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPDSP-4-ScriptBuildTask-251119498978633857.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-MPDSP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy 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-MPDSP
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
24-Dec-2019 04:41:41   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
24-Dec-2019 04:41:41                                  Dload  Upload   Total   Spent    Left  Speed
24-Dec-2019 04:41:41
24-Dec-2019 04:41:42   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
24-Dec-2019 04:41:42   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
24-Dec-2019 04:41:42 100  4419  100  4419    0     0   4816      0 --:--:-- --:--:-- --:--:--  4813
24-Dec-2019 04:41:42 Clearing /tmp/onedata and /home/bamboo/.one-env
24-Dec-2019 04:41:43 Cleaning helm deployments
24-Dec-2019 04:41:43 Cleanining pods
24-Dec-2019 04:41:45 Cleaning kube persistant volumes
24-Dec-2019 04:41:45 pod "dev-oneprovider-krakow-ready-check-kzs5g" deleted
24-Dec-2019 04:41:50 Error from server (NotFound): pods "dev-oneprovider-paris-ready-check-qwx4r" not found
24-Dec-2019 04:41:50 Error from server (NotFound): pods "dev-onezone-ready-check-vtgx8" not found
24-Dec-2019 04:41:50 Cleaning dockswift container
24-Dec-2019 04:41:50 Cleaning docker containers
24-Dec-2019 04:41:52 Stalled docker containers to remove:
24-Dec-2019 04:41:52 fb4c4833b7a9 48a0e64d2825 c54ecf044ff8 86ebaee5c177 1d382f942d50 7830a6b20821 b894d81577aa c9f8f64458d8 f1a564c3762d f99f17245cf6 1ba5bf5374ba ccca3597d66f 95459374661d 085641c378f8 01ba2212b73b 36ce00107fe1 54420ba56ef9 c4bcf37e0259 18308e142d90 f3d8ee2e0874
24-Dec-2019 04:41:52 Removing stalled docker containers
24-Dec-2019 04:41:52 Error response from daemon: Cannot kill container: fb4c4833b7a9: Container fb4c4833b7a9da05049abd3f151226e83ff93c553ea171c6ace7552125d35107 is not running
24-Dec-2019 04:41:52 fb4c4833b7a9
24-Dec-2019 04:41:52 Error response from daemon: Cannot kill container: 48a0e64d2825: Container 48a0e64d28255aa482b9a26ee8af6c0802556ef33fee4a2b7210d14bef481255 is not running
24-Dec-2019 04:41:52 48a0e64d2825
24-Dec-2019 04:41:52 Error response from daemon: Cannot kill container: c54ecf044ff8: Container c54ecf044ff8b9b440f13edbf3df84d8232d9394ece709b880523bbf221167dc is not running
24-Dec-2019 04:41:53 c54ecf044ff8
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: 86ebaee5c177: Container 86ebaee5c1772f408933a0315d8b2804c8215ce1dd570b7d554c4d7613279ec1 is not running
24-Dec-2019 04:41:53 86ebaee5c177
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: 1d382f942d50: Container 1d382f942d50ab11bde8fea0bb8fe515ba4a4ff22c799501dc966c479731e0a2 is not running
24-Dec-2019 04:41:53 1d382f942d50
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: 7830a6b20821: Container 7830a6b208217830222ed9b1ad10e354167514d1707432db25265d12f145f265 is not running
24-Dec-2019 04:41:53 7830a6b20821
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: b894d81577aa: Container b894d81577aa9e9db70825103c626a41787b5c27adba9410068752a9ff437c80 is not running
24-Dec-2019 04:41:53 b894d81577aa
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: c9f8f64458d8: Container c9f8f64458d8bd78a808cefa42055936a121cd3190449e94b66f7138a9694d59 is not running
24-Dec-2019 04:41:53 c9f8f64458d8
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: f1a564c3762d: Container f1a564c3762daafa3e41deb0d8f52275f866036cd4c4f8ef3a392812e8b9d29c is not running
24-Dec-2019 04:41:53 f1a564c3762d
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: f99f17245cf6: Container f99f17245cf691392dd2e65d7589a0e4857af23e033501f1149b647197f394fd is not running
24-Dec-2019 04:41:53 f99f17245cf6
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: 1ba5bf5374ba: Container 1ba5bf5374babaf0e60af7794925ef147c1687e6aa82aa4eb66ed08cb4e2ef47 is not running
24-Dec-2019 04:41:53 1ba5bf5374ba
24-Dec-2019 04:41:53 Error response from daemon: Cannot kill container: ccca3597d66f: Container ccca3597d66f35346ebe2d235e0e14758ad5f9e8c756e6831778553e8aac05c8 is not running
24-Dec-2019 04:41:54 ccca3597d66f
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: 95459374661d: Container 95459374661d0b0ed63751361676bbf5b3b92fe6b83a6df1a4e70148021b9546 is not running
24-Dec-2019 04:41:54 95459374661d
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: 085641c378f8: Container 085641c378f892449803ea98bfaefa05dc669a139540abe8ac86356651387c55 is not running
24-Dec-2019 04:41:54 085641c378f8
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: 01ba2212b73b: Container 01ba2212b73b828a96491808188b32e04f31410cf2b08ec476a227d516623dea is not running
24-Dec-2019 04:41:54 01ba2212b73b
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: 36ce00107fe1: Container 36ce00107fe19094f4cec8ca215f6234108a01fca30b6cdffbb90e9a43ed9499 is not running
24-Dec-2019 04:41:54 36ce00107fe1
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: 54420ba56ef9: Container 54420ba56ef91ae0602d24066b39139fe6b34185ae8383ee95c1a44748e7b46e is not running
24-Dec-2019 04:41:54 54420ba56ef9
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: c4bcf37e0259: Container c4bcf37e0259057b3b596728961be393ef456a9f8250c8dfbce076e640cd9659 is not running
24-Dec-2019 04:41:54 c4bcf37e0259
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: 18308e142d90: Container 18308e142d90fc4f3845a9e0706ea2462924d3132ccae78ecba4f4161ecab025 is not running
24-Dec-2019 04:41:54 18308e142d90
24-Dec-2019 04:41:54 Error response from daemon: Cannot kill container: f3d8ee2e0874: Container f3d8ee2e08744a48d8cefeff73396d419ad88a14567e98971c710582d509347f is not running
24-Dec-2019 04:41:54 f3d8ee2e0874
24-Dec-2019 04:41:54 Stalled docker volumes to remove:
24-Dec-2019 04:41:54
24-Dec-2019 04:41:54 Removing stalled docker volumes
24-Dec-2019 04:41:54 Removing stalled loopdevices
24-Dec-2019 04:41:55 Done
24-Dec-2019 04:41:55 Finished task 'Clear env' with result: Success
24-Dec-2019 04:41:55 Running post build plugin 'Docker Container Cleanup'
24-Dec-2019 04:41:55 Running post build plugin 'NCover Results Collector'
24-Dec-2019 04:41:55 Running post build plugin 'Clover Results Collector'
24-Dec-2019 04:41:55 Running post build plugin 'npm Cache Cleanup'
24-Dec-2019 04:41:55 Running post build plugin 'Artifact Copier'
24-Dec-2019 04:41:55 Publishing an artifact: test_logs.tar.gz
24-Dec-2019 04:41:55 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 9.740 ms
24-Dec-2019 04:41:58 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPDSP'
24-Dec-2019 04:41:58 Finalising the build...
24-Dec-2019 04:41:58 Stopping timer.
24-Dec-2019 04:41:58 Build TEST-ON2-MPDSP-4 completed.
24-Dec-2019 04:41:58 Running on server: post build plugin 'NCover Results Collector'
24-Dec-2019 04:41:58 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Dec-2019 04:41:58 Running on server: post build plugin 'Clover Delta Calculator'
24-Dec-2019 04:41:58 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Dec-2019 04:41:58 All post build plugins have finished
24-Dec-2019 04:41:58 Generating build results summary...
24-Dec-2019 04:41:58 Saving build results to disk...
24-Dec-2019 04:41:58 Logging substituted variables...
24-Dec-2019 04:41:58 Indexing build results...
24-Dec-2019 04:41:58 Finished building TEST-ON2-MPDSP-4.