Skip to content

docs: add howto guide for defining schemas

16e4273
Select commit
Loading
Failed to load commit list.
Merged

Support defining Schemas as dicts #939

docs: add howto guide for defining schemas
16e4273
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / test-unit-py314 succeeded Apr 23, 2026 in 3m 55s

FirefoxCI (pull_request)

Run unit tests with py314 on Linux (Treeherder push)

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2026-04-23T19:54:41.452Z
Resolved: 2026-04-23T19:56:58.100Z
Task Execution Time: 2 minutes, 16 seconds, 648 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: auckpGNDS8qAasxX5UZHWw
RunId: 0

Artifacts

- public/coverage.py314
- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2026-04-23T19:54:41.509Z] Worker Type (taskgraph-t/linux-docker) settings:
[taskcluster 2026-04-23T19:54:41.509Z]   {
[taskcluster 2026-04-23T19:54:41.509Z]     "generic-worker": {
[taskcluster 2026-04-23T19:54:41.509Z]       "config": {
[taskcluster 2026-04-23T19:54:41.509Z]         "headlessTasks": true
[taskcluster 2026-04-23T19:54:41.509Z]       },
[taskcluster 2026-04-23T19:54:41.509Z]       "engine": "multiuser",
[taskcluster 2026-04-23T19:54:41.509Z]       "go-arch": "amd64",
[taskcluster 2026-04-23T19:54:41.509Z]       "go-os": "linux",
[taskcluster 2026-04-23T19:54:41.509Z]       "go-version": "go1.26.0",
[taskcluster 2026-04-23T19:54:41.509Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v97.0.1",
[taskcluster 2026-04-23T19:54:41.509Z]       "revision": "6519c127aad40a47b1412136d9a5797a76eca200",
[taskcluster 2026-04-23T19:54:41.509Z]       "source": "https://github.com/taskcluster/taskcluster/commits/6519c127aad40a47b1412136d9a5797a76eca200",
[taskcluster 2026-04-23T19:54:41.509Z]       "version": "97.0.1"
[taskcluster 2026-04-23T19:54:41.509Z]     },
[taskcluster 2026-04-23T19:54:41.509Z]     "image": "projects/taskcluster-imaging/global/images/gw-fxci-gcp-l1-2404-amd64-headless-googlecompute-2026-03-05",
[taskcluster 2026-04-23T19:54:41.509Z]     "instance-id": "8262021113404966465",
[taskcluster 2026-04-23T19:54:41.509Z]     "instance-type": "projects/887720501152/machineTypes/c2-standard-4",
[taskcluster 2026-04-23T19:54:41.509Z]     "local-ipv4": "10.128.4.22",
[taskcluster 2026-04-23T19:54:41.509Z]     "project-id": "fxci-production-level1-workers",

...(545 lines hidden)...

[task 2026-04-23T19:56:22.013+00:00] test/test_util_readonlydict.py::test_copy PASSED                         [ 71%]
[task 2026-04-23T19:56:22.014+00:00] test/test_util_readonlydict.py::test_pickle PASSED                       [ 71%]
[task 2026-04-23T19:56:22.034+00:00] test/test_util_schema.py::TestValidateSchema::test_invalid PASSED        [ 71%]
[task 2026-04-23T19:56:22.035+00:00] test/test_util_schema.py::TestValidateSchema::test_valid PASSED          [ 72%]
[task 2026-04-23T19:56:22.039+00:00] test/test_util_schema.py::TestSchemaFeatures::test_allow_unknown_fields PASSED [ 72%]
[task 2026-04-23T19:56:22.041+00:00] test/test_util_schema.py::TestSchemaFeatures::test_forbid_unknown_fields PASSED [ 72%]
[task 2026-04-23T19:56:22.044+00:00] test/test_util_schema.py::TestSchemaFeatures::test_kebab_rename PASSED   [ 72%]
[task 2026-04-23T19:56:22.045+00:00] test/test_util_schema.py::test_validation_skipped PASSED                 [ 72%]
[task 2026-04-23T19:56:22.046+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_list PASSED           [ 72%]
[task 2026-04-23T19:56:22.047+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_match_default PASSED  [ 73%]
[task 2026-04-23T19:56:22.048+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_match_extra_value PASSED [ 73%]
[task 2026-04-23T19:56:22.049+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_match_nested_exact PASSED [ 73%]
[task 2026-04-23T19:56:22.050+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_match_partial_regexp PASSED [ 73%]
[task 2026-04-23T19:56:22.051+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_match_regexp PASSED   [ 73%]
[task 2026-04-23T19:56:22.052+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_multiple_matches PASSED [ 73%]
[task 2026-04-23T19:56:22.053+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_nested PASSED         [ 74%]
[task 2026-04-23T19:56:22.054+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_by PASSED          [ 74%]
[task 2026-04-23T19:56:22.055+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_by_dotted PASSED   [ 74%]
[task 2026-04-23T19:56:22.056+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_by_empty_dict PASSED [ 74%]
[task 2026-04-23T19:56:22.057+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_by_not_by PASSED   [ 74%]
[task 2026-04-23T19:56:22.058+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_by_not_dict PASSED [ 74%]
[task 2026-04-23T19:56:22.058+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_by_not_only_by PASSED [ 75%]
[task 2026-04-23T19:56:22.059+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_key PASSED         [ 75%]
[task 2026-04-23T19:56:22.060+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_key_no_default PASSED [ 75%]
[task 2026-04-23T19:56:22.061+00:00] test/test_util_schema.py::TestResolveKeyedBy::test_no_match PASSED       [ 75%]
[task 2026-04-23T19:56:22.062+00:00] test/test_util_schema.py::TestNestedStructFieldsOptional::test_index_schema_accepts_all_fields PASSED [ 75%]
[task 2026-04-23T19:56:22.063+00:00] test/test_util_schema.py::TestNestedStructFieldsOptional::test_index_schema_accepts_partial_fields PASSED [ 75%]
[task 2026-04-23T19:56:22.066+00:00] test/test_util_schema.py::TestValidateSchemaDictHandler::test_dict_schema_invalid PASSED [ 76%]
[task 2026-04-23T19:56:22.067+00:00] test/test_util_schema.py::TestValidateSchemaDictHandler::test_dict_schema_valid PASSED [ 76%]
[task 2026-04-23T19:56:22.074+00:00] test/test_util_schema.py::test_optionally_keyed_by PASSED                [ 76%]
[task 2026-04-23T19:56:22.078+00:00] test/test_util_schema.py::test_optionally_keyed_by_multiple_keys PASSED  [ 76%]
[task 2026-04-23T19:56:22.098+00:00] test/test_util_schema.py::test_optionally_keyed_by_object_passthrough PASSED [ 76%]
[task 2026-04-23T19:56:22.104+00:00] test/test_util_schema.py::test_optionally_keyed_by_dict PASSED           [ 76%]
[task 2026-04-23T19:56:22.115+00:00] test/test_util_schema.py::test_from_dict_valid[fields_dict0-data0-name-foo] PASSED [ 76%]
[task 2026-04-23T19:56:22.119+00:00] test/test_util_schema.py::test_from_dict_valid[fields_dict1-data1-count-None] PASSED [ 77%]
[task 2026-04-23T19:56:22.123+00:00] test/test_util_schema.py::test_from_dict_valid[fields_dict2-data2-tags-expected2] PASSED [ 77%]
[task 2026-04-23T19:56:22.127+00:00] test/test_util_schema.py::test_from_dict_valid[fields_dict3-data3-my_field-bar] PASSED [ 77%]
[task 2026-04-23T19:56:22.132+00:00] test/test_util_schema.py::test_from_dict_invalid[fields_dict0-data0] PASSED [ 77%]
[task 2026-04-23T19:56:22.135+00:00] test/test_util_schema.py::test_from_dict_invalid[fields_dict1-data1] PASSED [ 77%]
[task 2026-04-23T19:56:22.142+00:00] test/test_util_schema.py::test_exclusive[data0-True] PASSED              [ 77%]
[task 2026-04-23T19:56:22.146+00:00] test/test_util_schema.py::test_exclusive[data1-False] PASSED             [ 78%]
[task 2026-04-23T19:56:22.151+00:00] test/test_util_schema.py::test_exclusive[data2-False] PASSED             [ 78%]
[task 2026-04-23T19:56:22.193+00:00] test/test_util_taskcluster.py::test_get_root_url PASSED                  [ 78%]
[task 2026-04-23T19:56:22.217+00:00] test/test_util_taskcluster.py::test_get_artifact_url PASSED              [ 78%]
[task 2026-04-23T19:56:22.255+00:00] test/test_util_taskcluster.py::test_get_artifact PASSED                  [ 78%]
[task 2026-04-23T19:56:22.262+00:00] test/test_util_taskcluster.py::test_list_artifact PASSED                 [ 78%]
[task 2026-04-23T19:56:22.282+00:00] test/test_util_taskcluster.py::test_get_artifact_path PASSED             [ 79%]
[task 2026-04-23T19:56:22.292+00:00] test/test_util_taskcluster.py::test_get_index_url PASSED                 [ 79%]
[task 2026-04-23T19:56:22.298+00:00] test/test_util_taskcluster.py::test_find_task_id PASSED                  [ 79%]
[task 2026-04-23T19:56:22.307+00:00] test/test_util_taskcluster.py::test_find_task_id_batched PASSED          [ 79%]
[task 2026-04-23T19:56:22.316+00:00] test/test_util_taskcluster.py::test_get_artifact_from_index PASSED       [ 79%]
[task 2026-04-23T19:56:22.324+00:00] test/test_util_taskcluster.py::test_get_artifact_from_index_uses_artifact_path_for_parsing PASSED [ 79%]
[task 2026-04-23T19:56:22.332+00:00] test/test_util_taskcluster.py::test_list_tasks PASSED                    [ 80%]
[task 2026-04-23T19:56:22.338+00:00] test/test_util_taskcluster.py::test_parse_time PASSED                    [ 80%]
[task 2026-04-23T19:56:22.344+00:00] test/test_util_taskcluster.py::test_get_task_url PASSED                  [ 80%]
[task 2026-04-23T19:56:22.352+00:00] test/test_util_taskcluster.py::test_get_task_definition PASSED           [ 80%]
[task 2026-04-23T19:56:22.367+00:00] test/test_util_taskcluster.py::test_get_task_definitions PASSED          [ 80%]
[task 2026-04-23T19:56:22.371+00:00] test/test_util_taskcluster.py::test_cancel_task PASSED                   [ 80%]
[task 2026-04-23T19:56:22.377+00:00] test/test_util_taskcluster.py::test_status_task PASSED                   [ 81%]
[task 2026-04-23T19:56:22.387+00:00] test/test_util_taskcluster.py::test_status_task_batched PASSED           [ 81%]
[task 2026-04-23T19:56:22.393+00:00] test/test_util_taskcluster.py::test_state_task PASSED                    [ 81%]
[task 2026-04-23T19:56:22.395+00:00] test/test_util_taskcluster.py::test_rerun_task PASSED                    [ 81%]
[task 2026-04-23T19:56:22.399+00:00] test/test_util_taskcluster.py::test_get_current_scopes PASSED            [ 81%]
[task 2026-04-23T19:56:22.401+00:00] test/test_util_taskcluster.py::test_purge_cache PASSED                   [ 81%]
[task 2026-04-23T19:56:22.403+00:00] test/test_util_taskcluster.py::test_send_email PASSED                    [ 82%]
[task 2026-04-23T19:56:22.409+00:00] test/test_util_taskcluster.py::test_list_task_group_incomplete_tasks PASSED [ 82%]
[task 2026-04-23T19:56:22.417+00:00] test/test_util_taskcluster.py::test_get_ancestors PASSED                 [ 82%]
[task 2026-04-23T19:56:22.424+00:00] test/test_util_taskcluster.py::test_get_ancestors_string PASSED          [ 82%]
[task 2026-04-23T19:56:22.428+00:00] test/test_util_taskcluster.py::test_get_taskcluster_client PASSED        [ 82%]
[task 2026-04-23T19:56:22.429+00:00] test/test_util_templates.py::MergeTest::test_merge PASSED                [ 82%]
[task 2026-04-23T19:56:22.430+00:00] test/test_util_templates.py::MergeTest::test_merge_by PASSED             [ 83%]
[task 2026-04-23T19:56:22.431+00:00] test/test_util_templates.py::MergeTest::test_merge_diff_types PASSED     [ 83%]
[task 2026-04-23T19:56:22.431+00:00] test/test_util_templates.py::MergeTest::test_merge_multiple_by PASSED    [ 83%]
[task 2026-04-23T19:56:22.432+00:00] test/test_util_templates.py::MergeTest::test_merge_to_dicts PASSED       [ 83%]
[task 2026-04-23T19:56:22.433+00:00] test/test_util_templates.py::MergeTest::test_merge_to_lists PASSED       [ 83%]
[task 2026-04-23T19:56:22.445+00:00] test/test_util_time.py::FromNowTest::test_current_json_time PASSED       [ 83%]
[task 2026-04-23T19:56:22.447+00:00] test/test_util_time.py::FromNowTest::test_invalid_str PASSED             [ 84%]
[task 2026-04-23T19:56:22.448+00:00] test/test_util_time.py::FromNowTest::test_json_from_now PASSED           [ 84%]
[task 2026-04-23T19:56:22.450+00:00] test/test_util_time.py::FromNowTest::test_json_from_now_tzinfo PASSED    [ 84%]
[task 2026-04-23T19:56:22.451+00:00] test/test_util_time.py::FromNowTest::test_json_from_now_utc_now PASSED   [ 84%]
[task 2026-04-23T19:56:22.453+00:00] test/test_util_time.py::FromNowTest::test_missing_unit PASSED            [ 84%]
[task 2026-04-23T19:56:22.455+00:00] test/test_util_time.py::FromNowTest::test_missing_unknown_unit PASSED    [ 84%]
[task 2026-04-23T19:56:22.459+00:00] test/test_util_time.py::FromNowTest::test_value_of PASSED                [ 84%]
[task 2026-04-23T19:56:22.461+00:00] test/test_util_treeherder.py::TestSymbols::test_add_suffix_no_group PASSED [ 85%]
[task 2026-04-23T19:56:22.462+00:00] test/test_util_treeherder.py::TestSymbols::test_add_suffix_with_group PASSED [ 85%]
[task 2026-04-23T19:56:22.463+00:00] test/test_util_treeherder.py::TestSymbols::test_join_no_group PASSED     [ 85%]
[task 2026-04-23T19:56:22.464+00:00] test/test_util_treeherder.py::TestSymbols::test_join_with_group PASSED   [ 85%]
[task 2026-04-23T19:56:22.465+00:00] test/test_util_treeherder.py::TestSymbols::test_split_no_group PASSED    [ 85%]
[task 2026-04-23T19:56:22.466+00:00] test/test_util_treeherder.py::TestSymbols::test_split_with_group PASSED  [ 85%]
[task 2026-04-23T19:56:22.520+00:00] test/test_util_vcs.py::test_get_repository[git] PASSED                   [ 86%]
[task 2026-04-23T19:56:22.526+00:00] test/test_util_vcs.py::test_get_repository[hg] PASSED                    [ 86%]
[task 2026-04-23T19:56:22.537+00:00] test/test_util_vcs.py::test_get_repository_type[git] PASSED              [ 86%]
[task 2026-04-23T19:56:22.542+00:00] test/test_util_vcs.py::test_get_repository_type[hg] PASSED               [ 86%]
[task 2026-04-23T19:56:22.545+00:00] test/test_util_vcs.py::test_get_repository_type_failure PASSED           [ 86%]
[task 2026-04-23T19:56:22.550+00:00] test/test_util_vcs.py::test_hgplain PASSED                               [ 86%]
[task 2026-04-23T19:56:22.578+00:00] test/test_util_vcs.py::test_get_commit_message[git-commit message in\u2026 pure utf8] PASSED [ 87%]
[task 2026-04-23T19:56:22.600+00:00] test/test_util_vcs.py::test_get_commit_message[git-commit message in... ascii] PASSED [ 87%]
[task 2026-04-23T19:56:23.445+00:00] test/test_util_vcs.py::test_get_commit_message[hg-commit message in\u2026 pure utf8] PASSED [ 87%]
[task 2026-04-23T19:56:24.238+00:00] test/test_util_vcs.py::test_get_commit_message[hg-commit message in... ascii] PASSED [ 87%]
[task 2026-04-23T19:56:24.251+00:00] test/test_util_vcs.py::test_calculate_head_rev[git] PASSED               [ 87%]
[task 2026-04-23T19:56:24.494+00:00] test/test_util_vcs.py::test_calculate_head_rev[hg] PASSED                [ 87%]
[task 2026-04-23T19:56:24.511+00:00] test/test_util_vcs.py::test_get_repo_path[git] PASSED                    [ 88%]
[task 2026-04-23T19:56:24.853+00:00] test/test_util_vcs.py::test_get_repo_path[hg] PASSED                     [ 88%]
[task 2026-04-23T19:56:24.880+00:00] test/test_util_vcs.py::test_update[git] PASSED                           [ 88%]
[task 2026-04-23T19:56:26.413+00:00] test/test_util_vcs.py::test_update[hg] PASSED                            [ 88%]
[task 2026-04-23T19:56:26.449+00:00] test/test_util_vcs.py::test_branch[git] PASSED                           [ 88%]
[task 2026-04-23T19:56:27.593+00:00] test/test_util_vcs.py::test_branch[hg] PASSED                            [ 88%]
[task 2026-04-23T19:56:27.604+00:00] test/test_util_vcs.py::test_remote_name_no_remote[git] PASSED            [ 89%]
[task 2026-04-23T19:56:27.822+00:00] test/test_util_vcs.py::test_remote_name_no_remote[hg] PASSED             [ 89%]
[task 2026-04-23T19:56:27.880+00:00] test/test_util_vcs.py::test_remote_name[git] PASSED                      [ 89%]
[task 2026-04-23T19:56:28.369+00:00] test/test_util_vcs.py::test_remote_name[hg] PASSED                       [ 89%]
[task 2026-04-23T19:56:28.421+00:00] test/test_util_vcs.py::test_all_remote_names[git] PASSED                 [ 89%]
[task 2026-04-23T19:56:29.102+00:00] test/test_util_vcs.py::test_all_remote_names[hg] PASSED                  [ 89%]
[task 2026-04-23T19:56:29.146+00:00] test/test_util_vcs.py::test_remote_name_many_remotes[git] PASSED         [ 90%]
[task 2026-04-23T19:56:29.903+00:00] test/test_util_vcs.py::test_remote_name_many_remotes[hg] PASSED          [ 90%]
[task 2026-04-23T19:56:29.962+00:00] test/test_util_vcs.py::test_remote_name_default_and_origin[git] PASSED   [ 90%]
[task 2026-04-23T19:56:30.593+00:00] test/test_util_vcs.py::test_remote_name_default_and_origin[hg] PASSED    [ 90%]
[task 2026-04-23T19:56:30.611+00:00] test/test_util_vcs.py::test_default_branch_guess[git] PASSED             [ 90%]
[task 2026-04-23T19:56:30.616+00:00] test/test_util_vcs.py::test_default_branch_guess[hg] PASSED              [ 90%]
[task 2026-04-23T19:56:30.649+00:00] test/test_util_vcs.py::test_default_branch_remote_query[git] PASSED      [ 91%]
[task 2026-04-23T19:56:30.835+00:00] test/test_util_vcs.py::test_default_branch_remote_query[hg] PASSED       [ 91%]
[task 2026-04-23T19:56:30.855+00:00] test/test_util_vcs.py::test_default_branch_cloned_metadata[git] PASSED   [ 91%]
[task 2026-04-23T19:56:30.859+00:00] test/test_util_vcs.py::test_default_branch_cloned_metadata[hg] PASSED    [ 91%]
[task 2026-04-23T19:56:30.889+00:00] test/test_util_vcs.py::test_get_tracked_files[git] PASSED                [ 91%]
[task 2026-04-23T19:56:33.132+00:00] test/test_util_vcs.py::test_get_tracked_files[hg] PASSED                 [ 91%]
[task 2026-04-23T19:56:33.144+00:00] test/test_util_vcs.py::test_get_changed_files_no_changes[git] PASSED     [ 92%]
[task 2026-04-23T19:56:33.856+00:00] test/test_util_vcs.py::test_get_changed_files_no_changes[hg] PASSED      [ 92%]
[task 2026-04-23T19:56:33.885+00:00] test/test_util_vcs.py::test_get_changed_files_one_modified_file[git] PASSED [ 92%]
[task 2026-04-23T19:56:35.377+00:00] test/test_util_vcs.py::test_get_changed_files_one_modified_file[hg] PASSED [ 92%]
[task 2026-04-23T19:56:35.408+00:00] test/test_util_vcs.py::test_get_changed_files_one_deleted_file[git] PASSED [ 92%]
[task 2026-04-23T19:56:37.308+00:00] test/test_util_vcs.py::test_get_changed_files_one_deleted_file[hg] PASSED [ 92%]
[task 2026-04-23T19:56:37.341+00:00] test/test_util_vcs.py::test_get_changed_files_one_added_file[git] PASSED [ 92%]
[task 2026-04-23T19:56:39.038+00:00] test/test_util_vcs.py::test_get_changed_files_one_added_file[hg] PASSED  [ 93%]
[task 2026-04-23T19:56:39.095+00:00] test/test_util_vcs.py::test_get_changed_files_two_revisions[git] PASSED  [ 93%]
[task 2026-04-23T19:56:42.742+00:00] test/test_util_vcs.py::test_get_changed_files_two_revisions[hg] PASSED   [ 93%]
[task 2026-04-23T19:56:42.817+00:00] test/test_util_vcs.py::test_workdir_outgoing[git] PASSED                 [ 93%]
[task 2026-04-23T19:56:47.768+00:00] test/test_util_vcs.py::test_workdir_outgoing[hg] PASSED                  [ 93%]
[task 2026-04-23T19:56:47.810+00:00] test/test_util_vcs.py::test_working_directory_clean[git] PASSED          [ 93%]
[task 2026-04-23T19:56:50.010+00:00] test/test_util_vcs.py::test_working_directory_clean[hg] PASSED           [ 94%]
[task 2026-04-23T19:56:50.073+00:00] test/test_util_vcs.py::test_find_latest_common_revision[git] PASSED      [ 94%]
[task 2026-04-23T19:56:52.454+00:00] test/test_util_vcs.py::test_find_latest_common_revision[hg] PASSED       [ 94%]
[task 2026-04-23T19:56:52.480+00:00] test/test_util_vcs.py::test_does_revision_exist_locally[git] PASSED      [ 94%]
[task 2026-04-23T19:56:53.888+00:00] test/test_util_vcs.py::test_does_revision_exist_locally[hg] PASSED       [ 94%]
[task 2026-04-23T19:56:53.987+00:00] test/test_util_vcs.py::test_get_changed_files_shallow_clone PASSED       [ 94%]
[task 2026-04-23T19:56:54.010+00:00] test/test_util_vcs.py::test_get_changed_files_with_null_base_revision[git] PASSED [ 95%]
[task 2026-04-23T19:56:54.820+00:00] test/test_util_vcs.py::test_get_changed_files_with_null_base_revision[hg] PASSED [ 95%]
[task 2026-04-23T19:56:54.855+00:00] test/test_util_vcs.py::test_get_changed_files_with_null_base_revision_shallow_clone PASSED [ 95%]
[task 2026-04-23T19:56:54.928+00:00] test/test_util_vcs.py::test_get_note_git PASSED                          [ 95%]
[task 2026-04-23T19:56:54.953+00:00] test/test_util_verify.py::test_verification_types[GraphVerification] PASSED [ 95%]
[task 2026-04-23T19:56:54.955+00:00] test/test_util_verify.py::test_verification_types[InitialVerification] PASSED [ 95%]
[task 2026-04-23T19:56:54.957+00:00] test/test_util_verify.py::test_verification_types[KindsVerification] PASSED [ 96%]
[task 2026-04-23T19:56:54.958+00:00] test/test_util_verify.py::test_verification_types[ParametersVerification] PASSED [ 96%]
[task 2026-04-23T19:56:54.959+00:00] test/test_util_verify.py::test_verification_types[GraphConfigVerification] PASSED [ 96%]
[task 2026-04-23T19:56:54.963+00:00] test/test_util_verify.py::test_verification[task_graph_symbol: valid] PASSED [ 96%]
[task 2026-04-23T19:56:54.964+00:00] test/test_util_verify.py::test_verification[task_graph_symbol: conflicting symbol] PASSED [ 96%]
[task 2026-04-23T19:56:54.966+00:00] test/test_util_verify.py::test_verification[task_graph_symbol: too many collections] PASSED [ 96%]
[task 2026-04-23T19:56:54.967+00:00] test/test_util_verify.py::test_verification[routes_notfication_filter: valid] PASSED [ 97%]
[task 2026-04-23T19:56:54.968+00:00] test/test_util_verify.py::test_verification[routes_notfication_filter: invalid] PASSED [ 97%]
[task 2026-04-23T19:56:54.969+00:00] test/test_util_verify.py::test_verification[routes_notfication_filter: deprecated] PASSED [ 97%]
[task 2026-04-23T19:56:54.970+00:00] test/test_util_verify.py::test_verification[verify_index_route: valid route] PASSED [ 97%]
[task 2026-04-23T19:56:54.971+00:00] test/test_util_verify.py::test_verification[verify_index_route: invalid slash in route] PASSED [ 97%]
[task 2026-04-23T19:56:54.972+00:00] test/test_util_verify.py::test_verification[verify_index_route: invalid plus in route] PASSED [ 97%]
[task 2026-04-23T19:56:54.973+00:00] test/test_util_verify.py::test_verification[verify_index_route: invalid space in route] PASSED [ 98%]
[task 2026-04-23T19:56:54.978+00:00] test/test_util_verify.py::test_verification[dependencies under limit] PASSED [ 98%]
[task 2026-04-23T19:56:54.979+00:00] test/test_util_verify.py::test_verification[dependencies at limit] PASSED [ 98%]
[task 2026-04-23T19:56:54.980+00:00] test/test_util_verify.py::test_verification[dependencies over limit] PASSED [ 98%]
[task 2026-04-23T19:56:54.981+00:00] test/test_util_verify.py::test_verification[using cache with wrong trust-domain] PASSED [ 98%]
[task 2026-04-23T19:56:54.982+00:00] test/test_util_verify.py::test_verification[using reserved cache] PASSED [ 98%]
[task 2026-04-23T19:56:54.983+00:00] test/test_util_verify.py::test_verification[using run-task without cache suffix] PASSED [ 99%]
[task 2026-04-23T19:56:54.985+00:00] test/test_util_verify.py::test_verification[using run-task-hg without cache suffix] PASSED [ 99%]
[task 2026-04-23T19:56:54.990+00:00] test/test_util_workertypes.py::test_get_worker_type[linux-1-Exception] PASSED [ 99%]
[task 2026-04-23T19:56:54.991+00:00] test/test_util_workertypes.py::test_get_worker_type[b-linux-3-test-domain-3/b-linux-gcp] PASSED [ 99%]
[task 2026-04-23T19:56:54.992+00:00] test/test_util_workertypes.py::test_get_worker_type[t-linux-1-test-domain-1/t-linux-gcp] PASSED [ 99%]
[task 2026-04-23T19:56:54.996+00:00] test/test_util_yaml.py::test_load PASSED                                 [ 99%]
[task 2026-04-23T19:56:55.619+00:00] test/test_util_yaml.py::test_key_order PASSED                            [100%]
[task 2026-04-23T19:56:55.619+00:00] 
[task 2026-04-23T19:56:55.619+00:00] =============================== warnings summary ===============================
[task 2026-04-23T19:56:55.619+00:00] test/test_config.py::test_vcs_root_fallback
[task 2026-04-23T19:56:55.619+00:00]   /builds/worker/checkouts/vcs/test/test_config.py:60: PytestMockWarning: Mocks returned by pytest-mock do not need to be used as context managers. The mocker fixture automatically undoes mocking at the end of a test. This warning can be ignored if it was triggered by mocking a context manager. https://pytest-mock.readthedocs.io/en/latest/usage.html#usage-as-context-manager
[task 2026-04-23T19:56:55.619+00:00]     with mocker.patch("taskgraph.config.get_repository", side_effect=RuntimeError):
[task 2026-04-23T19:56:55.619+00:00] 
[task 2026-04-23T19:56:55.619+00:00] test/test_config.py::test_vcs_root_fallback
[task 2026-04-23T19:56:55.619+00:00]   /builds/worker/checkouts/vcs/test/test_config.py:63: PytestMockWarning: Mocks returned by pytest-mock do not need to be used as context managers. The mocker fixture automatically undoes mocking at the end of a test. This warning can be ignored if it was triggered by mocking a context manager. https://pytest-mock.readthedocs.io/en/latest/usage.html#usage-as-context-manager
[task 2026-04-23T19:56:55.619+00:00]     with mocker.patch("taskgraph.config.get_repository", side_effect=RuntimeError):
[task 2026-04-23T19:56:55.619+00:00] 
[task 2026-04-23T19:56:55.619+00:00] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
[task 2026-04-23T19:56:55.619+00:00] ============ 604 passed, 7 skipped, 2 xfailed, 2 warnings in 58.93s ============
[taskcluster 2026-04-23T19:56:57.081Z]                        Exit Code: 0
[taskcluster 2026-04-23T19:56:57.081Z]                        User Time: 29.795ms
[taskcluster 2026-04-23T19:56:57.081Z]                      Kernel Time: 47.262ms
[taskcluster 2026-04-23T19:56:57.081Z]                        Wall Time: 1m15.279076906s
[taskcluster 2026-04-23T19:56:57.081Z]  Average Available System Memory: 14.01 GiB
[taskcluster 2026-04-23T19:56:57.081Z]       Average System Memory Used: 1.61 GiB
[taskcluster 2026-04-23T19:56:57.081Z]          Peak System Memory Used: 1.87 GiB
[taskcluster 2026-04-23T19:56:57.081Z]              Total System Memory: 15.61 GiB
[taskcluster 2026-04-23T19:56:57.081Z]                           Result: SUCCEEDED
[taskcluster 2026-04-23T19:56:57.081Z] === Task Finished ===
[taskcluster 2026-04-23T19:56:57.081Z] Task Duration: 1m15.279494302s
[taskcluster 2026-04-23T19:56:57.601Z] [mounts] Preserving cache: Moving "/home/task_177697408077038/cache0" to "/home/generic-worker/caches/AtjtWEQiRYWuloqHLJixpA"
[taskcluster 2026-04-23T19:56:57.602Z] [mounts] Preserving cache: Moving "/home/task_177697408077038/cache1" to "/home/generic-worker/caches/SdO9_77fSxOduJ4YaFNkIw"