Build: #4 failed

Job: singleprovider regular file stat multiclient directio failed

Build log

The build generated 2,520 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 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 _ ERROR at setup of test_update_timestamp_without_permission[singleprovider_multiclient_directio] _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:05:05 hosts = {}
24-Dec-2019 05:05:05 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:05:05 users = {}
24-Dec-2019 05:05:05 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:05:05     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:05:05                  previous_env):
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         Sets up environment and returns environment description.
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         test_type = get_test_type(request)
24-Dec-2019 05:05:05         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:05:05                                                    previous_env)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 _ ERROR at setup of test_update_timestamp_with_permission[singleprovider_multiclient_directio] _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:05:05 hosts = {}
24-Dec-2019 05:05:05 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:05:05 users = {}
24-Dec-2019 05:05:05 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:05:05     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:05:05                  previous_env):
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         Sets up environment and returns environment description.
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         test_type = get_test_type(request)
24-Dec-2019 05:05:05         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:05:05                                                    previous_env)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 ___ ERROR at setup of test_access_time[singleprovider_multiclient_directio] ____
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:05:05 hosts = {}
24-Dec-2019 05:05:05 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:05:05 users = {}
24-Dec-2019 05:05:05 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:05:05     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:05:05                  previous_env):
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         Sets up environment and returns environment description.
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         test_type = get_test_type(request)
24-Dec-2019 05:05:05         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:05:05                                                    previous_env)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 _ ERROR at setup of test_modification_time[singleprovider_multiclient_directio] _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:05:05 hosts = {}
24-Dec-2019 05:05:05 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:05:05 users = {}
24-Dec-2019 05:05:05 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:05:05     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:05:05                  previous_env):
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         Sets up environment and returns environment description.
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         test_type = get_test_type(request)
24-Dec-2019 05:05:05         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:05:05                                                    previous_env)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 _ ERROR at setup of test_stat_change_time_chmod[singleprovider_multiclient_directio] _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:05:05 hosts = {}
24-Dec-2019 05:05:05 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:05:05 users = {}
24-Dec-2019 05:05:05 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:05:05     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:05:05                  previous_env):
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         Sets up environment and returns environment description.
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         test_type = get_test_type(request)
24-Dec-2019 05:05:05         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:05:05                                                    previous_env)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 _ ERROR at setup of test_stat_change_time_mv_on_posix[singleprovider_multiclient_directio] _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:05:05 hosts = {}
24-Dec-2019 05:05:05 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:05:05 users = {}
24-Dec-2019 05:05:05 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:05:05     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:05:05                  previous_env):
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         Sets up environment and returns environment description.
24-Dec-2019 05:05:05         """
24-Dec-2019 05:05:05         test_type = get_test_type(request)
24-Dec-2019 05:05:05         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:05:05                                                    previous_env)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         if test_type in ['gui']:
24-Dec-2019 05:05:05             # For now gui tests do not use onenv patch
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return ''
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type == 'mixed':
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:05:05                     env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05             return env_desc
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:05:05             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:05:05                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             scenario = env_desc.get('scenario')
24-Dec-2019 05:05:05             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:05:05             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:05:05                                                          scenario))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             patch = env_desc.get('patch')
24-Dec-2019 05:05:05             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:05:05             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:05:05             if start_env:
24-Dec-2019 05:05:05                 previous_env['started'] = start_environment(
24-Dec-2019 05:05:05                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:05:05 >                   env_description_abs_path
24-Dec-2019 05:05:05                 )
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 tests/conftest.py:356:
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05 tests/conftest.py:455: in start_environment
24-Dec-2019 05:05:05     pods_cfg = check_deployment()
24-Dec-2019 05:05:05 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:05:05     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:05:05     return loader.get_single_data()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:05:05     node = self.get_single_node()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:05:05     document = self.compose_document()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:05:05     node = self.compose_node(None, None)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:05:05     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:05:05     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:05:05     self.current_event = self.state()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:05:05     if self.check_token(KeyToken):
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:05:05     self.fetch_more_tokens()
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:05:05     return self.fetch_value()
24-Dec-2019 05:05:05 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 self = <yaml.loader.Loader object at 0x7f363429df10>
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05     def fetch_value(self):
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # Do we determine a simple key?
24-Dec-2019 05:05:05         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Add KEY.
24-Dec-2019 05:05:05             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:05:05             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:05:05             # BLOCK-MAPPING-START.
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05                 if self.add_indent(key.column):
24-Dec-2019 05:05:05                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:05:05                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # There cannot be two simple keys one after another.
24-Dec-2019 05:05:05             self.allow_simple_key = False
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05         # It must be a part of a complex key.
24-Dec-2019 05:05:05         else:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05             # Block context needs additional checks.
24-Dec-2019 05:05:05             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:05:05             # anyway.)
24-Dec-2019 05:05:05             if not self.flow_level:
24-Dec-2019 05:05:05    
24-Dec-2019 05:05:05                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:05:05                 # we can start a simple key.
24-Dec-2019 05:05:05                 if not self.allow_simple_key:
24-Dec-2019 05:05:05                     raise ScannerError(None, None,
24-Dec-2019 05:05:05                             "mapping values are not allowed here",
24-Dec-2019 05:05:05 >                           self.get_mark())
24-Dec-2019 05:05:05 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:05:05 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:05:05 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:05:05 E                                                            ^
24-Dec-2019 05:05:05
24-Dec-2019 05:05:05 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:05:05 ==================== 1 skipped, 14 error in 1277.89 seconds ====================
24-Dec-2019 05:05:17 release "dev" deleted
24-Dec-2019 05:05:18 persistentvolumeclaim "dev-oneprovider-krakow-nfs-pvc" deleted
24-Dec-2019 05:05:20 No resources found
24-Dec-2019 05:05:21 /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 05:05:21   RequestsDependencyWarning)
24-Dec-2019 05:05:22 e940d9ef3bc2
24-Dec-2019 05:05:22 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
24-Dec-2019 05:05:22 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
24-Dec-2019 05:05:22 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
24-Dec-2019 05:05:22 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
24-Dec-2019 05:05:22 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
24-Dec-2019 05:05:22 make: *** [test_oneclient_src] Error 1
24-Dec-2019 05:05:22 Makefile:105: recipe for target 'test_oneclient_src' failed
24-Dec-2019 05:05:22 Failing task since return code of [/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-8081724506416189356.sh] was 2 while expected 0
24-Dec-2019 05:05:22 Finished task 'Run acceptance mixed tests in Chrome' with result: Failed
24-Dec-2019 05:05:22 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
24-Dec-2019 05:05:22 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD...
24-Dec-2019 05:05:22 Failing task since 14 failing test cases were found.
24-Dec-2019 05:05:22 Finished task 'Parse test results' with result: Failed
24-Dec-2019 05:05:22 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 05:05:22
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient directio #4 (TEST-ON2-SRFSMD-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-4850233488834289181.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD
... 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-SRFSMD-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-SRFSMD
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-SRFSMD
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=singleprovider regular file stat multiclient directio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-SRFSMD-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-SRFSMD-4-ScriptBuildTask-8081724506416189356.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-2279258424209202778.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=SRFSMD
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.233Z
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-SRFSMD-4-ScriptBuildTask-6402342245108372729.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-7125852300057267631.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-SRFSMD-4-ScriptBuildTask-1222174010831331953.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-4181059828324141689.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-SRFSMD-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient directio
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=true
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-SRFSMD
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 05:05:22 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
24-Dec-2019 05:05:22 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
24-Dec-2019 05:05:22 Finished task 'Pack logs' with result: Success
24-Dec-2019 05:05:22
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
24-Dec-2019 05:05:22 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 05:05:22
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient directio #4 (TEST-ON2-SRFSMD-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-1936497786885077347.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD/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-SRFSMD-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-SRFSMD
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-SRFSMD
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=singleprovider regular file stat multiclient directio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-SRFSMD-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-SRFSMD-4-ScriptBuildTask-8081724506416189356.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-2279258424209202778.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-SRFSMD-4-ScriptBuildTask-4850233488834289181.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=SRFSMD
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.233Z
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-SRFSMD-4-ScriptBuildTask-6402342245108372729.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-7125852300057267631.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-SRFSMD-4-ScriptBuildTask-1222174010831331953.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMD-4-ScriptBuildTask-4181059828324141689.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-SRFSMD-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient directio
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=true
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-SRFSMD
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 05:05:22   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
24-Dec-2019 05:05:22                                  Dload  Upload   Total   Spent    Left  Speed
24-Dec-2019 05:05:22
24-Dec-2019 05:05:22   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
24-Dec-2019 05:05:22 100  4419  100  4419    0     0   9462      0 --:--:-- --:--:-- --:--:--  9482
24-Dec-2019 05:05:22 Clearing /tmp/onedata and /home/bamboo/.one-env
24-Dec-2019 05:05:23 Cleaning helm deployments
24-Dec-2019 05:05:23 Cleanining pods
24-Dec-2019 05:05:25 Cleaning kube persistant volumes
24-Dec-2019 05:05:25 pod "dev-oneprovider-krakow-ready-check-tzgkd" deleted
24-Dec-2019 05:05:45 pod "dev-onezone-ready-check-c8qf9" deleted
24-Dec-2019 05:05:50 Cleaning dockswift container
24-Dec-2019 05:05:50 Cleaning docker containers
24-Dec-2019 05:05:52 Stalled docker containers to remove:
24-Dec-2019 05:05:52 c5818510d852 ae680b43f7c4 42fed4da5d46 cce438b6849f 5bb893355c88 a4d3d5b18daa 619bfe6b6520 667aac689332 a845ba82e39f d0fea8f04f79 8122183184b3 a093be59a58d f65eb23ee528 b0934a732081 3d0a1d4e963a
24-Dec-2019 05:05:52 Removing stalled docker containers
24-Dec-2019 05:05:52 Error response from daemon: Cannot kill container: c5818510d852: Container c5818510d852794b0756ab94a62c90544b54611310059d8032eec654b44ae21d is not running
24-Dec-2019 05:05:52 c5818510d852
24-Dec-2019 05:05:52 Error response from daemon: Cannot kill container: ae680b43f7c4: Container ae680b43f7c4e137f8b4374c8a5a98810e8be9081f696cb9ca6c56fba51d13ef is not running
24-Dec-2019 05:05:52 ae680b43f7c4
24-Dec-2019 05:05:52 Error response from daemon: Cannot kill container: 42fed4da5d46: Container 42fed4da5d464ed5f926927ae5b5fd0a895be50fd568b85fa74618056d179f1e is not running
24-Dec-2019 05:05:52 42fed4da5d46
24-Dec-2019 05:05:52 Error response from daemon: Cannot kill container: cce438b6849f: Container cce438b6849fa536625e190a3cd21649f95fa650ffa1f5b77ad9d056ed8a15a9 is not running
24-Dec-2019 05:05:52 cce438b6849f
24-Dec-2019 05:05:52 Error response from daemon: Cannot kill container: 5bb893355c88: Container 5bb893355c88ff09242df2eebf178c9e046c58445cafe59d198c658353520502 is not running
24-Dec-2019 05:05:52 5bb893355c88
24-Dec-2019 05:05:52 Error response from daemon: Cannot kill container: a4d3d5b18daa: Container a4d3d5b18daa32998a28bc12b232eed3cf51ff2208a4ce42a3623b517bd4925f is not running
24-Dec-2019 05:05:52 a4d3d5b18daa
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: 619bfe6b6520: Container 619bfe6b65202338ba5304a020e3629f9c91efc90dd2e8f0da644f891786c7e1 is not running
24-Dec-2019 05:05:53 619bfe6b6520
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: 667aac689332: Container 667aac6893323b99667abd2194a950ec05e80db66ee93a95f051ede9c66f0cf1 is not running
24-Dec-2019 05:05:53 667aac689332
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: a845ba82e39f: Container a845ba82e39f8c97ab47c00c3543df5b47d0d2e5aa9a7ae77dc705d6ea4f1c11 is not running
24-Dec-2019 05:05:53 a845ba82e39f
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: d0fea8f04f79: Container d0fea8f04f792137167e07c9d3521e19b850a2deb71924c7cab1bd16fd0a1bae is not running
24-Dec-2019 05:05:53 d0fea8f04f79
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: 8122183184b3: Container 8122183184b395bf8c5f97b5ea7abd50cdd859b7ac262832fe8233b8e8b2c3f5 is not running
24-Dec-2019 05:05:53 8122183184b3
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: a093be59a58d: Container a093be59a58db0d749597d5008ea81b3b301dc835789e0f3f6e27da7bb406158 is not running
24-Dec-2019 05:05:53 a093be59a58d
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: f65eb23ee528: Container f65eb23ee528cd3bd87860d74a1a3fb77e70ee6fb8d075c56a3ee85c95c84038 is not running
24-Dec-2019 05:05:53 f65eb23ee528
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: b0934a732081: Container b0934a732081263f6d43f1302b2651a21968fefed5dd0d182f44729c83cb9f3c is not running
24-Dec-2019 05:05:53 b0934a732081
24-Dec-2019 05:05:53 Error response from daemon: Cannot kill container: 3d0a1d4e963a: Container 3d0a1d4e963a0024b7e98816cb4caa8e2d536e4efa6e9c025a5db972e5ece576 is not running
24-Dec-2019 05:05:53 3d0a1d4e963a
24-Dec-2019 05:05:53 Stalled docker volumes to remove:
24-Dec-2019 05:05:53
24-Dec-2019 05:05:53 Removing stalled docker volumes
24-Dec-2019 05:05:53 Removing stalled loopdevices
24-Dec-2019 05:05:54 Done
24-Dec-2019 05:05:54 Finished task 'Clear env' with result: Success
24-Dec-2019 05:05:54 Running post build plugin 'Docker Container Cleanup'
24-Dec-2019 05:05:54 Running post build plugin 'NCover Results Collector'
24-Dec-2019 05:05:54 Running post build plugin 'Clover Results Collector'
24-Dec-2019 05:05:54 Running post build plugin 'npm Cache Cleanup'
24-Dec-2019 05:05:54 Running post build plugin 'Artifact Copier'
24-Dec-2019 05:05:54 Publishing an artifact: test_logs.tar.gz
24-Dec-2019 05:05:54 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 7.660 ms
24-Dec-2019 05:05:57 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMD'
24-Dec-2019 05:05:57 Finalising the build...
24-Dec-2019 05:05:57 Stopping timer.
24-Dec-2019 05:05:57 Build TEST-ON2-SRFSMD-4 completed.
24-Dec-2019 05:05:57 Running on server: post build plugin 'NCover Results Collector'
24-Dec-2019 05:05:57 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Dec-2019 05:05:57 Running on server: post build plugin 'Clover Delta Calculator'
24-Dec-2019 05:05:57 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Dec-2019 05:05:57 All post build plugins have finished
24-Dec-2019 05:05:57 Generating build results summary...
24-Dec-2019 05:05:57 Saving build results to disk...
24-Dec-2019 05:05:57 Logging substituted variables...
24-Dec-2019 05:05:57 Indexing build results...
24-Dec-2019 05:05:57 Finished building TEST-ON2-SRFSMD-4.