Build: #4 failed
Job: multiprovider proxy s3 directory CRUD proxyio failed
Build log
The build generated 4,849 lines of output. The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | ____ ERROR at setup of test_delete_non_empty_wrong[multiprovider_proxy_s3] _____ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | _______ ERROR at setup of test_delete_non_empty[multiprovider_proxy_s3] ________ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | _____________ ERROR at setup of test_move[multiprovider_proxy_s3] ______________ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | _____________ ERROR at setup of test_copy[multiprovider_proxy_s3] ______________ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | ________ ERROR at setup of test_move_to_itself[multiprovider_proxy_s3] _________ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | ________ ERROR at setup of test_move_to_subtree[multiprovider_proxy_s3] ________ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml' |
23-Dec-2019 16:37:28 | hosts = {} |
23-Dec-2019 16:37:28 | request = <SubRequest 'env_desc' for <Function 'test_create[multiprovider_proxy_s3]'>> |
23-Dec-2019 16:37:28 | users = {} |
23-Dec-2019 16:37:28 | previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata/tests/oneclient/environments/multiprovider_proxy_s3.yaml'} |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | @pytest.fixture(scope='module', autouse=True) |
23-Dec-2019 16:37:28 | def env_desc(env_description_abs_path, hosts, request, users, |
23-Dec-2019 16:37:28 | previous_env): |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | Sets up environment and returns environment description. |
23-Dec-2019 16:37:28 | """ |
23-Dec-2019 16:37:28 | test_type = get_test_type(request) |
23-Dec-2019 16:37:28 | start_env = _check_if_should_start_new_env(env_description_abs_path, |
23-Dec-2019 16:37:28 | previous_env) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if test_type in ['gui']: |
23-Dec-2019 16:37:28 | # For now gui tests do not use onenv patch |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | env_description_abs_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return '' |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type == 'mixed': |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, '', users, |
23-Dec-2019 16:37:28 | env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | return env_desc |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | elif test_type in ['oneclient', 'onedata_fs', 'performance']: |
23-Dec-2019 16:37:28 | with open(env_description_abs_path, 'r') as env_desc_file: |
23-Dec-2019 16:37:28 | env_desc = yaml.load(env_desc_file) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | scenario = env_desc.get('scenario') |
23-Dec-2019 16:37:28 | scenarios_dir_path = SCENARIO_DIRS.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | scenario_path = os.path.abspath(os.path.join(scenarios_dir_path, |
23-Dec-2019 16:37:28 | scenario)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | patch = env_desc.get('patch') |
23-Dec-2019 16:37:28 | patch_dir_path = PATCHES_DIR.get(get_test_type(request)) |
23-Dec-2019 16:37:28 | patch_path = os.path.join(patch_dir_path, patch) |
23-Dec-2019 16:37:28 | if start_env: |
23-Dec-2019 16:37:28 | previous_env['started'] = start_environment( |
23-Dec-2019 16:37:28 | scenario_path, request, hosts, patch_path, users, |
23-Dec-2019 16:37:28 | > env_description_abs_path |
23-Dec-2019 16:37:28 | ) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | tests/conftest.py:356: |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | tests/conftest.py:455: in start_environment |
23-Dec-2019 16:37:28 | pods_cfg = check_deployment() |
23-Dec-2019 16:37:28 | tests/conftest.py:484: in check_deployment |
23-Dec-2019 16:37:28 | status_output = yaml.load(status_output.decode('utf-8')) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/__init__.py:71: in load |
23-Dec-2019 16:37:28 | return loader.get_single_data() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/constructor.py:37: in get_single_data |
23-Dec-2019 16:37:28 | node = self.get_single_node() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:36: in get_single_node |
23-Dec-2019 16:37:28 | document = self.compose_document() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:55: in compose_document |
23-Dec-2019 16:37:28 | node = self.compose_node(None, None) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:84: in compose_node |
23-Dec-2019 16:37:28 | node = self.compose_mapping_node(anchor) |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/composer.py:127: in compose_mapping_node |
23-Dec-2019 16:37:28 | while not self.check_event(MappingEndEvent): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:98: in check_event |
23-Dec-2019 16:37:28 | self.current_event = self.state() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/parser.py:428: in parse_block_mapping_key |
23-Dec-2019 16:37:28 | if self.check_token(KeyToken): |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:116: in check_token |
23-Dec-2019 16:37:28 | self.fetch_more_tokens() |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:220: in fetch_more_tokens |
23-Dec-2019 16:37:28 | return self.fetch_value() |
23-Dec-2019 16:37:28 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | self = <yaml.loader.Loader object at 0x7f6a5e569e50> |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | def fetch_value(self): |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Do we determine a simple key? |
23-Dec-2019 16:37:28 | if self.flow_level in self.possible_simple_keys: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Add KEY. |
23-Dec-2019 16:37:28 | key = self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | del self.possible_simple_keys[self.flow_level] |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | KeyToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # If this key starts a new block mapping, we need to add |
23-Dec-2019 16:37:28 | # BLOCK-MAPPING-START. |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | if self.add_indent(key.column): |
23-Dec-2019 16:37:28 | self.tokens.insert(key.token_number-self.tokens_taken, |
23-Dec-2019 16:37:28 | BlockMappingStartToken(key.mark, key.mark)) |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # There cannot be two simple keys one after another. |
23-Dec-2019 16:37:28 | self.allow_simple_key = False |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # It must be a part of a complex key. |
23-Dec-2019 16:37:28 | else: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # Block context needs additional checks. |
23-Dec-2019 16:37:28 | # (Do we really need them? They will be catched by the parser |
23-Dec-2019 16:37:28 | # anyway.) |
23-Dec-2019 16:37:28 | if not self.flow_level: |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | # We are allowed to start a complex value if and only if |
23-Dec-2019 16:37:28 | # we can start a simple key. |
23-Dec-2019 16:37:28 | if not self.allow_simple_key: |
23-Dec-2019 16:37:28 | raise ScannerError(None, None, |
23-Dec-2019 16:37:28 | "mapping values are not allowed here", |
23-Dec-2019 16:37:28 | > self.get_mark()) |
23-Dec-2019 16:37:28 | E ScannerError: mapping values are not allowed here |
23-Dec-2019 16:37:28 | E in "<unicode string>", line 1, column 90: |
23-Dec-2019 16:37:28 | E ... py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3 ... |
23-Dec-2019 16:37:28 | E ^ |
23-Dec-2019 16:37:28 | |
23-Dec-2019 16:37:28 | /usr/local/lib/python2.7/dist-packages/yaml/scanner.py:576: ScannerError |
23-Dec-2019 16:37:28 | ========================= 26 error in 1283.61 seconds ========================== |
23-Dec-2019 16:37:32 | release "dev" deleted |
23-Dec-2019 16:37:32 | /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version! |
23-Dec-2019 16:37:32 | RequestsDependencyWarning) |
23-Dec-2019 16:37:33 | 874a7a0e085e |
23-Dec-2019 16:37:33 | Using image: docker.onedata.org/onezone-dev:ID-9d85e52816 for onezone service |
23-Dec-2019 16:37:33 | Using image: docker.onedata.org/oneprovider-dev:ID-96429fd39a for oneprovider service |
23-Dec-2019 16:37:33 | Using image: docker.onedata.org/rest-cli:ID-48767260b4 for rest cli service |
23-Dec-2019 16:37:33 | Using image: docker.onedata.org/oneclient-dev:ID-f9ca716885 for oneclient service |
23-Dec-2019 16:37:33 | Using image: docker.onedata.org/luma:ID-578faeaeaf for LUMA service |
23-Dec-2019 16:37:33 | Finished task 'Run acceptance mixed tests in Chrome' with result: Success |
23-Dec-2019 16:37:33 | Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
23-Dec-2019 16:37:33 | Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP... |
23-Dec-2019 16:37:33 | Failing task since 26 failing test cases were found. |
23-Dec-2019 16:37:33 | Finished task 'Parse test results' with result: Failed |
23-Dec-2019 16:37:33 | Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
23-Dec-2019 16:37:33 | Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory CRUD proxyio #4 (TEST-ON2-MPSDCP-4)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-2057911605992882351.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP ... using extra environment variables: bamboo_planRepository_1_branch=develop bamboo_capability_kubeadm=true bamboo_capability_system_builder_command_bash=/bin/bash bamboo_planRepository_1_branchDisplayName=develop bamboo_repository_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_resultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSDCP-4 bamboo_capability_system_builder_command_Git=/usr/bin/git bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP bamboo_planRepository_1_name=onedata-acceptance bamboo_buildKey=TEST-ON2-MPSDCP bamboo_shortPlanName=oneclient-acceptance-src-test2 bamboo_capability_minikube=true bamboo_planRepository_name=onedata-acceptance bamboo_buildNumber=4 bamboo_shortJobName=multiprovider proxy s3 directory CRUD proxyio bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSDCP-4 bamboo_repository_242352175_name=onedata-acceptance bamboo_repository_242352175_branch_name=develop bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_agentId=205258755 bamboo_capability_onedata=true bamboo_planName=Testing - oneclient-acceptance-src-test2 bamboo_repository_242352175_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-4602963142376140854.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-8937818262500737576.sh bamboo_shortPlanKey=ON2 bamboo_repository_242352175_git_username= bamboo_shortJobKey=MPSDCP bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoHostname=S3 bamboo_buildTimeStamp=2019-12-23T15:35:54.090Z bamboo_repository_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-6628101654349810167.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-4553655007581056000.sh bamboo_planRepository_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-3498270456345459801.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-1813721904781779510.sh bamboo_repository_git_branch=develop bamboo_buildResultKey=TEST-ON2-MPSDCP-4 bamboo_repository_branch_name=develop bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory CRUD 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_capability_system_docker_executable=/usr/bin/docker bamboo_planRepository_branch=develop bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir bamboo_jobFailed=true bamboo_capability_system_git_executable=/usr/bin/git bamboo_repository_git_username= bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_planRepository_branchDisplayName=develop bamboo_artifactRepoUsername=ubuntu bamboo_planRepository_1_type=bbserver bamboo_planRepository_branchName=develop bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle bamboo_plan_storageTag=plan-242221103 bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache bamboo_planRepository_1_username= bamboo_planRepository_type=bbserver bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_capability_onedata_pkg_builder=true bamboo_planKey=TEST-ON2 bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_planRepository_username= bamboo_repository_242352175_git_branch=develop bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu bamboo_planRepository_1_branchName=develop |
23-Dec-2019 16:37:33 | cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory |
23-Dec-2019 16:37:33 | mv: cannot stat 'onedata/tests/oneclient/logs/*/*/images.yaml': Not a directory |
23-Dec-2019 16:37:33 | Finished task 'Pack logs' with result: Success |
23-Dec-2019 16:37:33 | Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh |
23-Dec-2019 16:37:33 | Starting task 'Clear env' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
23-Dec-2019 16:37:33 | Beginning to execute external process for build 'Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory CRUD proxyio #4 (TEST-ON2-MPSDCP-4)' ... running command line: /bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-9144035486456177096.sh ... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP/onedata ... using extra environment variables: bamboo_planRepository_1_branch=develop bamboo_capability_kubeadm=true bamboo_capability_system_builder_command_bash=/bin/bash bamboo_planRepository_1_branchDisplayName=develop bamboo_repository_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_resultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSDCP-4 bamboo_capability_system_builder_command_Git=/usr/bin/git bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP bamboo_planRepository_1_name=onedata-acceptance bamboo_buildKey=TEST-ON2-MPSDCP bamboo_shortPlanName=oneclient-acceptance-src-test2 bamboo_capability_minikube=true bamboo_planRepository_name=onedata-acceptance bamboo_buildNumber=4 bamboo_shortJobName=multiprovider proxy s3 directory CRUD proxyio bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/TEST-ON2-MPSDCP-4 bamboo_repository_242352175_name=onedata-acceptance bamboo_repository_242352175_branch_name=develop bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_agentId=205258755 bamboo_capability_onedata=true bamboo_planName=Testing - oneclient-acceptance-src-test2 bamboo_repository_242352175_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-4602963142376140854.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-8937818262500737576.sh bamboo_shortPlanKey=ON2 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-2057911605992882351.sh bamboo_repository_242352175_git_username= bamboo_shortJobKey=MPSDCP bamboo_planRepository_revision=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_artifactRepoHostname=S3 bamboo_buildTimeStamp=2019-12-23T15:35:54.090Z bamboo_repository_previous_revision_number=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-6628101654349810167.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-4553655007581056000.sh bamboo_planRepository_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-3498270456345459801.sh bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_5=/bin/sh /home/bamboo/bamboo-agent-home/temp/TEST-ON2-MPSDCP-4-ScriptBuildTask-1813721904781779510.sh bamboo_repository_git_branch=develop bamboo_buildResultKey=TEST-ON2-MPSDCP-4 bamboo_repository_branch_name=develop bamboo_buildPlanName=Testing - oneclient-acceptance-src-test2 - multiprovider proxy s3 directory CRUD 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_capability_system_docker_executable=/usr/bin/docker bamboo_planRepository_branch=develop bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir bamboo_jobFailed=true bamboo_capability_system_git_executable=/usr/bin/git bamboo_repository_git_username= bamboo_planRepository_1_previousRevision=edb49f6afff0f6efec6231b857452404d7f7b7e6 bamboo_planRepository_branchDisplayName=develop bamboo_artifactRepoUsername=ubuntu bamboo_planRepository_1_type=bbserver bamboo_planRepository_branchName=develop bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-8-oracle bamboo_plan_storageTag=plan-242221103 bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache bamboo_planRepository_1_username= bamboo_planRepository_type=bbserver bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_repository_242352175_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP bamboo_repository_242352175_revision_number=569cf78a555db26982dc3aafc6e34e10c259c8bf bamboo_capability_onedata_pkg_builder=true bamboo_planKey=TEST-ON2 bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git bamboo_planRepository_username= bamboo_repository_242352175_git_branch=develop bamboo_capability_system_jdk_JDK_1_8=/usr/lib/jvm/java-8-oracle bamboo_capability_system_jdk_JDK_1_8_0_161=/usr/lib/jvm/java-8-oracle bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu bamboo_planRepository_1_branchName=develop |
23-Dec-2019 16:37:34 | % Total % Received % Xferd Average Speed Time Time Time Current |
23-Dec-2019 16:37:34 | Dload Upload Total Spent Left Speed |
23-Dec-2019 16:37:34 | |
23-Dec-2019 16:37:36 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
23-Dec-2019 16:37:36 | 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 |
23-Dec-2019 16:37:36 | 100 4419 100 4419 0 0 2409 0 0:00:01 0:00:01 --:--:-- 2409 |
23-Dec-2019 16:37:36 | Clearing /tmp/onedata and /home/bamboo/.one-env |
23-Dec-2019 16:37:37 | Cleaning helm deployments |
23-Dec-2019 16:37:39 | Cleanining pods |
23-Dec-2019 16:37:41 | Cleaning kube persistant volumes |
23-Dec-2019 16:37:42 | pod "dev-oneprovider-krakow-ready-check-wlsq7" deleted |
23-Dec-2019 16:38:02 | pod "dev-oneprovider-paris-ready-check-pvjmh" deleted |
23-Dec-2019 16:38:10 | Error from server (NotFound): pods "dev-onezone-ready-check-rcw58" not found |
23-Dec-2019 16:38:10 | Error from server (NotFound): pods "dev-volume-s3-krakow-6bb7fd865c-wgxd9" not found |
23-Dec-2019 16:38:10 | Error from server (NotFound): pods "dev-volume-s3-paris-84d646df9f-8wpd2" not found |
23-Dec-2019 16:38:10 | Cleaning dockswift container |
23-Dec-2019 16:38:11 | Cleaning docker containers |
23-Dec-2019 16:38:12 | Stalled docker containers to remove: |
23-Dec-2019 16:38:12 | 5a33f44e164c 211ee9d47c37 22b0f6fcb194 05aa267c76ba c0af61973de7 6c2dc32c1df6 898197c13d0e |
23-Dec-2019 16:38:12 | Removing stalled docker containers |
23-Dec-2019 16:38:12 | Error response from daemon: Cannot kill container: 5a33f44e164c: Container 5a33f44e164c0775a906430ff31019e89975c417827bf25293c469df342eb17e is not running |
23-Dec-2019 16:38:12 | 5a33f44e164c |
23-Dec-2019 16:38:12 | Error response from daemon: Cannot kill container: 211ee9d47c37: Container 211ee9d47c3757cab888e87adc77921b4896394747d8a4a27264b024b4a49fb4 is not running |
23-Dec-2019 16:38:12 | 211ee9d47c37 |
23-Dec-2019 16:38:12 | Error response from daemon: Cannot kill container: 22b0f6fcb194: Container 22b0f6fcb194e9f970b32a73f6b59180fb34662e5a438f7a021e7b7a096a7107 is not running |
23-Dec-2019 16:38:12 | 22b0f6fcb194 |
23-Dec-2019 16:38:13 | Error response from daemon: Cannot kill container: 05aa267c76ba: Container 05aa267c76ba1a9a862cc678a1b0db9de2bfa7498e04140dd0cc2c7194ef0dd0 is not running |
23-Dec-2019 16:38:13 | 05aa267c76ba |
23-Dec-2019 16:38:13 | Error response from daemon: Cannot kill container: c0af61973de7: Container c0af61973de7ac8a426f7b7c7e93d2542a64ddde0bfd24d4653ab236e86952e9 is not running |
23-Dec-2019 16:38:13 | c0af61973de7 |
23-Dec-2019 16:38:13 | Error response from daemon: Cannot kill container: 6c2dc32c1df6: Container 6c2dc32c1df633dad34aa5338cc64d65a05212463476d76f3f8432994fe24481 is not running |
23-Dec-2019 16:38:13 | 6c2dc32c1df6 |
23-Dec-2019 16:38:13 | Error response from daemon: Cannot kill container: 898197c13d0e: Container 898197c13d0ede334a1e83c2f264a52b5cb3c63c58361ac876047b3e630837f9 is not running |
23-Dec-2019 16:38:13 | 898197c13d0e |
23-Dec-2019 16:38:13 | Stalled docker volumes to remove: |
23-Dec-2019 16:38:13 | |
23-Dec-2019 16:38:13 | Removing stalled docker volumes |
23-Dec-2019 16:38:13 | Removing stalled loopdevices |
23-Dec-2019 16:38:14 | Done |
23-Dec-2019 16:38:14 | Finished task 'Clear env' with result: Success |
23-Dec-2019 16:38:14 | Running post build plugin 'Docker Container Cleanup' |
23-Dec-2019 16:38:14 | Running post build plugin 'NCover Results Collector' |
23-Dec-2019 16:38:14 | Running post build plugin 'Clover Results Collector' |
23-Dec-2019 16:38:14 | Running post build plugin 'npm Cache Cleanup' |
23-Dec-2019 16:38:14 | Running post build plugin 'Artifact Copier' |
23-Dec-2019 16:38:14 | Publishing an artifact: test_logs.tar.gz |
23-Dec-2019 16:38:14 | Finished publishing of artifact Non required job artifact: [test_logs.tar.gz], pattern: [test_logs.tar.gz] in 221.3 ms |
23-Dec-2019 16:38:17 | Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/TEST-ON2-MPSDCP' |
23-Dec-2019 16:38:17 | Finalising the build... |
23-Dec-2019 16:38:17 | Stopping timer. |
23-Dec-2019 16:38:17 | Build TEST-ON2-MPSDCP-4 completed. |
23-Dec-2019 16:38:17 | Running on server: post build plugin 'NCover Results Collector' |
23-Dec-2019 16:38:17 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
23-Dec-2019 16:38:17 | Running on server: post build plugin 'Clover Delta Calculator' |
23-Dec-2019 16:38:17 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
23-Dec-2019 16:38:17 | All post build plugins have finished |
23-Dec-2019 16:38:17 | Generating build results summary... |
23-Dec-2019 16:38:17 | Saving build results to disk... |
23-Dec-2019 16:38:17 | Logging substituted variables... |
23-Dec-2019 16:38:17 | Indexing build results... |
23-Dec-2019 16:38:17 | Finished building TEST-ON2-MPSDCP-4. |