Build: #4 failed

Job: singleprovider regular file stat multiclient proxyio failed

Build log

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

23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 _____ ERROR at setup of test_timestamp[singleprovider_multiclient_proxyio] _____
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 _ ERROR at setup of test_update_timestamp_without_permission[singleprovider_multiclient_proxyio] _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 _ ERROR at setup of test_update_timestamp_with_permission[singleprovider_multiclient_proxyio] _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 ____ ERROR at setup of test_access_time[singleprovider_multiclient_proxyio] ____
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 _ ERROR at setup of test_modification_time[singleprovider_multiclient_proxyio] _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 _ ERROR at setup of test_stat_change_time_chmod[singleprovider_multiclient_proxyio] _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 _ ERROR at setup of test_stat_change_time_mv_on_posix[singleprovider_multiclient_proxyio] _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'
23-Dec-2019 18:22:10 hosts = {}
23-Dec-2019 18:22:10 request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_multiclient_proxyio]'>>
23-Dec-2019 18:22:10 users = {}
23-Dec-2019 18:22:10 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/onedata/tests/oneclient/environments/singleprovider_multiclient_proxyio.yaml'}
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     @pytest.fixture(scope='module', autouse=True)
23-Dec-2019 18:22:10     def env_desc(env_description_abs_path, hosts, request, users,
23-Dec-2019 18:22:10                  previous_env):
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         Sets up environment and returns environment description.
23-Dec-2019 18:22:10         """
23-Dec-2019 18:22:10         test_type = get_test_type(request)
23-Dec-2019 18:22:10         start_env = _check_if_should_start_new_env(env_description_abs_path,
23-Dec-2019 18:22:10                                                    previous_env)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         if test_type in ['gui']:
23-Dec-2019 18:22:10             # For now gui tests do not use onenv patch
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     env_description_abs_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return ''
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type == 'mixed':
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, '', users,
23-Dec-2019 18:22:10                     env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10             return env_desc
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
23-Dec-2019 18:22:10             with open(env_description_abs_path, 'r') as env_desc_file:
23-Dec-2019 18:22:10                 env_desc = yaml.load(env_desc_file)
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             scenario = env_desc.get('scenario')
23-Dec-2019 18:22:10             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
23-Dec-2019 18:22:10             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
23-Dec-2019 18:22:10                                                          scenario))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             patch = env_desc.get('patch')
23-Dec-2019 18:22:10             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
23-Dec-2019 18:22:10             patch_path = os.path.join(patch_dir_path, patch)
23-Dec-2019 18:22:10             if start_env:
23-Dec-2019 18:22:10                 previous_env['started'] = start_environment(
23-Dec-2019 18:22:10                     scenario_path, request, hosts, patch_path, users,
23-Dec-2019 18:22:10 >                   env_description_abs_path
23-Dec-2019 18:22:10                 )
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 tests/conftest.py:356:
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10 tests/conftest.py:455: in start_environment
23-Dec-2019 18:22:10     pods_cfg = check_deployment()
23-Dec-2019 18:22:10 tests/conftest.py:484: in check_deployment
23-Dec-2019 18:22:10     status_output = yaml.load(status_output.decode('utf-8'))
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
23-Dec-2019 18:22:10     return loader.get_single_data()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
23-Dec-2019 18:22:10     node = self.get_single_node()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
23-Dec-2019 18:22:10     document = self.compose_document()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
23-Dec-2019 18:22:10     node = self.compose_node(None, None)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
23-Dec-2019 18:22:10     node = self.compose_mapping_node(anchor)
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
23-Dec-2019 18:22:10     while not self.check_event(MappingEndEvent):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
23-Dec-2019 18:22:10     self.current_event = self.state()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
23-Dec-2019 18:22:10     if self.check_token(KeyToken):
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
23-Dec-2019 18:22:10     self.fetch_more_tokens()
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
23-Dec-2019 18:22:10     return self.fetch_value()
23-Dec-2019 18:22:10 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 self = <yaml.loader.Loader object at 0x7f02b896bf10>
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10     def fetch_value(self):
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # Do we determine a simple key?
23-Dec-2019 18:22:10         if self.flow_level in self.possible_simple_keys:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Add KEY.
23-Dec-2019 18:22:10             key = self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             del self.possible_simple_keys[self.flow_level]
23-Dec-2019 18:22:10             self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                     KeyToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # If this key starts a new block mapping, we need to add
23-Dec-2019 18:22:10             # BLOCK-MAPPING-START.
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10                 if self.add_indent(key.column):
23-Dec-2019 18:22:10                     self.tokens.insert(key.token_number-self.tokens_taken,
23-Dec-2019 18:22:10                             BlockMappingStartToken(key.mark, key.mark))
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # There cannot be two simple keys one after another.
23-Dec-2019 18:22:10             self.allow_simple_key = False
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10         # It must be a part of a complex key.
23-Dec-2019 18:22:10         else:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10             # Block context needs additional checks.
23-Dec-2019 18:22:10             # (Do we really need them? They will be catched by the parser
23-Dec-2019 18:22:10             # anyway.)
23-Dec-2019 18:22:10             if not self.flow_level:
23-Dec-2019 18:22:10    
23-Dec-2019 18:22:10                 # We are allowed to start a complex value if and only if
23-Dec-2019 18:22:10                 # we can start a simple key.
23-Dec-2019 18:22:10                 if not self.allow_simple_key:
23-Dec-2019 18:22:10                     raise ScannerError(None, None,
23-Dec-2019 18:22:10                             "mapping values are not allowed here",
23-Dec-2019 18:22:10 >                           self.get_mark())
23-Dec-2019 18:22:10 E                   ScannerError: mapping values are not allowed here
23-Dec-2019 18:22:10 E                     in "<unicode string>", line 1, column 90:
23-Dec-2019 18:22:10 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
23-Dec-2019 18:22:10 E                                                            ^
23-Dec-2019 18:22:10
23-Dec-2019 18:22:10 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
23-Dec-2019 18:22:10 ==================== 1 skipped, 14 error in 1276.79 seconds ====================
23-Dec-2019 18:22:22 release "dev" deleted
23-Dec-2019 18:22:23 /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
23-Dec-2019 18:22:23   RequestsDependencyWarning)
23-Dec-2019 18:22:23 7f56aba02024
23-Dec-2019 18:22:23 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
23-Dec-2019 18:22:23 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
23-Dec-2019 18:22:23 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
23-Dec-2019 18:22:23 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
23-Dec-2019 18:22:23 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
23-Dec-2019 18:22:23 make: *** [test_oneclient_src] Error 1
23-Dec-2019 18:22:23 Makefile:105: recipe for target 'test_oneclient_src' failed
23-Dec-2019 18:22:23 Failing task since return code of [/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-2118763221861140859.sh] was 2 while expected 0
23-Dec-2019 18:22:23 Finished task 'Run acceptance mixed tests in Chrome' with result: Failed
23-Dec-2019 18:22:23 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
23-Dec-2019 18:22:23 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP...
23-Dec-2019 18:22:23 Failing task since 14 failing test cases were found.
23-Dec-2019 18:22:23 Finished task 'Parse test results' with result: Failed
23-Dec-2019 18:22:23 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 18:22:23
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient proxyio #4 (TEST-ON2-SRFSMP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-3294622192060985469.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP
... 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-SRFSMP-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-SRFSMP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-SRFSMP
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 proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-SRFSMP-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-SRFSMP-4-ScriptBuildTask-2118763221861140859.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-2814897370222467012.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=SRFSMP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.107Z
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-SRFSMP-4-ScriptBuildTask-3082672580692616984.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-1274040592736503406.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-SRFSMP-4-ScriptBuildTask-6335191288729932000.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-7603329546182731607.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-SRFSMP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient 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=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-SRFSMP
bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-ON2
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_repository_242352175_git_branch=develop
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle
bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=develop
23-Dec-2019 18:22:23 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
23-Dec-2019 18:22:23 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
23-Dec-2019 18:22:23 Finished task 'Pack logs' with result: Success
23-Dec-2019 18:22:23
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
23-Dec-2019 18:22:23 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
23-Dec-2019 18:22:23
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient proxyio #4 (TEST-ON2-SRFSMP-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-4343781828025048192.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP/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-SRFSMP-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-SRFSMP
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-SRFSMP
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 proxyio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-SRFSMP-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-SRFSMP-4-ScriptBuildTask-2118763221861140859.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-2814897370222467012.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-SRFSMP-4-ScriptBuildTask-3294622192060985469.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=SRFSMP
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.107Z
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-SRFSMP-4-ScriptBuildTask-3082672580692616984.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-1274040592736503406.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-SRFSMP-4-ScriptBuildTask-6335191288729932000.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SRFSMP-4-ScriptBuildTask-7603329546182731607.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-SRFSMP-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - singleprovider regular file stat multiclient 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=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-SRFSMP
bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=TEST-ON2
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_repository_242352175_git_branch=develop
bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle
bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=develop
23-Dec-2019 18:22:23   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23-Dec-2019 18:22:23                                  Dload  Upload   Total   Spent    Left  Speed
23-Dec-2019 18:22:23
23-Dec-2019 18:22:24   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
23-Dec-2019 18:22:24 42  4419   42  1896    0     0   4126      0  0:00:01 --:--:--  0:00:01  4121
23-Dec-2019 18:22:24 100  4419  100  4419    0     0   9598      0 --:--:-- --:--:-- --:--:--  9585
23-Dec-2019 18:22:24 Clearing /tmp/onedata and /home/bamboo/.one-env
23-Dec-2019 18:22:25 Cleaning helm deployments
23-Dec-2019 18:22:25 Cleanining pods
23-Dec-2019 18:22:26 Cleaning kube persistant volumes
23-Dec-2019 18:22:26 pod "dev-oneprovider-krakow-ready-check-rl9gf" deleted
23-Dec-2019 18:22:46 pod "dev-onezone-ready-check-sn4tt" deleted
23-Dec-2019 18:22:49 Cleaning dockswift container
23-Dec-2019 18:22:49 Cleaning docker containers
23-Dec-2019 18:22:50 Stalled docker containers to remove:
23-Dec-2019 18:22:50 ab817aaaa13c 705c1744688f 9e905f132a9c 4a5a55623ceb
23-Dec-2019 18:22:50 Removing stalled docker containers
23-Dec-2019 18:22:50 Error response from daemon: Cannot kill container: ab817aaaa13c: Container ab817aaaa13ce71e1b8a71f00cde4363ee9af35bcb7e59fab756b17a9aecc276 is not running
23-Dec-2019 18:22:50 ab817aaaa13c
23-Dec-2019 18:22:51 Error response from daemon: Cannot kill container: 705c1744688f: Container 705c1744688fe57b46fdec5cfa73fc6007580fa9f85871712e4fd824a018020e is not running
23-Dec-2019 18:22:51 705c1744688f
23-Dec-2019 18:22:51 Error response from daemon: Cannot kill container: 9e905f132a9c: Container 9e905f132a9c23137c565d0d8ff7ac0cc8e2240491bf6162042719a075f8f555 is not running
23-Dec-2019 18:22:51 9e905f132a9c
23-Dec-2019 18:22:51 Error response from daemon: Cannot kill container: 4a5a55623ceb: Container 4a5a55623ceb26c11bd6a9746808579f64f8b9bc6293b18fe6319f88da409258 is not running
23-Dec-2019 18:22:51 4a5a55623ceb
23-Dec-2019 18:22:51 Stalled docker volumes to remove:
23-Dec-2019 18:22:51
23-Dec-2019 18:22:51 Removing stalled docker volumes
23-Dec-2019 18:22:51 Removing stalled loopdevices
23-Dec-2019 18:22:52 Done
23-Dec-2019 18:22:52 Finished task 'Clear env' with result: Success
23-Dec-2019 18:22:52 Running post build plugin 'Docker Container Cleanup'
23-Dec-2019 18:22:52 Running post build plugin 'NCover Results Collector'
23-Dec-2019 18:22:52 Running post build plugin 'Clover Results Collector'
23-Dec-2019 18:22:52 Running post build plugin 'npm Cache Cleanup'
23-Dec-2019 18:22:52 Running post build plugin 'Artifact Copier'
23-Dec-2019 18:22:52 Publishing an artifact: test_logs.tar.gz
23-Dec-2019 18:22:52 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 9.619 ms
23-Dec-2019 18:22:54 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SRFSMP'
23-Dec-2019 18:22:54 Finalising the build...
23-Dec-2019 18:22:54 Stopping timer.
23-Dec-2019 18:22:54 Build TEST-ON2-SRFSMP-4 completed.
23-Dec-2019 18:22:54 Running on server: post build plugin 'NCover Results Collector'
23-Dec-2019 18:22:54 Running on server: post build plugin 'Build Hanging Detection Configuration'
23-Dec-2019 18:22:54 Running on server: post build plugin 'Clover Delta Calculator'
23-Dec-2019 18:22:54 Running on server: post build plugin 'Maven Dependencies Postprocessor'
23-Dec-2019 18:22:54 All post build plugins have finished
23-Dec-2019 18:22:54 Generating build results summary...
23-Dec-2019 18:22:54 Saving build results to disk...
23-Dec-2019 18:22:54 Logging substituted variables...
23-Dec-2019 18:22:54 Indexing build results...
23-Dec-2019 18:22:54 Finished building TEST-ON2-SRFSMP-4.