canonical / discourse-gatekeeper

Experimental GitHub Action to upload charm documentation to charmhub
Apache License 2.0
7 stars 7 forks source link

Community Contribution Code Review #160

Closed deusebio closed 1 year ago

github-actions[bot] commented 1 year ago

Unit tests failed for a10b683e6cc2bc6e50ff03626a5ca14374831d84

```

============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-7.2.2, pluggy-1.0.0 -- /home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/bin/python cachedir: .tox/unit/.pytest_cache rootdir: /home/runner/work/upload-charm-docs/upload-charm-docs, configfile: pyproject.toml plugins: asyncio-0.21.0, Faker-18.4.0, operator-0.26.0 asyncio: mode=strict collecting ... collected 469 items

tests/unit/test_init__.py::test_setupclients FAILED tests/unit/testinit.py::testrun_reconcile_empty_local_server ERROR tests/unit/test_init.py::testrun_reconcile_local_emptyserver ERROR tests/unit/testinit.py::testrun_reconcile_local_empty_server_dry_run ERROR tests/unit/test_init.py::testrun_reconcile_local_empty_server_error ERROR tests/unit/test_init.py::test__run_reconcile_local_serverconflict ERROR tests/unit/testinit.py::testrun_reconcile_no_docs ERROR tests/unit/test_init.py::testrun_migrate_server_errorindex ERROR tests/unit/testinit.py::testrun_migrate_server_error_topic ERROR tests/unit/test_init.py::testrun_migrate_no_docsinformation ERROR tests/unit/testinit.py::testrun_migrate ERROR tests/unit/test_init.py::testrun_migrate_with_pullrequest ERROR tests/unit/testinit.py::testrun_migrate_with_pull_request_no_modification ERROR tests/unit/test_init.py::test_run_no_docs_emptydir ERROR tests/unit/testinit__.py::test_run_no_docsdir ERROR tests/unit/testinit.py::test_run_migrate_same_content_local_and_server ERROR tests/unit/test_check.py::test_conflicts[empty] PASSED tests/unit/test_check.py::test_conflicts[single create] PASSED tests/unit/test_check.py::test_conflicts[single noop] PASSED tests/unit/test_check.py::test_conflicts[single delete] PASSED tests/unit/test_check.py::test_conflicts[single update no content] PASSED tests/unit/test_check.py::test_conflicts[single update no base content same] PASSED tests/unit/test_check.py::test_conflicts[single update no base content different] PASSED tests/unit/test_check.py::test_conflicts[single update no conflict] PASSED tests/unit/test_check.py::test_conflicts[single update conflict] PASSED tests/unit/test_check.py::test_conflicts[multiple actions no problems] PASSED tests/unit/test_check.py::test_conflicts[multiple actions single problem first] PASSED tests/unit/test_check.py::test_conflicts[multiple actions single problem second] PASSED tests/unit/test_check.py::test_conflicts[multiple actions multiple problems] PASSED tests/unit/test_content.py::test_conflicts[all same] PASSED tests/unit/test_content.py::test_conflicts[base and theirs the same] PASSED tests/unit/test_content.py::test_conflicts[base and ours the same] PASSED tests/unit/test_content.py::test_conflicts[theirs and ours the same] PASSED tests/unit/test_content.py::test_conflicts[all different conflict] PASSED tests/unit/test_content.py::test_conflicts[all different no conflict] PASSED tests/unit/test_content.py::test_merge[all same] PASSED tests/unit/test_content.py::test_merge[base and theirs the same] PASSED tests/unit/test_content.py::test_merge[base and ours the same] PASSED tests/unit/test_content.py::test_merge[theirs and ours the same] PASSED tests/unit/test_content.py::test_merge[all different no conflict] PASSED tests/unit/test_content.py::test_merge_conflict PASSED tests/unit/test_content.py::test_diff[single line same] PASSED tests/unit/test_content.py::test_diff[single line different] PASSED tests/unit/test_content.py::test_diff[multiple line same] PASSED tests/unit/test_content.py::test_diff[multiple line different] PASSED tests/unit/test_discourse.py::test_topic_url_valid[empty] PASSED tests/unit/test_discourse.py::test_topic_url_valid[all components missing] PASSED tests/unit/test_discourse.py::test_topic_url_valid[2 components missing] PASSED tests/unit/test_discourse.py::test_topic_url_valid[1 component missing] PASSED tests/unit/test_discourse.py::test_topic_url_valid[too many components] PASSED tests/unit/test_discourse.py::test_topic_url_valid[first component wrong no character] PASSED tests/unit/test_discourse.py::test_topic_url_valid[first component wrong single character] PASSED tests/unit/test_discourse.py::test_topic_url_valid[first component wrong multi character] PASSED tests/unit/test_discourse.py::test_topic_url_valid[slug empty] PASSED tests/unit/test_discourse.py::test_topic_url_valid[topic id wrong character] PASSED tests/unit/test_discourse.py::test_topic_url_valid[topic id wrong integer and character] PASSED tests/unit/test_discourse.py::test_topic_url_valid[valid] PASSED tests/unit/test_discourse.py::test_topic_url_valid[valid trailing /] PASSED tests/unit/test_discourse.py::test_topic_url_valid[valid no protocol host] PASSED tests/unit/test_discourse.py::test_function_call_invalid_url[check_topic_write_permission] PASSED tests/unit/test_discourse.py::test_function_call_invalid_url[check_topic_read_permission] PASSED tests/unit/test_discourse.py::test_function_call_invalid_url[retrieve_topic] PASSED tests/unit/test_discourse.py::test_function_call_invalid_url[delete_topic] PASSED tests/unit/test_discourse.py::test_function_call_invalid_url[update_topic] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission None] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission string] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission empty] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream None] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts missing] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts None] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts empty] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts contains None] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts post empty] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts post post_number does not include 1] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts post user_deleted missing] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts post can_edit missing] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_write_permission post_stream posts post can_edit not boolean] PASSED tests/unit/test_discourse.py::test_check_topic_malformed[check_topic_read_permission None] PASSED tests/unit/test_discourse.py::test_check_topic_write_permission_user_deleted PASSED tests/unit/test_discourse.py::test_check_topic_success[check_topic_write_permission post_stream posts post can_edit False] PASSED tests/unit/test_discourse.py::test_check_topic_success[check_topic_write_permission post_stream posts post can_edit True] PASSED tests/unit/test_discourse.py::test_check_topic_success[check_topic_write_permission post_stream posts multiple post first has post_number == 1] PASSED tests/unit/test_discourse.py::test_check_topic_success[check_topic_write_permission post_stream posts multiple post second has post_number == 1] PASSED tests/unit/test_discourse.py::test_check_topic_success[check_topic_read_permission] PASSED tests/unit/test_discourse.py::test_create_topic_post_malformed[None] PASSED tests/unit/test_discourse.py::test_create_topic_post_malformed[topic_slug missing] PASSED tests/unit/test_discourse.py::test_create_topic_post_malformed[topic_slug not string] PASSED tests/unit/test_discourse.py::test_create_topic_post_malformed[topic_id missing] PASSED tests/unit/test_discourse.py::test_create_topic_post_malformed[topic_id not int] PASSED tests/unit/test_discourse.py::test_create_topic PASSED tests/unit/test_discourse.py::test_delete_topic PASSED tests/unit/test_discourse.py::test_update_topic_malformed[id missing] PASSED tests/unit/test_discourse.py::test_update_topic_malformed[id not integer] PASSED tests/unit/test_discourse.py::test_update_topic_discourse_error PASSED tests/unit/test_discourse.py::test_update_topic PASSED tests/unit/test_discourse.py::test_function_discourse_error[check_topic_write_permission] PASSED tests/unit/test_discourse.py::test_function_discourse_error[check_topic_read_permission] PASSED tests/unit/test_discourse.py::test_function_discourse_error[create_topic] PASSED tests/unit/test_discourse.py::test_function_discourse_error[delete_topic] PASSED tests/unit/test_discourse.py::testparse_raw_content[version 2.6.0 response] PASSED tests/unit/test_discourse.py::testparse_raw_content[version 2.8.14 response] PASSED tests/unit/test_discourse.py::test__parse_raw_content[version 2.8.14 response with post replies] PASSED tests/unit/test_discourse.py::test_retrieve_topic_read_error PASSED tests/unit/test_discourse.py::test_retrieve_topic_head_http_error PASSED tests/unit/test_discourse.py::test_retrieve_topic_get_http_error PASSED tests/unit/test_discourse.py::test_retrieve_topic PASSED tests/unit/test_discourse.py::test_absolute_url PASSED tests/unit/test_discourse.py::test_create_discourse_error[hostname empty] PASSED tests/unit/test_discourse.py::test_create_discourse_error[hostname has http] PASSED tests/unit/test_discourse.py::test_create_discourse_error[hostname has HTTP] PASSED tests/unit/test_discourse.py::test_create_discourse_error[hostname has https] PASSED tests/unit/test_discourse.py::test_create_discourse_error[empty category_id] PASSED tests/unit/test_discourse.py::test_create_discourse_error[category_id str that is not convertible to int] PASSED tests/unit/test_discourse.py::test_create_discourse_error[api_username empty] PASSED tests/unit/test_discourse.py::test_create_discourse_error[api_key empty] PASSED tests/unit/test_discourse.py::test_create_discourse[category_id string that is convertible to an integer] PASSED tests/unit/test_docs_directory.py::testget_directories_files[empty] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single directory] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single directory called index] PASSED tests/unit/test_docs_directory.py::testget_directories_files[multiple directories] PASSED tests/unit/test_docs_directory.py::testget_directories_files[nested directory] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single file] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single file upper case suffix] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single file not documentation] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single file index] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single file index capitalised] PASSED tests/unit/test_docs_directory.py::testget_directories_files[multiple files] PASSED tests/unit/test_docs_directory.py::testget_directories_files[single directory and single file] PASSED tests/unit/test_docs_directory.py::testget_directories_files[file in directory] PASSED tests/unit/test_docs_directory.py::testget_directories_files[multiple files in multiple directories] PASSED tests/unit/test_docs_directory.py::testcalculate_level[file in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_level[directory in docs] PASSED tests/unit/test_docs_directory.py::test__calculate_level[directory file in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_level[multiple directories in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_level[multiple directories file in docs] PASSED tests/unit/test_docs_directory.py::test__calculate_level[many directories in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_level[many directories file in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[file in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[file in docs including space] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[file in docs including underscore] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[file in docs upper case suffix] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[file upper case in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[directory in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[directory file in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[multiple directories in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[multiple directories file in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[many directories in docs] PASSED tests/unit/test_docs_directory.py::test_calculate_table_path[many directories file in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[directory in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[nested directory in docs] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[directory in docs with -] PASSED tests/unit/test_docs_directory.py::testcalculate_navlinktitle[directory in docs with ] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs empty] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in subdirectory empty] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file including - in docs empty] PASSED tests/unit/test_docs_directory.py::testcalculate_navlinktitle[file including in docs empty] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs empty string] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs single line no title] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs multiple line no title] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs title on first line] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs title on first line with more lines] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs title on second line] PASSED tests/unit/test_docs_directory.py::testcalculate_navlink_title[file in docs title on second line with more lines] PASSED tests/unit/test_docs_directory.py::testget_path_info PASSED tests/unit/test_docs_directory.py::test_read[empty] PASSED tests/unit/test_docs_directory.py::test_read[single directory] PASSED tests/unit/test_docs_directory.py::test_read[multiple directories] PASSED tests/unit/test_docs_directory.py::test_read[multiple directories alternate order] PASSED tests/unit/test_docs_directory.py::test_read[single file] PASSED tests/unit/test_docs_directory.py::test_read[single file in directory] PASSED tests/unit/test_docs_directory.py::test_read[multiple files] PASSED tests/unit/test_docs_directory.py::test_read[multiple files alternate order] PASSED tests/unit/test_docs_directory.py::test_read_indoco PASSED tests/unit/test_index.py::testread_docs_index_docs_directory_missing PASSED tests/unit/test_index.py::testread_docs_index_index_file_missing PASSED tests/unit/test_index.py::testread_docs_index_index_file PASSED tests/unit/test_index.py::test_get_metadata_yaml_retrieve_discourse_error PASSED tests/unit/test_index.py::test_get_metadata_yaml_retrieve_local_and_server PASSED tests/unit/test_index.py::test_get_metadata_yaml_retrieve_empty PASSED tests/unit/test_index.py::test_get_contents_from_page[navigation table only] PASSED tests/unit/test_index.py::test_get_contents_from_page[page content only] PASSED tests/unit/test_index.py::test_get_contents_from_page[multiline content only] PASSED tests/unit/test_index.py::test_get_contents_from_page[page with content and navigation table] PASSED tests/unit/test_index.py::test_get_contents_from_page[page with content after the navigation table] PASSED tests/unit/test_metadata.py::test_get_yaml_missing PASSED tests/unit/test_metadata.py::test_get_yaml_malformed[malformed0] PASSED tests/unit/test_metadata.py::test_get_yaml_malformed[malformed1] PASSED tests/unit/test_metadata.py::test_get_yaml_malformed[not dict] PASSED tests/unit/test_metadata.py::test_get_invalid_metadata[key: value-expected_error_msg_contents0] PASSED tests/unit/test_metadata.py::test_get_invalid_metadata[name: 1-expected_error_msg_contents1] PASSED tests/unit/test_metadata.py::test_get_invalid_metadata[name: name\ndocs: 1-expected_error_msg_contents2] PASSED tests/unit/test_metadata.py::test_get_invalid_metadata[name: name\ndocs: -expected_error_msg_contents3] PASSED tests/unit/test_metadata.py::test_get[name only] PASSED tests/unit/test_metadata.py::test_get[name and docs] PASSED tests/unit/test_migration.py::testextract_name[table path only] PASSED tests/unit/test_migration.py::testextract_name[test in group0] PASSED tests/unit/test_migration.py::testextract_name[test in group1] PASSED tests/unit/test_migration.py::testextract_name[non-prefix path] PASSED tests/unit/test_migration.py::test__validate_table_rows_invalid_rows[Invalid starting row] PASSED tests/unit/test_migration.py::testvalidate_table_rows_invalid_rows[Invalid level(0)] PASSED tests/unit/test_migration.py::testvalidate_table_rows_invalid_rows[Invalid level(negative value)] PASSED tests/unit/test_migration.py::test__validate_table_rows_invalid_rows[Invalid level sequence jump] PASSED tests/unit/test_migration.py::testvalidate_table_rows_invalid_rows[document sequence level increase(no group)] PASSED tests/unit/test_migration.py::testvalidate_table_rows_invalid_rows[document group sequence level increase(no group)] PASSED tests/unit/test_migration.py::test__validate_table_rows_invalid_rows[document group sequence level increase(doc doesn't increase group level)] PASSED tests/unit/test_migration.py::testvalidate_table_rows[Valid starting row] PASSED tests/unit/test_migration.py::testvalidate_table_rows[Valid row sequence(increase)] PASSED tests/unit/test_migration.py::test__validate_table_rows[Valid row sequence(decrease)] PASSED tests/unit/test_migration.py::testvalidate_table_rows[Valid row sequence(decrease multi)] PASSED tests/unit/test_migration.py::testcreate_document_meta[single doc file] PASSED tests/unit/test_migration.py::test__create_document_meta[nested doc file] PASSED tests/unit/test_migration.py::testcreate_document_meta[typo in nested doc file path] PASSED tests/unit/test_migration.py::testcreate_gitkeep_meta[single group row] PASSED tests/unit/test_migration.py::test__create_gitkeep_meta[nested group row with correct current path] PASSED tests/unit/test_migration.py::testindex_file_from_content[content-1-expected_meta0] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[no table rows] PASSED tests/unit/test_migration.py::test__extract_docs_from_table_rows[single initial document] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[single initial group] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[two documents] PASSED tests/unit/test_migration.py::test__extract_docs_from_table_rows[distinct two groups] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[distinct document and group] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[distinct group and document] PASSED tests/unit/test_migration.py::test__extract_docs_from_table_rows[nested document in group] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[nested group in group] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[distinct rows(group, group, group)] PASSED tests/unit/test_migration.py::test__extract_docs_from_table_rows[distinct rows(group, doc, group)] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[multi rows 1 nested(group, nested-doc, group)] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[multi rows 2 separately nested(group, nested-group, nested-doc)0] PASSED tests/unit/test_migration.py::test__extract_docs_from_table_rows[multi rows 2 nested in group(group, nested-doc, nested-doc)] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[multi rows 2 separately nested(group, nested-group, doc)] PASSED tests/unit/test_migration.py::testextract_docs_from_table_rows[multi rows 2 separately nested(group, nested-group, nested-doc)1] PASSED tests/unit/test_migration.py::test__extract_docs_from_table_rows[multi rows nested(group, nested-group, nested-group-nested-doc)] PASSED tests/unit/test_migration.py::testmigrate_gitkeep[single .gitkeep] PASSED tests/unit/test_migration.py::testmigrate_gitkeep[nested .gitkeep] PASSED tests/unit/test_migration.py::testmigrate_document_fail PASSED tests/unit/test_migration.py::testmigrate_document PASSED tests/unit/test_migration.py::testmigrate_index PASSED tests/unit/test_migration.py::testrun_one[gitkeep file] PASSED tests/unit/test_migration.py::testrun_one[document file] PASSED tests/unit/test_migration.py::testrun_one[index file] PASSED tests/unit/test_migration.py::testget_docs_metadata PASSED tests/unit/test_migration.py::test_run_error PASSED tests/unit/test_migration.py::test_run[single doc] PASSED tests/unit/test_migration.py::test_run[nested doc] PASSED tests/unit/test_migration.py::test_run[nested group no docs] PASSED tests/unit/test_navigation_table.py::testfilter_line[empty] PASSED tests/unit/test_navigation_table.py::test__filter_line[does not match any line regex] PASSED tests/unit/test_navigation_table.py::testfilter_line[line with nothing] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header lower case] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches the header upper case] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header mixed case] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header single leading space] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches the header multiple leading space] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header leading tab] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header space before level] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches the header space after level] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header space before path] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header space after path] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches the header space before navlink] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header space after navlink] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches the header trailing space] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches filler single dash] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches filler multiple dash] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches filler leading space] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches filler space before first column] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches filler space after first column] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches filler space before second column] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches filler space after second column] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches filler space before third column] PASSED tests/unit/test_navigation_table.py::testfilter_line[matches filler space after third column] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches filler trailing space] PASSED tests/unit/test_navigation_table.py::testfilter_line[first column empty] PASSED tests/unit/test_navigation_table.py::testfilter_line[first column character] PASSED tests/unit/test_navigation_table.py::test__filter_line[second column empty] PASSED tests/unit/test_navigation_table.py::testfilter_line[second column forward slash] PASSED tests/unit/test_navigation_table.py::testfilter_line[third column empty] PASSED tests/unit/test_navigation_table.py::test__filter_line[third column leading square bracket missing] PASSED tests/unit/test_navigation_table.py::testfilter_line[third column title missing] PASSED tests/unit/test_navigation_table.py::testfilter_line[third column closing square bracket missing] PASSED tests/unit/test_navigation_table.py::test__filter_line[third column opening link bracket missing] PASSED tests/unit/test_navigation_table.py::testfilter_line[third column link includes backslash] PASSED tests/unit/test_navigation_table.py::testfilter_line[third column closing link bracket missing] PASSED tests/unit/test_navigation_table.py::test__filter_line[matches row] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple leading space] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple space before first column] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple space after first column] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple space before second column] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple space after second column] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple space before third column] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple space after third column] PASSED tests/unit/test_navigation_table.py::testline_to_row[simple trailing space] PASSED tests/unit/test_navigation_table.py::testline_to_row[first column multiple digits] PASSED tests/unit/test_navigation_table.py::testline_to_row[second column multiple characters] PASSED tests/unit/test_navigation_table.py::testline_to_row[second column upper case] PASSED tests/unit/test_navigation_table.py::testline_to_row[second column digit] PASSED tests/unit/test_navigation_table.py::testline_to_row[second column underscore] PASSED tests/unit/test_navigation_table.py::testline_to_row[second column dash] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title multiple characters] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title capital character] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title digit] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title underscore] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title dash] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title punctuation colon] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title punctuation exclamation] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title punctuation plus] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title punctuation question] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title space] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title space before] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title space after] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column title embedded space] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link defined] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column white spave between title and link] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link whitespace before] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link whitespace after] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link multiple characters] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link upper case] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link digit] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link forward slash] PASSED tests/unit/test_navigation_table.py::testline_to_row[third column link dash] PASSED tests/unit/test_navigation_table.py::testline_to_row_no_match PASSED tests/unit/test_navigation_table.py::testcheck_table_row_write_permission_group PASSED tests/unit/test_navigation_table.py::testcheck_table_row_write_permission_page_error PASSED tests/unit/test_navigation_table.py::testcheck_table_row_write_permission_page_false PASSED tests/unit/test_navigation_table.py::testcheck_table_row_write_permission_page_true PASSED tests/unit/test_navigation_table.py::test_from_page_missing_write_permission PASSED tests/unit/test_navigation_table.py::test_from_page[empty] PASSED tests/unit/test_navigation_table.py::test_from_page[header only] PASSED tests/unit/test_navigation_table.py::test_from_page[header, filler] PASSED tests/unit/test_navigation_table.py::test_from_page[header, filler and single row] PASSED tests/unit/test_navigation_table.py::test_from_page[header, single row] PASSED tests/unit/test_navigation_table.py::test_from_page[text, header, single row] PASSED tests/unit/test_navigation_table.py::test_from_page[header, multiple rows] PASSED tests/unit/test_navigation_table.py::test_from_page_indico PASSED tests/unit/test_pull_request.py::test_create_pull_request_no_dirty_files ERROR tests/unit/test_pull_request.py::test_create_pull_request_existing_branch ERROR tests/unit/test_pull_request.py::test_create_pull_request ERROR tests/unit/test_reconcile.py::test__local_only_file PASSED tests/unit/test_reconcile.py::testlocal_only_directory PASSED tests/unit/test_reconcile.py::testlocal_and_server_error[level mismatch] ERROR tests/unit/test_reconcile.py::testlocal_and_server_error[table path mismatch] ERROR tests/unit/test_reconcile.py::testlocal_and_server_error[level and table path mismatch] ERROR tests/unit/test_reconcile.py::testget_server_content_missing_link PASSED tests/unit/test_reconcile.py::testget_server_content_server_error PASSED tests/unit/test_reconcile.py::test__local_and_server_file_same[same] ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[server leading whitespace] ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[server leading whitespace new line] ERROR tests/unit/test_reconcile.py::test__local_and_server_file_same[server trailing whitespace] ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[local leading whitespace] ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[local leading whitespace new line] ERROR tests/unit/test_reconcile.py::test__local_and_server_file_same[local trailing whitespace] ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change_repo_error ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change_repo_tag_not_found ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change_file_not_in_repo ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_navlink_title_change ERROR tests/unit/test_reconcile.py::testlocal_and_server_directory_same ERROR tests/unit/test_reconcile.py::test__local_and_server_directory_navlink_title_changed ERROR tests/unit/test_reconcile.py::testlocal_and_server_directory_to_file ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_to_directory ERROR tests/unit/test_reconcile.py::testserver_only_file PASSED tests/unit/test_reconcile.py::testserver_only_file_discourse_error PASSED tests/unit/test_reconcile.py::test__server_only_directory PASSED tests/unit/test_reconcile.py::testcalculate_action_error ERROR tests/unit/test_reconcile.py::testcalculate_action[path info defined table row None] ERROR tests/unit/test_reconcile.py::testcalculate_action[path info defined table row defined] ERROR tests/unit/test_reconcile.py::testcalculate_action[path info None table row defined] ERROR tests/unit/test_reconcile.py::test_run[empty path infos empty table rows] ERROR tests/unit/test_reconcile.py::test_run[single path info empty table rows] ERROR tests/unit/test_reconcile.py::test_run[multiple path infos empty table rows] ERROR tests/unit/test_reconcile.py::test_run[multiple path infos empty table rows alternate order] ERROR tests/unit/test_reconcile.py::test_run[empty path infos single table row] ERROR tests/unit/test_reconcile.py::test_run[empty path infos multiple table rows] ERROR tests/unit/test_reconcile.py::test_run[single path info single table row match] ERROR tests/unit/test_reconcile.py::test_run[single path info single table row level mismatch] ERROR tests/unit/test_reconcile.py::test_run[single path info single table row path mismatch] ERROR tests/unit/test_reconcile.py::test_index_page[empty local only empty rows] PASSED tests/unit/test_reconcile.py::test_index_page[local only empty rows] PASSED tests/unit/test_reconcile.py::test_index_page[local only single row] PASSED tests/unit/test_reconcile.py::test_index_page[local only multiple rows] PASSED tests/unit/test_reconcile.py::test_index_page[local server same empty rows] PASSED tests/unit/test_reconcile.py::test_index_page[local server whitespace different same empty rows] PASSED tests/unit/test_reconcile.py::test_index_page[local whitespace server different same empty rows] PASSED tests/unit/test_reconcile.py::test_index_page[local server different empty rows] PASSED tests/unit/test_repository.py::testinit ERROR tests/unit/test_repository.py::testinitname_email_set ERROR tests/unit/test_repository.py::test_check_branch_exists_error ERROR tests/unit/test_repository.py::test_check_branch_not_exists ERROR tests/unit/test_repository.py::test_check_branch_exists ERROR tests/unit/test_repository.py::test_current_branch_switch_main ERROR tests/unit/test_repository.py::test_current_branch_switch_to_tag ERROR tests/unit/test_repository.py::test_create_branch_error ERROR tests/unit/test_repository.py::test_create_branch ERROR tests/unit/test_repository.py::test_create_branch_checkout_clash_default ERROR tests/unit/test_repository.py::test_create_branch_checkout_clash_created ERROR tests/unit/test_repository.py::test_create_pull_request_error ERROR tests/unit/test_repository.py::test_create_pull_request ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[get_git_ref] ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[create_git_tag] ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[create_git_ref] ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[get_git_ref.return_value.delete] ERROR tests/unit/test_repository.py::test_tag_commit_tag_not_exists ERROR tests/unit/test_repository.py::test_tag_commit_tag_exists ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_tag_github_error ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_tag_unknown_object_error ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_content_github_error ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_unknown_object_error ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_list ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_content_none ERROR tests/unit/test_repository.py::test_get_file_content_from_tag ERROR tests/unit/test_repository.py::test_get_repository_name_invalid[non-github url] PASSED tests/unit/test_repository.py::test_get_repository_name_invalid[http url] PASSED tests/unit/test_repository.py::test_get_repository_name_invalid[ssh url] PASSED tests/unit/test_repository.py::test_get_repository_name[valid url] PASSED tests/unit/test_repository.py::test_get_repository_name[valid git url] PASSED tests/unit/test_repository.py::test_create_repository_client_no_token PASSED tests/unit/test_repository.py::test_create_repository_client ERROR tests/unit/test_repository.py::test_repository_summary_modified ERROR tests/unit/test_repository.py::test_repository_summary_new ERROR tests/unit/test_repository.py::test_repository_summary_remove ERROR tests/unit/test_repository.py::test_repository_summary_invalid_operation ERROR tests/unit/test_repository.py::test_repository_pull_default_branch ERROR tests/unit/test_repository.py::test_repository_pull_other_branch ERROR tests/unit/test_repository.py::test_switch_branch_pop_error ERROR tests/unit/test_repository.py::test_update_branch_unknown_error ERROR tests/unit/test_repository.py::test_get_single_pull_request ERROR tests/unit/test_repository.py::test_get_non_existing_pull_request ERROR tests/unit/test_repository.py::test_get_multiple_pull_request_error ERROR tests/unit/testtypes.py::test_table_row_is_group[not group] PASSED tests/unit/testtypes.py::test_table_row_is_group[is group] PASSED tests/unit/testtypes.py::test_table_row_to_markdown[not group] PASSED tests/unit/testtypes.py::test_table_row_to_markdown[url with protocol and host] PASSED tests/unit/testtypes.py::test_table_row_to_markdown[is group] PASSED tests/unit/action/test_other_actions.py::test__create_directory[dry run mode enabled] PASSED tests/unit/action/test_other_actions.py::testcreate_directory[dry run mode disabled] PASSED tests/unit/action/test_other_actions.py::testcreate_file_dry_run PASSED tests/unit/action/test_other_actions.py::testcreate_file_fail PASSED tests/unit/action/test_other_actions.py::testcreate_file PASSED tests/unit/action/test_other_actions.py::testnoop[directory] PASSED tests/unit/action/test_other_actions.py::testnoop[file] PASSED tests/unit/action/test_other_actions.py::testdelete_not_delete[dry run mode enabled] PASSED tests/unit/action/test_other_actions.py::testdelete_not_delete[delete pages false enabled] PASSED tests/unit/action/test_other_actions.py::testdelete_not_delete[directory] PASSED tests/unit/action/test_other_actions.py::testdelete_error PASSED tests/unit/action/test_other_actions.py::testdelete PASSED tests/unit/action/test_other_actions.py::testrun_one[create] PASSED tests/unit/action/test_other_actions.py::testrun_one[noop] PASSED tests/unit/action/test_other_actions.py::testrun_one[update] PASSED tests/unit/action/test_other_actions.py::test__run_one[delete] PASSED tests/unit/action/test_other_actions.py::testrun_index_dry_run[create] PASSED tests/unit/action/test_other_actions.py::testrun_index_dry_run[noop] PASSED tests/unit/action/test_other_actions.py::test__run_index_dry_run[update] PASSED tests/unit/action/test_other_actions.py::testrun_index_create_error PASSED tests/unit/action/test_other_actions.py::testrun_index_create PASSED tests/unit/action/test_other_actions.py::testrun_index_noop PASSED tests/unit/action/test_other_actions.py::testrun_index_update_error PASSED tests/unit/action/test_other_actions.py::testrun_index_update PASSED tests/unit/action/test_other_actions.py::test_run_all[empty] PASSED tests/unit/action/test_other_actions.py::test_run_all[single] PASSED tests/unit/action/test_other_actions.py::test_run_all[multiple] PASSED tests/unit/action/test_update_action.py::testupdate_directory[dry run mode enabled] PASSED tests/unit/action/test_update_action.py::testupdate_directory[dry run mode disabled] PASSED tests/unit/action/test_update_action.py::testupdate_file_dry_run PASSED tests/unit/action/test_update_action.py::testupdate_file_navlink_title_change PASSED tests/unit/action/test_update_action.py::testupdate_file_navlink_content_change_discourse_error PASSED tests/unit/action/test_update_action.py::test__update_file_navlink_content_change_conflict[merge conflict] PASSED tests/unit/action/test_update_action.py::testupdate_file_navlink_content_change_conflict[no base] PASSED tests/unit/action/test_update_action.py::testupdate_file_navlink_content_change PASSED tests/unit/action/test_update_action.py::testupdate_file_navlink_content_change_error PASSED

==================================== ERRORS ==================================== _ ERROR at setup of test__run_reconcile_empty_localserver Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__run_reconcile_local_emptyserver Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__run_reconcile_local_empty_server_dryrun Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test__run_reconcile_local_empty_server_error ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _____ ERROR at setup of testrun_reconcile_local_server_conflict ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testrun_reconcile_no_docs ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testrun_migrate_server_error_index __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testrun_migrate_server_error_topic __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of testrun_migrate_no_docs_information __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__run_migrate __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test__run_migrate_with_pullrequest ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of testrun_migrate_with_pull_request_nomodification ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _____ ERROR at setup of test_run_no_docs_emptydir ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_run_no_docs_dir ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of test_run_migrate_same_content_local_and_server ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_create_pull_request_no_dirty_files ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_create_pull_request_existing_branch __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_create_pull_request __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test__local_and_server_error[level mismatch] ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_error[table path mismatch] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_servererror[level and table path mismatch] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[same] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[server leading whitespace] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[server leading whitespace new line] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[server trailing whitespace] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[local leading whitespace] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[local leading whitespace new line] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_filesame[local trailing whitespace] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_file_content_change_repo_error __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_file_content_change_repo_tag_notfound Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_file_content_change_file_not_inrepo Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _____ ERROR at setup of testlocal_and_server_file_content_change ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of testlocal_and_server_file_navlink_title_change ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of testlocal_and_server_directory_same __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__local_and_server_directory_navlink_titlechanged Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test__local_and_server_directory_to_file __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test__local_and_server_file_to_directory __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testcalculate_action_error __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ERROR at setup of testcalculate_action[path info defined table row None] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test__calculateaction[path info defined table row defined] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ERROR at setup of testcalculate_action[path info None table row defined] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testrun[empty path infos empty table rows] ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testrun[single path info empty table rows] ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of test_run[multiple path infos empty table rows] ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of testrun[multiple path infos empty table rows alternate order] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testrun[empty path infos single table row] ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of test_run[empty path infos multiple table rows] ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_run[single path info single table row match] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of testrun[single path info single table row level mismatch] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_run[single path info single table row path mismatch] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of testinit ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of testinitname_emailset Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_check_branch_existserror Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_check_branch_not_exists ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_check_branch_exists __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_current_branch_switch_main ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_current_branch_switch_to_tag __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_create_branch_error __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_createbranch Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_create_branch_checkout_clash_default __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_create_branch_checkout_clash_created __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_create_pull_requesterror Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_create_pull_request __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_tag_commit_tag_github_error[get_git_ref] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_tag_commit_tag_github_error[create_git_tag] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_tag_commit_tag_github_error[create_git_ref] __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_tag_commit_tag_github_error[get_git_ref.returnvalue.delete] Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of test_tag_commit_tag_not_exists ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_tag_commit_tagexists Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_get_file_content_from_tag_tag_github_error ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ERROR at setup of test_get_file_content_from_tag_tag_unknown_objecterror Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_get_file_content_from_tag_content_github_error ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_get_file_content_from_tag_unknown_object_error ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_get_file_content_from_taglist ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_get_file_content_from_tag_contentnone ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of test_get_file_content_from_tag ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _ ERROR at setup of test_create_repository_client __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_repository_summary_modified __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_repository_summarynew ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ___ ERROR at setup of test_repository_summary_remove ___ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _____ ERROR at setup of test_repository_summary_invalid_operation __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_repository_pull_defaultbranch ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _____ ERROR at setup of test_repository_pull_other_branch __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_switch_branch_pop_error ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' __ ERROR at setup of test_update_branch_unknown_error __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_get_single_pull_request ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' _____ ERROR at setup of test_get_non_existing_pullrequest ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' ____ ERROR at setup of test_get_multiple_pull_request_error ____ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/conftest.py", line 65, in fixture_git_repo repo.git.commit("-m", "'initial commit'") File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 741, in return lambda *args, *kwargs: self._call_process(name, args, kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, exec_kwargs) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/cmd.py", line 1109, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git commit -m 'initial commit' stderr: 'Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'runner@fv-az559-422.(none)')' =================================== FAILURES =================================== __ test_setup_clients __ Traceback (most recent call last): File "/home/runner/work/upload-charm-docs/upload-charm-docs/tests/unit/test_init.py", line 45, in test_setup_clients clients = get_clients(user_inputs=user_inputs, base_path=path) File "/home/runner/work/upload-charm-docs/upload-charm-docs/src/init__.py", line 48, in get_clients repository=create_repository_client( File "/home/runner/work/upload-charm-docs/upload-charm-docs/src/repository.py", line 548, in create_repository_client local_repo = Repo(base_path) File "/home/runner/work/upload-charm-docs/upload-charm-docs/.tox/unit/lib/python3.10/site-packages/git/repo/base.py", line 213, in init raise NoSuchPathError(epath) git.exc.NoSuchPathError: /home/runner/work/upload-charm-docs/upload-charm-docs/MagicMock/get_repo.working_dir/140686948612416 =========================== short test summary info ============================ FAILED tests/unit/test_init.py::test_setupclients - git.exc.NoSuchPathError: /home/runner/work/upload-charm-docs/upload-charm-d... ERROR tests/unit/testinit.py::testrun_reconcile_empty_local_server - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::testrun_reconcile_local_emptyserver - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit.py::testrun_reconcile_local_empty_server_dry_run - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::testrun_reconcile_local_empty_server_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::test__run_reconcile_local_serverconflict - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit.py::testrun_reconcile_no_docs - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::testrun_migrate_server_errorindex - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit.py::testrun_migrate_server_error_topic - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::testrun_migrate_no_docsinformation - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit.py::testrun_migrate - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::testrun_migrate_with_pullrequest - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit.py::testrun_migrate_with_pull_request_no_modification - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_init.py::test_run_no_docs_emptydir - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit__.py::test_run_no_docsdir - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/testinit.py::test_run_migrate_same_content_local_and_server - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_pull_request.py::test_create_pull_request_no_dirty_files - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_pull_request.py::test_create_pull_request_existing_branch - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_pull_request.py::test_create_pull_request - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_error[level mismatch] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_error[table path mismatch] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_error[level and table path mismatch] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[same] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test__local_and_server_file_same[server leading whitespace] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[server leading whitespace new line] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[server trailing whitespace] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test__local_and_server_file_same[local leading whitespace] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[local leading whitespace new line] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_same[local trailing whitespace] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change_repo_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change_repo_tag_not_found - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change_file_not_in_repo - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_content_change - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test__local_and_server_file_navlink_title_change - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_directory_same - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_directory_navlink_title_changed - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_directory_to_file - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testlocal_and_server_file_to_directory - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test__calculate_action_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testcalculate_action[path info defined table row None] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testcalculate_action[path info defined table row defined] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::testcalculate_action[path info None table row defined] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[empty path infos empty table rows] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[single path info empty table rows] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[multiple path infos empty table rows] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[multiple path infos empty table rows alternate order] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[empty path infos single table row] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[empty path infos multiple table rows] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[single path info single table row match] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[single path info single table row level mismatch] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_reconcile.py::test_run[single path info single table row path mismatch] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::testinit - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::testinitname_email_set - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_check_branch_exists_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_check_branch_not_exists - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_check_branch_exists - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_current_branch_switch_main - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_current_branch_switch_to_tag - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_branch_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_branch - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_branch_checkout_clash_default - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_branch_checkout_clash_created - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_pull_request_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_pull_request - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[get_git_ref] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[create_git_tag] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[create_git_ref] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_tag_commit_tag_github_error[get_git_ref.return_value.delete] - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_tag_commit_tag_not_exists - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_tag_commit_tag_exists - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_tag_github_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_tag_unknown_object_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_content_github_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_unknown_object_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_list - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag_content_none - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_file_content_from_tag - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_create_repository_client - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_repository_summary_modified - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_repository_summary_new - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_repository_summary_remove - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_repository_summary_invalid_operation - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_repository_pull_default_branch - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_repository_pull_other_branch - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_switch_branch_pop_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_update_branch_unknown_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_single_pull_request - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_non_existing_pull_request - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) ERROR tests/unit/test_repository.py::test_get_multiple_pull_request_error - git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) =================== 1 failed, 380 passed, 88 errors in 3.96s ===================

github-actions[bot] commented 1 year ago

Test coverage for a10b683e6cc2bc6e50ff03626a5ca14374831d84

Name                      Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------------
src/__init__.py              56     32     14      0    34%   68-122, 136-160
src/action.py               156      0     46      0   100%
src/check.py                 29      0     10      0   100%
src/constants.py              4      0      0      0   100%
src/content.py               52      0      8      0   100%
src/discourse.py            156      0     34      0   100%
src/docs_directory.py        29      1      8      0    97%   149
src/download.py              27     17      2      0    34%   23-34, 52-69
src/exceptions.py            14      0      0      0   100%
src/index.py                 28      0      6      0   100%
src/metadata.py              28      0     12      0   100%
src/migration.py            106      0     35      0   100%
src/navigation_table.py      53      0     16      0   100%
src/pull_request.py          24     15      8      0    28%   29-41, 51-56
src/reconcile.py             88     44     40      0    41%   86-91, 109-118, 157, 199-230, 279-305, 376-385, 430-442
src/repository.py           208    130     62      0    30%   80-89, 108-111, 124-129, 150-152, 161, 166, 171, 176-185, 190, 204-209, 214-216, 226-230, 241-253, 264-270, 292-299, 315-328, 335-344, 358-364, 380-392, 406-418, 429-433, 445-457, 476-508, 549-554
src/types_.py               126      0     22      0   100%
---------------------------------------------------------------------
TOTAL                      1184    239    323      0    77%
Coverage failure: total of 77 is less than fail-under=100

Static code analysis report

Run started:2023-04-17 01:10:05.704676

Test results:
    No issues identified.

Code scanned:
    Total lines of code: 10324
    Total lines skipped (#nosec): 14
    Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
    Total issues (by severity):
        Undefined: 0
        Low: 0
        Medium: 0
        High: 0
    Total issues (by confidence):
        Undefined: 0
        Low: 0
        Medium: 0
        High: 0
Files skipped (0):
deusebio commented 1 year ago

superseded by #161