Build: #4 failed

Job: singleprovider directory CRUD multiclient directio failed

Build log

The build generated 4,098 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:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 _ ERROR at setup of test_delete_non_empty_wrong[singleprovider_multiclient_directio] _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:29:04 hosts = {}
24-Dec-2019 05:29:04 request = <SubRequest 'env_desc' for <Function 'test_create[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:29:04 users = {}
24-Dec-2019 05:29:04 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:29:04     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:29:04                  previous_env):
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         Sets up environment and returns environment description.
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 _ ERROR at setup of test_delete_non_empty[singleprovider_multiclient_directio] _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:29:04 hosts = {}
24-Dec-2019 05:29:04 request = <SubRequest 'env_desc' for <Function 'test_create[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:29:04 users = {}
24-Dec-2019 05:29:04 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:29:04     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:29:04                  previous_env):
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         Sets up environment and returns environment description.
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 _______ ERROR at setup of test_move[singleprovider_multiclient_directio] _______
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:29:04 hosts = {}
24-Dec-2019 05:29:04 request = <SubRequest 'env_desc' for <Function 'test_create[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:29:04 users = {}
24-Dec-2019 05:29:04 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:29:04     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:29:04                  previous_env):
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         Sets up environment and returns environment description.
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 _______ ERROR at setup of test_copy[singleprovider_multiclient_directio] _______
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:29:04 hosts = {}
24-Dec-2019 05:29:04 request = <SubRequest 'env_desc' for <Function 'test_create[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:29:04 users = {}
24-Dec-2019 05:29:04 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:29:04     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:29:04                  previous_env):
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         Sets up environment and returns environment description.
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 __ ERROR at setup of test_move_to_itself[singleprovider_multiclient_directio] __
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:29:04 hosts = {}
24-Dec-2019 05:29:04 request = <SubRequest 'env_desc' for <Function 'test_create[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:29:04 users = {}
24-Dec-2019 05:29:04 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:29:04     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:29:04                  previous_env):
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         Sets up environment and returns environment description.
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 _ ERROR at setup of test_move_to_subtree[singleprovider_multiclient_directio] __
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'
24-Dec-2019 05:29:04 hosts = {}
24-Dec-2019 05:29:04 request = <SubRequest 'env_desc' for <Function 'test_create[singleprovider_multiclient_directio]'>>
24-Dec-2019 05:29:04 users = {}
24-Dec-2019 05:29:04 previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/onedata/tests/oneclient/environments/singleprovider_multiclient_directio.yaml'}
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     @pytest.fixture(scope='module', autouse=True)
24-Dec-2019 05:29:04     def env_desc(env_description_abs_path, hosts, request, users,
24-Dec-2019 05:29:04                  previous_env):
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         Sets up environment and returns environment description.
24-Dec-2019 05:29:04         """
24-Dec-2019 05:29:04         test_type = get_test_type(request)
24-Dec-2019 05:29:04         start_env = _check_if_should_start_new_env(env_description_abs_path,
24-Dec-2019 05:29:04                                                    previous_env)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         if test_type in ['gui']:
24-Dec-2019 05:29:04             # For now gui tests do not use onenv patch
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     env_description_abs_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return ''
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type == 'mixed':
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, '', users,
24-Dec-2019 05:29:04                     env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04             return env_desc
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         elif test_type in ['oneclient', 'onedata_fs', 'performance']:
24-Dec-2019 05:29:04             with open(env_description_abs_path, 'r') as env_desc_file:
24-Dec-2019 05:29:04                 env_desc = yaml.load(env_desc_file)
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             scenario = env_desc.get('scenario')
24-Dec-2019 05:29:04             scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request))
24-Dec-2019 05:29:04             scenario_path = os.path.abspath(os.path.join(scenarios_dir_path,
24-Dec-2019 05:29:04                                                          scenario))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             patch = env_desc.get('patch')
24-Dec-2019 05:29:04             patch_dir_path = PATCHES_DIR.get(get_test_type(request))
24-Dec-2019 05:29:04             patch_path = os.path.join(patch_dir_path, patch)
24-Dec-2019 05:29:04             if start_env:
24-Dec-2019 05:29:04                 previous_env['started'] = start_environment(
24-Dec-2019 05:29:04                     scenario_path, request, hosts, patch_path, users,
24-Dec-2019 05:29:04 >                   env_description_abs_path
24-Dec-2019 05:29:04                 )
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 tests/conftest.py:356:
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04 tests/conftest.py:455: in start_environment
24-Dec-2019 05:29:04     pods_cfg = check_deployment()
24-Dec-2019 05:29:04 tests/conftest.py:484: in check_deployment
24-Dec-2019 05:29:04     status_output = yaml.load(status_output.decode('utf-8'))
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load
24-Dec-2019 05:29:04     return loader.get_single_data()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data
24-Dec-2019 05:29:04     node = self.get_single_node()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node
24-Dec-2019 05:29:04     document = self.compose_document()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document
24-Dec-2019 05:29:04     node = self.compose_node(None, None)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node
24-Dec-2019 05:29:04     node = self.compose_mapping_node(anchor)
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node
24-Dec-2019 05:29:04     while not self.check_event(MappingEndEvent):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event
24-Dec-2019 05:29:04     self.current_event = self.state()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key
24-Dec-2019 05:29:04     if self.check_token(KeyToken):
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token
24-Dec-2019 05:29:04     self.fetch_more_tokens()
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens
24-Dec-2019 05:29:04     return self.fetch_value()
24-Dec-2019 05:29:04 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 self = <yaml.loader.Loader object at 0x7f60f7cfd890>
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04     def fetch_value(self):
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # Do we determine a simple key?
24-Dec-2019 05:29:04         if self.flow_level in self.possible_simple_keys:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Add KEY.
24-Dec-2019 05:29:04             key = self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             del self.possible_simple_keys[self.flow_level]
24-Dec-2019 05:29:04             self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                     KeyToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # If this key starts a new block mapping, we need to add
24-Dec-2019 05:29:04             # BLOCK-MAPPING-START.
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04                 if self.add_indent(key.column):
24-Dec-2019 05:29:04                     self.tokens.insert(key.token_number-self.tokens_taken,
24-Dec-2019 05:29:04                             BlockMappingStartToken(key.mark, key.mark))
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # There cannot be two simple keys one after another.
24-Dec-2019 05:29:04             self.allow_simple_key = False
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04         # It must be a part of a complex key.
24-Dec-2019 05:29:04         else:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04             # Block context needs additional checks.
24-Dec-2019 05:29:04             # (Do we really need them? They will be catched by the parser
24-Dec-2019 05:29:04             # anyway.)
24-Dec-2019 05:29:04             if not self.flow_level:
24-Dec-2019 05:29:04    
24-Dec-2019 05:29:04                 # We are allowed to start a complex value if and only if
24-Dec-2019 05:29:04                 # we can start a simple key.
24-Dec-2019 05:29:04                 if not self.allow_simple_key:
24-Dec-2019 05:29:04                     raise ScannerError(None, None,
24-Dec-2019 05:29:04                             "mapping values are not allowed here",
24-Dec-2019 05:29:04 >                           self.get_mark())
24-Dec-2019 05:29:04 E                   ScannerError: mapping values are not allowed here
24-Dec-2019 05:29:04 E                     in "<unicode string>", line 1, column 90:
24-Dec-2019 05:29:04 E                        ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ...
24-Dec-2019 05:29:04 E                                                            ^
24-Dec-2019 05:29:04
24-Dec-2019 05:29:04 /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError
24-Dec-2019 05:29:04 ========================= 26 error in 1279.24 seconds ==========================
24-Dec-2019 05:29:16 release "dev" deleted
24-Dec-2019 05:29:16 /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:29:16   RequestsDependencyWarning)
24-Dec-2019 05:29:17 9ef629c98f6d
24-Dec-2019 05:29:17 Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service
24-Dec-2019 05:29:17 Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service
24-Dec-2019 05:29:17 Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service
24-Dec-2019 05:29:17 Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service
24-Dec-2019 05:29:17 Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service
24-Dec-2019 05:29:17 Finished task 'Run acceptance mixed tests in Chrome' with result: Success
24-Dec-2019 05:29:17 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
24-Dec-2019 05:29:17 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD...
24-Dec-2019 05:29:17 Failing task since 26 failing test cases were found.
24-Dec-2019 05:29:17 Finished task 'Parse test results' with result: Failed
24-Dec-2019 05:29:17 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 05:29:17
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - singleprovider directory CRUD multiclient directio #4 (TEST-ON2-SDCMD-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-495720440296194286.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD
... 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-SDCMD-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-SDCMD
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-SDCMD
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=singleprovider directory CRUD multiclient directio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-SDCMD-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-SDCMD-4-ScriptBuildTask-8316511626125407017.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-3791643667537239332.sh
bamboo_shortPlanKey=ON2
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=SDCMD
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.238Z
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-SDCMD-4-ScriptBuildTask-3302806799640220714.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-564241656788973790.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-SDCMD-4-ScriptBuildTask-5002869819563178184.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-5857197860877185137.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-SDCMD-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - singleprovider directory CRUD 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=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_plan_storageTag=plan-242221103
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD
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:29:17 cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
24-Dec-2019 05:29:17 mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory
24-Dec-2019 05:29:17 Finished task 'Pack logs' with result: Success
24-Dec-2019 05:29:17
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
24-Dec-2019 05:29:17 Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
24-Dec-2019 05:29:17
Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - singleprovider directory CRUD multiclient directio #4 (TEST-ON2-SDCMD-4)'
... running command line:
/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-8792522260124028027.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD/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-SDCMD-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-SDCMD
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=TEST-ON2-SDCMD
bamboo_shortPlanName=oneclient-acceptance-src-test2
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_shortJobName=singleprovider directory CRUD multiclient directio
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-SDCMD-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-SDCMD-4-ScriptBuildTask-8316511626125407017.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-3791643667537239332.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-SDCMD-4-ScriptBuildTask-495720440296194286.sh
bamboo_repository_242352175_git_username=
bamboo_shortJobKey=SDCMD
bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf
bamboo_artifactRepoHostname=S3
bamboo_buildTimeStamp=2019-12-23T15:35:54.238Z
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-SDCMD-4-ScriptBuildTask-3302806799640220714.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-564241656788973790.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-SDCMD-4-ScriptBuildTask-5002869819563178184.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-SDCMD-4-ScriptBuildTask-5857197860877185137.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=TEST-ON2-SDCMD-4
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - singleprovider directory CRUD 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=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6
bamboo_planRepository_branchDisplayName=develop
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle
bamboo_plan_storageTag=plan-242221103
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD
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:29:17   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
24-Dec-2019 05:29:17                                  Dload  Upload   Total   Spent    Left  Speed
24-Dec-2019 05:29:17
24-Dec-2019 05:29:17   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
24-Dec-2019 05:29:17 100  4419  100  4419    0     0   9217      0 --:--:-- --:--:-- --:--:--  9225
24-Dec-2019 05:29:17 Clearing /tmp/onedata and /home/bamboo/.one-env
24-Dec-2019 05:29:18 Cleaning helm deployments
24-Dec-2019 05:29:18 Cleanining pods
24-Dec-2019 05:29:19 Cleaning kube persistant volumes
24-Dec-2019 05:29:20 pod "dev-oneprovider-krakow-ready-check-67x5x" deleted
24-Dec-2019 05:29:40 pod "dev-onezone-ready-check-z2rgk" deleted
24-Dec-2019 05:29:48 Cleaning dockswift container
24-Dec-2019 05:29:48 Cleaning docker containers
24-Dec-2019 05:29:50 Stalled docker containers to remove:
24-Dec-2019 05:29:50 30570daf6684 01e1e9a15806 0527ba34e5c7 50889f3fd8d2 7fe0fe80f8a4 348a6b9fd5e5 a8e02137ac8c 130bc1413cf6 7fb34ecfe8e7 f5d6ec7b7ef5 906e931df78e 8116840b28d0 1ea8098a182d 36b731c15a7b f36ab404cc36
24-Dec-2019 05:29:50 Removing stalled docker containers
24-Dec-2019 05:29:50 Error response from daemon: Cannot kill container: 30570daf6684: Container 30570daf6684d0abe05868dc6d909d3e65837d775612a146c84c0846cdb9f808 is not running
24-Dec-2019 05:29:50 30570daf6684
24-Dec-2019 05:29:50 Error response from daemon: Cannot kill container: 01e1e9a15806: Container 01e1e9a15806115f6ada7ae213f70764322bd8e62ffe2a9bdd0b0f5625a85ebc is not running
24-Dec-2019 05:29:50 01e1e9a15806
24-Dec-2019 05:29:50 Error response from daemon: Cannot kill container: 0527ba34e5c7: Container 0527ba34e5c748ee1fd548e1eef2dbd687d08037289135398c68300816f4688f is not running
24-Dec-2019 05:29:50 0527ba34e5c7
24-Dec-2019 05:29:50 Error response from daemon: Cannot kill container: 50889f3fd8d2: Container 50889f3fd8d2e79a482a771f447ba81631576d75dc836df49a9d84dbd06a6a73 is not running
24-Dec-2019 05:29:50 50889f3fd8d2
24-Dec-2019 05:29:50 Error response from daemon: Cannot kill container: 7fe0fe80f8a4: Container 7fe0fe80f8a473d3b10f24338476fd31ff99e2e5ca109e9ec7015a013a0e51fd is not running
24-Dec-2019 05:29:50 7fe0fe80f8a4
24-Dec-2019 05:29:50 Error response from daemon: Cannot kill container: 348a6b9fd5e5: Container 348a6b9fd5e58def16b4bd5377d356cd632ee4701674acb9877f7b0a30fe2729 is not running
24-Dec-2019 05:29:50 348a6b9fd5e5
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: a8e02137ac8c: Container a8e02137ac8c99d37ce232e6bbbb6a3d2284cfddbf62e3560cae1c4bdf64e339 is not running
24-Dec-2019 05:29:51 a8e02137ac8c
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: 130bc1413cf6: Container 130bc1413cf6e14c186289aedb7fbab535da7546d22952d3fbd2aac866b8cb06 is not running
24-Dec-2019 05:29:51 130bc1413cf6
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: 7fb34ecfe8e7: Container 7fb34ecfe8e783d26dda5a36758f65ff3a66d107e910c837d0ece7e4633ce79a is not running
24-Dec-2019 05:29:51 7fb34ecfe8e7
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: f5d6ec7b7ef5: Container f5d6ec7b7ef5741e48605edb8ebc9992753ee8de123c9cdaddd7a240dbe51fc2 is not running
24-Dec-2019 05:29:51 f5d6ec7b7ef5
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: 906e931df78e: Container 906e931df78e52d75d71167718aca71bb6cb08206fe70d4982f04b3fabc097bd is not running
24-Dec-2019 05:29:51 906e931df78e
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: 8116840b28d0: Container 8116840b28d000b1e206686114c0670ff781c300a8066a94a37c8cff236276b6 is not running
24-Dec-2019 05:29:51 8116840b28d0
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: 1ea8098a182d: Container 1ea8098a182d287ba8ec750e9ed410605e812015b81285f5efe9b65a11e19e3b is not running
24-Dec-2019 05:29:51 1ea8098a182d
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: 36b731c15a7b: Container 36b731c15a7b848d3dae3bc3cb5b2372c8e55f3a00e93dea93b1de9b5e9978bb is not running
24-Dec-2019 05:29:51 36b731c15a7b
24-Dec-2019 05:29:51 Error response from daemon: Cannot kill container: f36ab404cc36: Container f36ab404cc3689c3d173b03118606edf950cc1dee25fecfe48519da9aada827e is not running
24-Dec-2019 05:29:51 f36ab404cc36
24-Dec-2019 05:29:51 Stalled docker volumes to remove:
24-Dec-2019 05:29:51
24-Dec-2019 05:29:51 Removing stalled docker volumes
24-Dec-2019 05:29:51 Removing stalled loopdevices
24-Dec-2019 05:29:52 Done
24-Dec-2019 05:29:52 Finished task 'Clear env' with result: Success
24-Dec-2019 05:29:52 Running post build plugin 'Docker Container Cleanup'
24-Dec-2019 05:29:52 Running post build plugin 'NCover Results Collector'
24-Dec-2019 05:29:52 Running post build plugin 'Clover Results Collector'
24-Dec-2019 05:29:52 Running post build plugin 'npm Cache Cleanup'
24-Dec-2019 05:29:52 Running post build plugin 'Artifact Copier'
24-Dec-2019 05:29:52 Publishing an artifact: test_logs.tar.gz
24-Dec-2019 05:29:52 Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 7.838 ms
24-Dec-2019 05:29:55 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-SDCMD'
24-Dec-2019 05:29:55 Finalising the build...
24-Dec-2019 05:29:55 Stopping timer.
24-Dec-2019 05:29:55 Build TEST-ON2-SDCMD-4 completed.
24-Dec-2019 05:29:55 Running on server: post build plugin 'NCover Results Collector'
24-Dec-2019 05:29:55 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Dec-2019 05:29:55 Running on server: post build plugin 'Clover Delta Calculator'
24-Dec-2019 05:29:55 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Dec-2019 05:29:55 All post build plugins have finished
24-Dec-2019 05:29:55 Generating build results summary...
24-Dec-2019 05:29:55 Saving build results to disk...
24-Dec-2019 05:29:55 Logging substituted variables...
24-Dec-2019 05:29:55 Indexing build results...
24-Dec-2019 05:29:55 Finished building TEST-ON2-SDCMD-4.