Build: #17 failed
Job: regular file stat proxyio failed
Build log
The build generated 2,242 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 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | ____ ERROR at setup of test_timestamp[singleprovider_singleclient_proxyio] _____ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml' |
24-Dec-2019 19:45:41 | hosts = {} |
24-Dec-2019 19:45:41 | request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_singleclient_proxyio]'>> |
24-Dec-2019 19:45:41 | users = {} |
24-Dec-2019 19:45:41 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml'} |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 19:45:41 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 19:45:41 | previous_env): |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | _ ERROR at setup of test_update_timestamp[singleprovider_singleclient_proxyio] _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml' |
24-Dec-2019 19:45:41 | hosts = {} |
24-Dec-2019 19:45:41 | request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_singleclient_proxyio]'>> |
24-Dec-2019 19:45:41 | users = {} |
24-Dec-2019 19:45:41 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml'} |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 19:45:41 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 19:45:41 | previous_env): |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | ___ ERROR at setup of test_access_time[singleprovider_singleclient_proxyio] ____ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml' |
24-Dec-2019 19:45:41 | hosts = {} |
24-Dec-2019 19:45:41 | request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_singleclient_proxyio]'>> |
24-Dec-2019 19:45:41 | users = {} |
24-Dec-2019 19:45:41 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml'} |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 19:45:41 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 19:45:41 | previous_env): |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | _ ERROR at setup of test_modification_time[singleprovider_singleclient_proxyio] _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml' |
24-Dec-2019 19:45:41 | hosts = {} |
24-Dec-2019 19:45:41 | request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_singleclient_proxyio]'>> |
24-Dec-2019 19:45:41 | users = {} |
24-Dec-2019 19:45:41 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml'} |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 19:45:41 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 19:45:41 | previous_env): |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | _ ERROR at setup of test_stat_change_time_chmod[singleprovider_singleclient_proxyio] _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml' |
24-Dec-2019 19:45:41 | hosts = {} |
24-Dec-2019 19:45:41 | request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_singleclient_proxyio]'>> |
24-Dec-2019 19:45:41 | users = {} |
24-Dec-2019 19:45:41 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml'} |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 19:45:41 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 19:45:41 | previous_env): |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | _ ERROR at setup of test_stat_change_time_mv[singleprovider_singleclient_proxyio] _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml' |
24-Dec-2019 19:45:41 | hosts = {} |
24-Dec-2019 19:45:41 | request = <SubRequest 'env_desc' for <Function 'test_type_empty[singleprovider_singleclient_proxyio]'>> |
24-Dec-2019 19:45:41 | users = {} |
24-Dec-2019 19:45:41 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP/onedata/tests/oneclient/environments/singleprovider_singleclient_proxyio.yaml'} |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | @pytest.fixture(scope='module', autouse=True) |
24-Dec-2019 19:45:41 | def env_desc(env_description_abs_path, hosts, request, users, |
24-Dec-2019 19:45:41 | previous_env): |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | Sets up environment and returns environment description. |
24-Dec-2019 19:45:41 | """ |
24-Dec-2019 19:45:41 | test_type = get_test_type(request) |
24-Dec-2019 19:45:41 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
24-Dec-2019 19:45:41 | previous_env) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if test_type in ['gui']: |
24-Dec-2019 19:45:41 | # For now gui tests do not use onenv patch |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | env_description_abs_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return '' |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type == 'mixed': |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, '', users, |
24-Dec-2019 19:45:41 | env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | return env_desc |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
24-Dec-2019 19:45:41 | with open(env_description_abs_path, 'r') as env_desc_file: |
24-Dec-2019 19:45:41 | env_desc = yaml.load(env_desc_file) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | scenario = env_desc.get('scenario') |
24-Dec-2019 19:45:41 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
24-Dec-2019 19:45:41 | scenario)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | patch = env_desc.get('patch') |
24-Dec-2019 19:45:41 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
24-Dec-2019 19:45:41 | patch_path = os.path.join(patch_dir_path, patch) |
24-Dec-2019 19:45:41 | if start_env: |
24-Dec-2019 19:45:41 | previous_env['started'] = start_environment( |
24-Dec-2019 19:45:41 | scenario_path, request, hosts, patch_path, users, |
24-Dec-2019 19:45:41 | > env_description_abs_path |
24-Dec-2019 19:45:41 | ) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | tests/conftest.py:356: |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | tests/conftest.py:455: in start_environment |
24-Dec-2019 19:45:41 | pods_cfg = check_deployment() |
24-Dec-2019 19:45:41 | tests/conftest.py:484: in check_deployment |
24-Dec-2019 19:45:41 | status_output = yaml.load(status_output.decode('utf-8')) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
24-Dec-2019 19:45:41 | return loader.get_single_data() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
24-Dec-2019 19:45:41 | node = self.get_single_node() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
24-Dec-2019 19:45:41 | document = self.compose_document() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
24-Dec-2019 19:45:41 | node = self.compose_node(None, None) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
24-Dec-2019 19:45:41 | node = self.compose_mapping_node(anchor) |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
24-Dec-2019 19:45:41 | while not self.check_event(MappingEndEvent): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
24-Dec-2019 19:45:41 | self.current_event = self.state() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
24-Dec-2019 19:45:41 | if self.check_token(KeyToken): |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
24-Dec-2019 19:45:41 | self.fetch_more_tokens() |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
24-Dec-2019 19:45:41 | return self.fetch_value() |
24-Dec-2019 19:45:41 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | self = <yaml.loader.Loader object at 0x7fca798fd810> |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | def fetch_value(self): |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Do we determine a simple key? |
24-Dec-2019 19:45:41 | if self.flow_level in self.possible_simple_keys: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Add KEY. |
24-Dec-2019 19:45:41 | key = self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | del self.possible_simple_keys[self.flow_level] |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | KeyToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # If this key starts a new block mapping, we need to add |
24-Dec-2019 19:45:41 | # BLOCK-MAPPING-START. |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | if self.add_indent(key.column): |
24-Dec-2019 19:45:41 | self.tokens.insert(key.token_number-self.tokens_taken, |
24-Dec-2019 19:45:41 | BlockMappingStartToken(key.mark, key.mark)) |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # There cannot be two simple keys one after another. |
24-Dec-2019 19:45:41 | self.allow_simple_key = False |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # It must be a part of a complex key. |
24-Dec-2019 19:45:41 | else: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # Block context needs additional checks. |
24-Dec-2019 19:45:41 | # (Do we really need them? They will be catched by the parser |
24-Dec-2019 19:45:41 | # anyway.) |
24-Dec-2019 19:45:41 | if not self.flow_level: |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | # We are allowed to start a complex value if and only if |
24-Dec-2019 19:45:41 | # we can start a simple key. |
24-Dec-2019 19:45:41 | if not self.allow_simple_key: |
24-Dec-2019 19:45:41 | raise ScannerError(None, None, |
24-Dec-2019 19:45:41 | "mapping values are not allowed here", |
24-Dec-2019 19:45:41 | > self.get_mark()) |
24-Dec-2019 19:45:41 | E ScannerError: mapping values are not allowed here |
24-Dec-2019 19:45:41 | E in "<unicode string>", line 1, column 90: |
24-Dec-2019 19:45:41 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
24-Dec-2019 19:45:41 | E ^ |
24-Dec-2019 19:45:41 | |
24-Dec-2019 19:45:41 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
24-Dec-2019 19:45:41 | ========================= 12 error in 1277.81 seconds ========================== |
24-Dec-2019 19:46:01 | release "dev" deleted |
24-Dec-2019 19:46:01 | /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 19:46:01 | RequestsDependencyWarning) |
24-Dec-2019 19:46:02 | 16ac1b29f07d |
24-Dec-2019 19:46:02 | Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service |
24-Dec-2019 19:46:02 | Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service |
24-Dec-2019 19:46:02 | Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service |
24-Dec-2019 19:46:02 | Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service |
24-Dec-2019 19:46:02 | Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service |
24-Dec-2019 19:46:02 | Finished task 'Run acceptance mixed tests in Chrome' with result: Success |
24-Dec-2019 19:46:02 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
24-Dec-2019 19:46:02 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP... |
24-Dec-2019 19:46:02 | Failing task since 12 failing test cases were found. |
24-Dec-2019 19:46:02 | Finished task 'Parse test results' with result: Failed |
24-Dec-2019 19:46:02 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
24-Dec-2019 19:46:02 | Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - regular file stat proxyio #17 (TEST-OCAST-RFSP-17)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-4540494885517882645.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP ... 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-RFSP-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-RFSP bamboo_planRepository_1_name=onedata-acceptance bamboo_buildKey=TEST-OCAST-RFSP bamboo_shortPlanName=oneclient-acceptance-src-test bamboo_capability_minikube=true bamboo_planRepository_name=onedata-acceptance bamboo_buildNumber=17 bamboo_shortJobName=regular file stat proxyio bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-RFSP-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-RFSP-17-ScriptBuildTask-4982494392134916583.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-8581382209644670601.sh bamboo_shortPlanKey=OCAST bamboo_shortJobKey=RFSP bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoHostname=S3 bamboo_buildTimeStamp=2019-12-23T15:37:08.427Z 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-RFSP-17-ScriptBuildTask-1781150063105262398.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-6277598284927936154.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-RFSP-17-ScriptBuildTask-3153298097795862585.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-1414492494713953674.sh bamboo_repository_git_branch=develop bamboo_buildResultKey=TEST-OCAST-RFSP-17 bamboo_repository_branch_name=develop bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - regular file stat proxyio bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoPort=10161 bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh bamboo_repository_name=onedata-acceptance bamboo_buildFailed=false bamboo_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-RFSP 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 19:46:02 | cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory |
24-Dec-2019 19:46:02 | mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory |
24-Dec-2019 19:46:02 | Finished task 'Pack logs' with result: Success |
24-Dec-2019 19:46:02 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
24-Dec-2019 19:46:02 | Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
24-Dec-2019 19:46:02 | Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test - regular file stat proxyio #17 (TEST-OCAST-RFSP-17)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-3685223934045171196.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP ... 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-RFSP-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-RFSP bamboo_planRepository_1_name=onedata-acceptance bamboo_buildKey=TEST-OCAST-RFSP bamboo_shortPlanName=oneclient-acceptance-src-test bamboo_capability_minikube=true bamboo_planRepository_name=onedata-acceptance bamboo_buildNumber=17 bamboo_shortJobName=regular file stat proxyio bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-OCAST-RFSP-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-RFSP-17-ScriptBuildTask-4982494392134916583.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-8581382209644670601.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-RFSP-17-ScriptBuildTask-4540494885517882645.sh bamboo_shortJobKey=RFSP bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoHostname=S3 bamboo_buildTimeStamp=2019-12-23T15:37:08.427Z 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-RFSP-17-ScriptBuildTask-1781150063105262398.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-6277598284927936154.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-RFSP-17-ScriptBuildTask-3153298097795862585.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-OCAST-RFSP-17-ScriptBuildTask-1414492494713953674.sh bamboo_repository_git_branch=develop bamboo_buildResultKey=TEST-OCAST-RFSP-17 bamboo_repository_branch_name=develop bamboo_buildPlanName=Testing - oneclient-acceptance-src-test - regular file stat proxyio bamboo_planRepository_1_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoPort=10161 bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh bamboo_repository_name=onedata-acceptance bamboo_buildFailed=false bamboo_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-RFSP 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 19:46:02 | % Total % Received % Xferd Average Speed Time Time Time Current |
24-Dec-2019 19:46:02 | Dload Upload Total Spent Left Speed |
24-Dec-2019 19:46:02 | |
24-Dec-2019 19:46:03 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
24-Dec-2019 19:46:03 | 42 4419 42 1895 0 0 3924 0 0:00:01 --:--:-- 0:00:01 3923 |
24-Dec-2019 19:46:03 | 100 4419 100 4419 0 0 9149 0 --:--:-- --:--:-- --:--:-- 9149 |
24-Dec-2019 19:46:03 | Clearing /tmp/onedata and /home/bamboo/.one-env |
24-Dec-2019 19:46:04 | Cleaning helm deployments |
24-Dec-2019 19:46:04 | Cleanining pods |
24-Dec-2019 19:46:05 | Cleaning kube persistant volumes |
24-Dec-2019 19:46:05 | pod "dev-oneprovider-krakow-ready-check-c9dwh" deleted |
24-Dec-2019 19:46:20 | Error from server (NotFound): pods "dev-onezone-ready-check-kc5gt" not found |
24-Dec-2019 19:46:20 | Cleaning dockswift container |
24-Dec-2019 19:46:20 | Cleaning docker containers |
24-Dec-2019 19:46:22 | Stalled docker containers to remove: |
24-Dec-2019 19:46:22 | c2f0c1aab938 73a0c3d92548 323651d260ab 85682d22a7ed e6cd8f42690d a1b1267ca8e3 54ae9861e352 8a0decf67613 cf4f1e4c863e 0de4909d985b 7c41cffef449 5e3bbee96fb8 a868c22af646 edf62d5afa70 |
24-Dec-2019 19:46:22 | Removing stalled docker containers |
24-Dec-2019 19:46:22 | Error response from daemon: Cannot kill container: c2f0c1aab938: Container c2f0c1aab938bdb01faf6d97d17a66fa75221f912abcbd8124d72ae325069758 is not running |
24-Dec-2019 19:46:22 | c2f0c1aab938 |
24-Dec-2019 19:46:22 | Error response from daemon: Cannot kill container: 73a0c3d92548: Container 73a0c3d9254850304a4831f94d24ccd6ca3a48a9f5973214abb53729baea6f66 is not running |
24-Dec-2019 19:46:22 | 73a0c3d92548 |
24-Dec-2019 19:46:22 | Error response from daemon: Cannot kill container: 323651d260ab: Container 323651d260ab0c3f91a6bc5b8c655064862649367346e206cb51a6577e31d0d9 is not running |
24-Dec-2019 19:46:22 | 323651d260ab |
24-Dec-2019 19:46:22 | Error response from daemon: Cannot kill container: 85682d22a7ed: Container 85682d22a7ed7caff940a06ae3b821d00272ca7f0ae0865f0e16723cb4a6b9cb is not running |
24-Dec-2019 19:46:22 | 85682d22a7ed |
24-Dec-2019 19:46:22 | Error response from daemon: Cannot kill container: e6cd8f42690d: Container e6cd8f42690d457d0627fff0cff09e8b001ca3deb448ebb65c5c7955edc5dc13 is not running |
24-Dec-2019 19:46:22 | e6cd8f42690d |
24-Dec-2019 19:46:22 | Error response from daemon: Cannot kill container: a1b1267ca8e3: Container a1b1267ca8e30952f76be6eaba7273389988564ea7ec64edf4d6d2962f57c6bb is not running |
24-Dec-2019 19:46:23 | a1b1267ca8e3 |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: 54ae9861e352: Container 54ae9861e35264a099a2a7556906f85725a4c2aa7eb18f0ec9cb43b7c9bf1894 is not running |
24-Dec-2019 19:46:23 | 54ae9861e352 |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: 8a0decf67613: Container 8a0decf676133d364a97d9b81b341c01a217c0ab4fd73d0c7956b84230dbe672 is not running |
24-Dec-2019 19:46:23 | 8a0decf67613 |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: cf4f1e4c863e: Container cf4f1e4c863e4b251286277c069b09f5204422e5a760394793cdb4605f60114d is not running |
24-Dec-2019 19:46:23 | cf4f1e4c863e |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: 0de4909d985b: Container 0de4909d985b262cadd93b38cddd75f6d4c4c2e8ee33f5c8573c5c77cea9a2bf is not running |
24-Dec-2019 19:46:23 | 0de4909d985b |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: 7c41cffef449: Container 7c41cffef44961cbf53ca3cd3c8b466001ac116225c0d4ef8269eb1d83cc3d7a is not running |
24-Dec-2019 19:46:23 | 7c41cffef449 |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: 5e3bbee96fb8: Container 5e3bbee96fb85ec31a79990c0fefe513061403f11e760811a0d8c703c28118e1 is not running |
24-Dec-2019 19:46:23 | 5e3bbee96fb8 |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: a868c22af646: Container a868c22af646b0fc073dacdad0f85ada64f1af8190cd655d216014b82ebcf081 is not running |
24-Dec-2019 19:46:23 | a868c22af646 |
24-Dec-2019 19:46:23 | Error response from daemon: Cannot kill container: edf62d5afa70: Container edf62d5afa704154ae525617b9acba9b4e74621570b09173e9cb08027360ef78 is not running |
24-Dec-2019 19:46:23 | edf62d5afa70 |
24-Dec-2019 19:46:23 | Stalled docker volumes to remove: |
24-Dec-2019 19:46:23 | |
24-Dec-2019 19:46:23 | Removing stalled docker volumes |
24-Dec-2019 19:46:23 | Removing stalled loopdevices |
24-Dec-2019 19:46:24 | Done |
24-Dec-2019 19:46:24 | Finished task 'Clear env' with result: Success |
24-Dec-2019 19:46:24 | Running post build plugin 'Docker Container Cleanup' |
24-Dec-2019 19:46:24 | Running post build plugin 'NCover Results Collector' |
24-Dec-2019 19:46:24 | Running post build plugin 'Clover Results Collector' |
24-Dec-2019 19:46:24 | Running post build plugin 'npm Cache Cleanup' |
24-Dec-2019 19:46:24 | Running post build plugin 'Artifact Copier' |
24-Dec-2019 19:46:24 | Publishing an artifact: test_logs.tar.gz |
24-Dec-2019 19:46:24 | Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 8.708 ms |
24-Dec-2019 19:46:27 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-OCAST-RFSP' |
24-Dec-2019 19:46:27 | Finalising the build... |
24-Dec-2019 19:46:27 | Stopping timer. |
24-Dec-2019 19:46:27 | Build TEST-OCAST-RFSP-17 completed. |
24-Dec-2019 19:46:27 | Running on server: post build plugin 'NCover Results Collector' |
24-Dec-2019 19:46:27 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
24-Dec-2019 19:46:27 | Running on server: post build plugin 'Clover Delta Calculator' |
24-Dec-2019 19:46:27 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
24-Dec-2019 19:46:27 | All post build plugins have finished |
24-Dec-2019 19:46:27 | Generating build results summary... |
24-Dec-2019 19:46:27 | Saving build results to disk... |
24-Dec-2019 19:46:27 | Logging substituted variables... |
24-Dec-2019 19:46:27 | Indexing build results... |
24-Dec-2019 19:46:27 | Finished building TEST-OCAST-RFSP-17. |