Build: #17 failed
Job: multiprovider replication directio failed
Build log
The build generated 1,881 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 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | ______ ERROR at setup of test_write_and_read[multiprovider_directio_env] _______ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml' |
24-Dec-2019 07:28:56 | hosts = {} |
24-Dec-2019 07:28:56 | request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>> |
24-Dec-2019 07:28:56 | users = {} |
24-Dec-2019 07:28:56 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'} |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 07:28:56 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 07:28:56 | previous_env): |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | Sets up environment and returns environment description. |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | _ ERROR at setup of test_big_transfer_and_md5_check[multiprovider_directio_env] _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml' |
24-Dec-2019 07:28:56 | hosts = {} |
24-Dec-2019 07:28:56 | request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>> |
24-Dec-2019 07:28:56 | users = {} |
24-Dec-2019 07:28:56 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'} |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 07:28:56 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 07:28:56 | previous_env): |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | Sets up environment and returns environment description. |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | ___ ERROR at setup of test_remote_file_override[multiprovider_directio_env] ____ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml' |
24-Dec-2019 07:28:56 | hosts = {} |
24-Dec-2019 07:28:56 | request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>> |
24-Dec-2019 07:28:56 | users = {} |
24-Dec-2019 07:28:56 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'} |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 07:28:56 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 07:28:56 | previous_env): |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | Sets up environment and returns environment description. |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | ____ ERROR at setup of test_remote_file_removal[multiprovider_directio_env] ____ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml' |
24-Dec-2019 07:28:56 | hosts = {} |
24-Dec-2019 07:28:56 | request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>> |
24-Dec-2019 07:28:56 | users = {} |
24-Dec-2019 07:28:56 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'} |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 07:28:56 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 07:28:56 | previous_env): |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | Sets up environment and returns environment description. |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | ____ ERROR at setup of test_sequential_appends[multiprovider_directio_env] _____ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml' |
24-Dec-2019 07:28:56 | hosts = {} |
24-Dec-2019 07:28:56 | request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>> |
24-Dec-2019 07:28:56 | users = {} |
24-Dec-2019 07:28:56 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'} |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 07:28:56 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 07:28:56 | previous_env): |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | Sets up environment and returns environment description. |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | _ ERROR at setup of test_conflict_on_disjoint_blocks[multiprovider_directio_env] _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml' |
24-Dec-2019 07:28:56 | hosts = {} |
24-Dec-2019 07:28:56 | request = <SubRequest 'env_desc' for <Function 'test_create_and_list[multiprovider_directio_env]'>> |
24-Dec-2019 07:28:56 | users = {} |
24-Dec-2019 07:28:56 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD/onedata/tests/oneclient/environments/multiprovider_directio_env.yaml'} |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 07:28:56 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 07:28:56 | previous_env): |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | Sets up environment and returns environment description. |
24-Dec-2019 07:28:56 | """ |
24-Dec-2019 07:28:56 | test_type = get_test_type(request) |
24-Dec-2019 07:28:56 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 07:28:56 | previous_env) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if test_type in ['gui']: |
24-Dec-2019 07:28:56 | # For now gui tests do not use onenv patch |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return '' |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type == 'mixed': |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, '', users, |
24-Dec-2019 07:28:56 | env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | return env_desc |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 07:28:56 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 07:28:56 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | scenario = env_desc.get('scenario') |
24-Dec-2019 07:28:56 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 07:28:56 | scenario)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | patch = env_desc.get('patch') |
24-Dec-2019 07:28:56 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 07:28:56 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 07:28:56 | if start_env: |
24-Dec-2019 07:28:56 | previous_env['started'] = start_environment( |
24-Dec-2019 07:28:56 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 07:28:56 | > env_description_abs_path |
24-Dec-2019 07:28:56 | ) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | tests/conftest.py:356: |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | tests/conftest.py:455: in start_environment |
24-Dec-2019 07:28:56 | pods_cfg = check_deployment() |
24-Dec-2019 07:28:56 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 07:28:56 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 07:28:56 | return loader.get_single_data() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 07:28:56 | node = self.get_single_node() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 07:28:56 | document = self.compose_document() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 07:28:56 | node = self.compose_node(None, None) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 07:28:56 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 07:28:56 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 07:28:56 | self.current_event = self.state() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 07:28:56 | if self.check_token(KeyToken): |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 07:28:56 | self.fetch_more_tokens() |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 07:28:56 | return self.fetch_value() |
24-Dec-2019 07:28:56 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | self = <yaml.loader.Loader object at 0x7f5a763ccb50> |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | def fetch_value(self): |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Do we determine a simple key? |
24-Dec-2019 07:28:56 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Add KEY. |
24-Dec-2019 07:28:56 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 07:28:56 | # BLOCK-MAPPING-START. |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | if self.add_indent(key.column): |
24-Dec-2019 07:28:56 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 07:28:56 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # There cannot be two simple keys one after another. |
24-Dec-2019 07:28:56 | self.allow_simple_key = False |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # It must be a part of a complex key. |
24-Dec-2019 07:28:56 | else: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # Block context needs additional checks. |
24-Dec-2019 07:28:56 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 07:28:56 | # anyway.) |
24-Dec-2019 07:28:56 | if not self.flow_level: |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | # We are allowed to start a complex value if and only if |
24-Dec-2019 07:28:56 | # we can start a simple key. |
24-Dec-2019 07:28:56 | if not self.allow_simple_key: |
24-Dec-2019 07:28:56 | raise ScannerError(None, None, |
24-Dec-2019 07:28:56 | "mapping values are not allowed here", |
24-Dec-2019 07:28:56 | > self.get_mark()) |
24-Dec-2019 07:28:56 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 07:28:56 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 07:28:56 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 07:28:56 | E ^ |
24-Dec-2019 07:28:56 | |
24-Dec-2019 07:28:56 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 07:28:56 | ========================== 9 error in 1281.51 seconds ========================== |
24-Dec-2019 07:29:21 | release "dev" deleted |
24-Dec-2019 07:29:21 | /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version! |
24-Dec-2019 07:29:21 | RequestsDependencyWarning) |
24-Dec-2019 07:29:22 | aadae5146416 |
24-Dec-2019 07:29:22 | Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service |
24-Dec-2019 07:29:22 | Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service |
24-Dec-2019 07:29:22 | Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service |
24-Dec-2019 07:29:22 | Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service |
24-Dec-2019 07:29:22 | Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service |
24-Dec-2019 07:29:22 | Finished task 'Run acceptance mixed tests in Chrome' with result: Success |
24-Dec-2019 07:29:22 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
24-Dec-2019 07:29:22 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD... |
24-Dec-2019 07:29:22 | Failing task since 9 failing test cases were found. |
24-Dec-2019 07:29:22 | Finished task 'Parse test results' with result: Failed |
24-Dec-2019 07:29:22 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
24-Dec-2019 07:29:22 | Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - multiprovider replication directio #17 (TEST-OCAST-MRD-17)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-1420130621474532477.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD ... 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-OCAST-MRD-17 bamboo_repository_222199898_git_branch=develop bamboo_capability_system_builder_command_Git=/usr/bin/git bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD bamboo_planRepository_1_name=onedata-acceptance bamboo_buildKey=TEST-OCAST-MRD bamboo_shortPlanName=oneclient-acceptance-src-test bamboo_capability_minikube=true bamboo_planRepository_name=onedata-acceptance bamboo_buildNumber=17 bamboo_shortJobName=multiprovider replication directio bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-MRD-17 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-test bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-4997123422574946820.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-398537340440833265.sh bamboo_shortPlanKey=OCAST bamboo_shortJobKey=MRD bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoHostname=S3 bamboo_buildTimeStamp=2019-12-23T15:37:08.290Z 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-OCAST-MRD-17-ScriptBuildTask-711154648508856706.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-5202345455821009735.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-OCAST-MRD-17-ScriptBuildTask-1814524834631997533.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-1170544221913073615.sh bamboo_repository_git_branch=develop bamboo_buildResultKey=TEST-OCAST-MRD-17 bamboo_repository_branch_name=develop bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - multiprovider replication 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_repository_222199898_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_capability_system_docker_executable=/usr/bin/docker bamboo_repository_222199898_name=onedata-acceptance 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_repository_222199898_branch_name=develop bamboo_planRepository_branchDisplayName=develop bamboo_artifactRepoUsername=ubuntu bamboo_planRepository_1_type=bbserver bamboo_planRepository_branchName=develop bamboo_repository_222199898_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle bamboo_repository_222199898_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_plan_storageTag=plan-222068858 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_222199898_git_username= bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD bamboo_capability_onedata_pkg_builder=true bamboo_planKey=TEST-OCAST bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_planRepository_username= 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 07:29:22 | cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory |
24-Dec-2019 07:29:22 | mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory |
24-Dec-2019 07:29:22 | Finished task 'Pack logs' with result: Success |
24-Dec-2019 07:29:22 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
24-Dec-2019 07:29:22 | Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
24-Dec-2019 07:29:22 | Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - multiprovider replication directio #17 (TEST-OCAST-MRD-17)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-1126758676504939700.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD ... 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-OCAST-MRD-17 bamboo_repository_222199898_git_branch=develop bamboo_capability_system_builder_command_Git=/usr/bin/git bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD bamboo_planRepository_1_name=onedata-acceptance bamboo_buildKey=TEST-OCAST-MRD bamboo_shortPlanName=oneclient-acceptance-src-test bamboo_capability_minikube=true bamboo_planRepository_name=onedata-acceptance bamboo_buildNumber=17 bamboo_shortJobName=multiprovider replication directio bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-MRD-17 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-test bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-4997123422574946820.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-398537340440833265.sh bamboo_shortPlanKey=OCAST bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-1420130621474532477.sh bamboo_shortJobKey=MRD bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoHostname=S3 bamboo_buildTimeStamp=2019-12-23T15:37:08.290Z 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-OCAST-MRD-17-ScriptBuildTask-711154648508856706.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-5202345455821009735.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-OCAST-MRD-17-ScriptBuildTask-1814524834631997533.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-MRD-17-ScriptBuildTask-1170544221913073615.sh bamboo_repository_git_branch=develop bamboo_buildResultKey=TEST-OCAST-MRD-17 bamboo_repository_branch_name=develop bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - multiprovider replication 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_repository_222199898_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_capability_system_docker_executable=/usr/bin/docker bamboo_repository_222199898_name=onedata-acceptance 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_repository_222199898_branch_name=develop bamboo_planRepository_branchDisplayName=develop bamboo_artifactRepoUsername=ubuntu bamboo_planRepository_1_type=bbserver bamboo_planRepository_branchName=develop bamboo_repository_222199898_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle bamboo_repository_222199898_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_plan_storageTag=plan-222068858 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_222199898_git_username= bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD bamboo_capability_onedata_pkg_builder=true bamboo_planKey=TEST-OCAST bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_planRepository_username= 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 07:29:22 | % Total % Received % Xferd Average Speed Time Time Time Current |
24-Dec-2019 07:29:22 | Dload Upload Total Spent Left Speed |
24-Dec-2019 07:29:22 | |
24-Dec-2019 07:29:23 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
24-Dec-2019 07:29:23 | 42 4419 42 1897 0 0 3506 0 0:00:01 --:--:-- 0:00:01 3506 |
24-Dec-2019 07:29:23 | 100 4419 100 4419 0 0 8166 0 --:--:-- --:--:-- --:--:-- 8153 |
24-Dec-2019 07:29:23 | Clearing /tmp/onedata and /home/bamboo/.one-env |
24-Dec-2019 07:29:24 | Cleaning helm deployments |
24-Dec-2019 07:29:24 | Cleanining pods |
24-Dec-2019 07:29:25 | Cleaning kube persistant volumes |
24-Dec-2019 07:29:25 | pod "dev-oneprovider-krakow-ready-check-gmh5g" deleted |
24-Dec-2019 07:29:40 | Error from server (NotFound): pods "dev-oneprovider-paris-ready-check-qfxkf" not found |
24-Dec-2019 07:29:40 | Error from server (NotFound): pods "dev-onezone-ready-check-w4mh6" not found |
24-Dec-2019 07:29:40 | Cleaning dockswift container |
24-Dec-2019 07:29:40 | Cleaning docker containers |
24-Dec-2019 07:29:42 | Stalled docker containers to remove: |
24-Dec-2019 07:29:42 | 148b84c797f8 c74913805b04 a6b8c8a6ca11 17f32cd8617e befd742a98da 7c5e39bdcbeb a983e298b70b 7ea6d51f8a39 4390644bd45f 5619621ea468 7f04dad239e2 194d2ce4de0f b0ecad25d314 683d53d1d183 |
24-Dec-2019 07:29:42 | Removing stalled docker containers |
24-Dec-2019 07:29:42 | Error response from daemon: Cannot kill container: 148b84c797f8: Container 148b84c797f863fcd89ee27b79c89713ba39af773711534674959d63744d2cf4 is not running |
24-Dec-2019 07:29:42 | 148b84c797f8 |
24-Dec-2019 07:29:42 | Error response from daemon: Cannot kill container: c74913805b04: Container c74913805b04c707d11a5bb630623a300d4f2b8bf9ef99084beade04f4a5d1b8 is not running |
24-Dec-2019 07:29:42 | c74913805b04 |
24-Dec-2019 07:29:42 | Error response from daemon: Cannot kill container: a6b8c8a6ca11: Container a6b8c8a6ca11de283d27b25d862f81a1a8a7050b02c468dbc78d0d68762d4237 is not running |
24-Dec-2019 07:29:42 | a6b8c8a6ca11 |
24-Dec-2019 07:29:42 | Error response from daemon: Cannot kill container: 17f32cd8617e: Container 17f32cd8617e767f46397b1f736f2dfde3ed892b0f6579b240477117857635cb is not running |
24-Dec-2019 07:29:42 | 17f32cd8617e |
24-Dec-2019 07:29:42 | Error response from daemon: Cannot kill container: befd742a98da: Container befd742a98da8b4fb597129c80bdf717dbe010dda3d4341e40b3250d494ce7d4 is not running |
24-Dec-2019 07:29:42 | befd742a98da |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 7c5e39bdcbeb: Container 7c5e39bdcbebbb992e9e8a0789ce7dc37f823efae44c0d616d17559be1c3e7ae is not running |
24-Dec-2019 07:29:43 | 7c5e39bdcbeb |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: a983e298b70b: Container a983e298b70b3b46e6919ab4f214ba7b554c438d11020a75b0af2cdbb62e346b is not running |
24-Dec-2019 07:29:43 | a983e298b70b |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 7ea6d51f8a39: Container 7ea6d51f8a39702b5879ac62a012f80784743d05e8e16877453f54295eb425df is not running |
24-Dec-2019 07:29:43 | 7ea6d51f8a39 |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 4390644bd45f: Container 4390644bd45f3d021a51541f18360b6212c1e59262db53784e0985f1d59f5ef8 is not running |
24-Dec-2019 07:29:43 | 4390644bd45f |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 5619621ea468: Container 5619621ea4681ce063f28a1f6b63783e2133ce39449dcc1615af2ff9ff955778 is not running |
24-Dec-2019 07:29:43 | 5619621ea468 |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 7f04dad239e2: Container 7f04dad239e289548f94bba2593ac99e509130477d4376539e43b1dc68731ff2 is not running |
24-Dec-2019 07:29:43 | 7f04dad239e2 |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 194d2ce4de0f: Container 194d2ce4de0f84cbdd99f3769546bba875c8dd9390b765999fa87e5262cd603c is not running |
24-Dec-2019 07:29:43 | 194d2ce4de0f |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: b0ecad25d314: Container b0ecad25d314d04848846711b20a178b8741bfaa9305d47f321efdd732af63a3 is not running |
24-Dec-2019 07:29:43 | b0ecad25d314 |
24-Dec-2019 07:29:43 | Error response from daemon: Cannot kill container: 683d53d1d183: Container 683d53d1d183e0812d2859c06d7d9abcd9e9ed67a3c1db4c55e884de733bd22f is not running |
24-Dec-2019 07:29:43 | 683d53d1d183 |
24-Dec-2019 07:29:43 | Stalled docker volumes to remove: |
24-Dec-2019 07:29:43 | |
24-Dec-2019 07:29:43 | Removing stalled docker volumes |
24-Dec-2019 07:29:43 | Removing stalled loopdevices |
24-Dec-2019 07:29:44 | Done |
24-Dec-2019 07:29:44 | Finished task 'Clear env' with result: Success |
24-Dec-2019 07:29:44 | Running post build plugin 'Docker Container Cleanup' |
24-Dec-2019 07:29:44 | Running post build plugin 'NCover Results Collector' |
24-Dec-2019 07:29:44 | Running post build plugin 'Clover Results Collector' |
24-Dec-2019 07:29:44 | Running post build plugin 'npm Cache Cleanup' |
24-Dec-2019 07:29:44 | Running post build plugin 'Artifact Copier' |
24-Dec-2019 07:29:44 | Publishing an artifact: test_logs.tar.gz |
24-Dec-2019 07:29:44 | Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 11.71 ms |
24-Dec-2019 07:29:47 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-MRD' |
24-Dec-2019 07:29:47 | Finalising the build... |
24-Dec-2019 07:29:47 | Stopping timer. |
24-Dec-2019 07:29:47 | Build TEST-OCAST-MRD-17 completed. |
24-Dec-2019 07:29:47 | Running on server: post build plugin 'NCover Results Collector' |
24-Dec-2019 07:29:47 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
24-Dec-2019 07:29:47 | Running on server: post build plugin 'Clover Delta Calculator' |
24-Dec-2019 07:29:47 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
24-Dec-2019 07:29:47 | All post build plugins have finished |
24-Dec-2019 07:29:47 | Generating build results summary... |
24-Dec-2019 07:29:47 | Saving build results to disk... |
24-Dec-2019 07:29:47 | Logging substituted variables... |
24-Dec-2019 07:29:47 | Indexing build results... |
24-Dec-2019 07:29:47 | Finished building TEST-OCAST-MRD-17. |