chore: Version bump to 2.0.0 #66
Merged
firefoxci-taskcluster / test-unit
succeeded
May 8, 2024 in 1m 22s
FirefoxCI (pull_request)
Run Python unit tests.
Details
View task in Taskcluster
View logs in Taskcluster
[task 2024-05-08T16:21:14.748Z] Getting requirements to build wheel: finished with status 'done'
[task 2024-05-08T16:21:14.751Z] Preparing metadata (pyproject.toml): started
[task 2024-05-08T16:21:15.117Z] Preparing metadata (pyproject.toml): finished with status 'done'
[task 2024-05-08T16:21:15.122Z] Building wheels for collected packages: mozilla-taskgraph
[task 2024-05-08T16:21:15.123Z] Building wheel for mozilla-taskgraph (pyproject.toml): started
[task 2024-05-08T16:21:15.552Z] Building wheel for mozilla-taskgraph (pyproject.toml): finished with status 'done'
[task 2024-05-08T16:21:15.553Z] Created wheel for mozilla-taskgraph: filename=mozilla_taskgraph-2.0.0-py3-none-any.whl size=15777 sha256=ff1abd248f116743f06e8f458883c8ff8d86c7d5028a974d7e601c60f5d7ab38
[task 2024-05-08T16:21:15.553Z] Stored in directory: /tmp/pip-ephem-wheel-cache-8l7fida7/wheels/77/1b/fa/740b545870bada289553641e3d455ffd9fc03805581f29153c
[task 2024-05-08T16:21:15.559Z] Successfully built mozilla-taskgraph
[task 2024-05-08T16:21:15.560Z] Installing collected packages: mozilla-taskgraph
[task 2024-05-08T16:21:15.584Z] Successfully installed mozilla-taskgraph-2.0.0
[task 2024-05-08T16:21:15.593Z]
[task 2024-05-08T16:21:15.593Z] [notice] A new release of pip is available: 23.0.1 -> 24.0
[task 2024-05-08T16:21:15.593Z] [notice] To update, run: /usr/local/bin/python -m pip install --upgrade pip
[task 2024-05-08T16:21:15.717Z] + pyenv local 3.11 3.10 3.9 3.8
[task 2024-05-08T16:21:15.813Z] + tox --parallel
[task 2024-05-08T16:21:59.399Z] clean: install_deps> python -I -m pip install -r /builds/worker/checkouts/vcs/requirements/test.txt
[task 2024-05-08T16:21:59.399Z] clean: commands[0]> coverage erase
[task 2024-05-08T16:21:59.399Z] .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel
[task 2024-05-08T16:21:59.399Z] .pkg: _optional_hooks> python /builds/worker/.local/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-05-08T16:21:59.399Z] .pkg: get_requires_for_build_editable> python /builds/worker/.local/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-05-08T16:21:59.399Z] .pkg: install_requires_for_build_editable> python -I -m pip install wheel
[task 2024-05-08T16:21:59.399Z] .pkg: build_editable> python /builds/worker/.local/lib/python3.9/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-05-08T16:21:59.401Z] py39: install_deps> python -I -m pip install -r /builds/worker/checkouts/vcs/requirements/test.txt
[task 2024-05-08T16:21:59.401Z] py39: install_package_deps> python -I -m pip install 'taskcluster-taskgraph<9,>=5.4'
[task 2024-05-08T16:21:59.401Z] py39: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/1/mozilla_taskgraph-2.0.0-0.editable-py3-none-any.whl
[task 2024-05-08T16:21:59.401Z] py39: commands[0]> python --version
[task 2024-05-08T16:21:59.401Z] Python 3.9.19
[task 2024-05-08T16:21:59.401Z] py39: commands[1]> coverage run --context=py39 -p -m pytest -vv
[task 2024-05-08T16:21:59.401Z] ============================= test session starts ==============================
[task 2024-05-08T16:21:59.401Z] platform linux -- Python 3.9.19, pytest-8.1.1, pluggy-1.4.0 -- /builds/worker/checkouts/vcs/.tox/py39/bin/python
[task 2024-05-08T16:21:59.401Z] cachedir: .tox/py39/.pytest_cache
[task 2024-05-08T16:21:59.401Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-05-08T16:21:59.401Z] configfile: pyproject.toml
[task 2024-05-08T16:21:59.401Z] plugins: mock-3.14.0
[task 2024-05-08T16:21:59.401Z] collecting ... collected 35 items
[task 2024-05-08T16:21:59.401Z]
[task 2024-05-08T16:21:59.401Z] test/actions/test_release_promotion.py::test_release_promotion PASSED [ 2%]
[task 2024-05-08T16:21:59.401Z] test/actions/test_release_promotion.py::test_release_promotion_custom_version_parser PASSED [ 5%]
[task 2024-05-08T16:21:59.401Z] test/actions/test_release_promotion.py::test_release_promotion_combine_previous_graphs PASSED [ 8%]
[task 2024-05-08T16:21:59.401Z] test/actions/test_release_promotion.py::test_release_promotion_rebuild_kinds PASSED [ 11%]
[task 2024-05-08T16:21:59.401Z] test/actions/test_release_promotion.py::test_release_promotion_version PASSED [ 14%]
[task 2024-05-08T16:21:59.401Z] test/test_register.py::test_payload_builders PASSED [ 17%]
[task 2024-05-08T16:21:59.401Z] test/test_register.py::test_graph_config[no_extra_config] PASSED [ 20%]
[task 2024-05-08T16:21:59.401Z] test/test_register.py::test_graph_config[shipit_valid] PASSED [ 22%]
[task 2024-05-08T16:21:59.401Z] test/test_register.py::test_graph_config[shipit_invalid] PASSED [ 25%]
[task 2024-05-08T16:21:59.401Z] test/test_version.py::test_default_parser PASSED [ 28%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[missing bitrise] PASSED [ 31%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[missing app] PASSED [ 34%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[missing workflows] PASSED [ 37%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format] PASSED [ 40%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format2] PASSED [ 42%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format3] PASSED [ 45%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[default params] PASSED [ 48%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[pull request] PASSED [ 51%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[opposite params] PASSED [ 54%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs] PASSED [ 57%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs wrong type] PASSED [ 60%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[environments] PASSED [ 62%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_bitrise_payload[artifact prefix] PASSED [ 65%]
[task 2024-05-08T16:21:59.401Z] test/test_worker_types.py::test_build_shipit_payload PASSED [ 68%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[no_release_artifacts] PASSED [ 71%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[absolute_path] PASSED [ 74%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[docker_worker] PASSED [ 77%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[generic_worker] PASSED [ 80%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[missing_product] PASSED [ 82%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_1] PASSED [ 85%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_3] PASSED [ 88%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[release_format] PASSED [ 91%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[scope_prefix] PASSED [ 94%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task] PASSED [ 97%]
[task 2024-05-08T16:21:59.401Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task_keyed_by] PASSED [100%]
[task 2024-05-08T16:21:59.401Z]
[task 2024-05-08T16:21:59.401Z] ============================== 35 passed in 0.43s ==============================
[task 2024-05-08T16:21:59.401Z] py311: install_deps> python -I -m pip install -r /builds/worker/checkouts/vcs/requirements/test.txt
[task 2024-05-08T16:21:59.401Z] py311: install_package_deps> python -I -m pip install 'taskcluster-taskgraph<9,>=5.4'
[task 2024-05-08T16:21:59.401Z] py311: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/3/mozilla_taskgraph-2.0.0-0.editable-py3-none-any.whl
[task 2024-05-08T16:21:59.401Z] py311: commands[0]> python --version
[task 2024-05-08T16:21:59.401Z] Python 3.11.9
[task 2024-05-08T16:21:59.401Z] py311: commands[1]> coverage run --context=py311 -p -m pytest -vv
[task 2024-05-08T16:21:59.401Z] ============================= test session starts ==============================
[task 2024-05-08T16:21:59.401Z] platform linux -- Python 3.11.9, pytest-8.1.1, pluggy-1.4.0 -- /builds/worker/checkouts/vcs/.tox/py311/bin/python
[task 2024-05-08T16:21:59.402Z] cachedir: .tox/py311/.pytest_cache
[task 2024-05-08T16:21:59.402Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-05-08T16:21:59.402Z] configfile: pyproject.toml
[task 2024-05-08T16:21:59.402Z] plugins: mock-3.14.0
[task 2024-05-08T16:21:59.402Z] collecting ... collected 35 items
[task 2024-05-08T16:21:59.402Z]
[task 2024-05-08T16:21:59.402Z] test/actions/test_release_promotion.py::test_release_promotion PASSED [ 2%]
[task 2024-05-08T16:21:59.402Z] test/actions/test_release_promotion.py::test_release_promotion_custom_version_parser PASSED [ 5%]
[task 2024-05-08T16:21:59.402Z] test/actions/test_release_promotion.py::test_release_promotion_combine_previous_graphs PASSED [ 8%]
[task 2024-05-08T16:21:59.402Z] test/actions/test_release_promotion.py::test_release_promotion_rebuild_kinds PASSED [ 11%]
[task 2024-05-08T16:21:59.402Z] test/actions/test_release_promotion.py::test_release_promotion_version PASSED [ 14%]
[task 2024-05-08T16:21:59.402Z] test/test_register.py::test_payload_builders PASSED [ 17%]
[task 2024-05-08T16:21:59.402Z] test/test_register.py::test_graph_config[no_extra_config] PASSED [ 20%]
[task 2024-05-08T16:21:59.402Z] test/test_register.py::test_graph_config[shipit_valid] PASSED [ 22%]
[task 2024-05-08T16:21:59.402Z] test/test_register.py::test_graph_config[shipit_invalid] PASSED [ 25%]
[task 2024-05-08T16:21:59.402Z] test/test_version.py::test_default_parser PASSED [ 28%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[missing bitrise] PASSED [ 31%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[missing app] PASSED [ 34%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[missing workflows] PASSED [ 37%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format] PASSED [ 40%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format2] PASSED [ 42%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format3] PASSED [ 45%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[default params] PASSED [ 48%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[pull request] PASSED [ 51%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[opposite params] PASSED [ 54%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs] PASSED [ 57%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs wrong type] PASSED [ 60%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[environments] PASSED [ 62%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_bitrise_payload[artifact prefix] PASSED [ 65%]
[task 2024-05-08T16:21:59.402Z] test/test_worker_types.py::test_build_shipit_payload PASSED [ 68%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[no_release_artifacts] PASSED [ 71%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[absolute_path] PASSED [ 74%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[docker_worker] PASSED [ 77%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[generic_worker] PASSED [ 80%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[missing_product] PASSED [ 82%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_1] PASSED [ 85%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_3] PASSED [ 88%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[release_format] PASSED [ 91%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[scope_prefix] PASSED [ 94%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task] PASSED [ 97%]
[task 2024-05-08T16:21:59.402Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task_keyed_by] PASSED [100%]
[task 2024-05-08T16:21:59.402Z]
[task 2024-05-08T16:21:59.402Z] ============================== 35 passed in 0.40s ==============================
[task 2024-05-08T16:22:03.604Z] py38: install_deps> python -I -m pip install -r /builds/worker/checkouts/vcs/requirements/test.txt
[task 2024-05-08T16:22:03.604Z] py38: install_package_deps> python -I -m pip install 'taskcluster-taskgraph<9,>=5.4'
[task 2024-05-08T16:22:03.604Z] py38: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/2/mozilla_taskgraph-2.0.0-0.editable-py3-none-any.whl
[task 2024-05-08T16:22:03.604Z] py38: commands[0]> python --version
[task 2024-05-08T16:22:03.604Z] Python 3.8.19
[task 2024-05-08T16:22:03.604Z] py38: commands[1]> coverage run --context=py38 -p -m pytest -vv
[task 2024-05-08T16:22:03.604Z] ============================= test session starts ==============================
[task 2024-05-08T16:22:03.604Z] platform linux -- Python 3.8.19, pytest-8.1.1, pluggy-1.4.0 -- /builds/worker/checkouts/vcs/.tox/py38/bin/python
[task 2024-05-08T16:22:03.604Z] cachedir: .tox/py38/.pytest_cache
[task 2024-05-08T16:22:03.604Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-05-08T16:22:03.604Z] configfile: pyproject.toml
[task 2024-05-08T16:22:03.604Z] plugins: mock-3.14.0
[task 2024-05-08T16:22:03.604Z] collecting ... collected 35 items
[task 2024-05-08T16:22:03.604Z]
[task 2024-05-08T16:22:03.604Z] test/actions/test_release_promotion.py::test_release_promotion PASSED [ 2%]
[task 2024-05-08T16:22:03.604Z] test/actions/test_release_promotion.py::test_release_promotion_custom_version_parser PASSED [ 5%]
[task 2024-05-08T16:22:03.604Z] test/actions/test_release_promotion.py::test_release_promotion_combine_previous_graphs PASSED [ 8%]
[task 2024-05-08T16:22:03.604Z] test/actions/test_release_promotion.py::test_release_promotion_rebuild_kinds PASSED [ 11%]
[task 2024-05-08T16:22:03.604Z] test/actions/test_release_promotion.py::test_release_promotion_version PASSED [ 14%]
[task 2024-05-08T16:22:03.604Z] test/test_register.py::test_payload_builders PASSED [ 17%]
[task 2024-05-08T16:22:03.604Z] test/test_register.py::test_graph_config[no_extra_config] PASSED [ 20%]
[task 2024-05-08T16:22:03.604Z] test/test_register.py::test_graph_config[shipit_valid] PASSED [ 22%]
[task 2024-05-08T16:22:03.604Z] test/test_register.py::test_graph_config[shipit_invalid] PASSED [ 25%]
[task 2024-05-08T16:22:03.604Z] test/test_version.py::test_default_parser PASSED [ 28%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[missing bitrise] PASSED [ 31%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[missing app] PASSED [ 34%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[missing workflows] PASSED [ 37%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format] PASSED [ 40%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format2] PASSED [ 42%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format3] PASSED [ 45%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[default params] PASSED [ 48%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[pull request] PASSED [ 51%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[opposite params] PASSED [ 54%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs] PASSED [ 57%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs wrong type] PASSED [ 60%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[environments] PASSED [ 62%]
[task 2024-05-08T16:22:03.604Z] test/test_worker_types.py::test_build_bitrise_payload[artifact prefix] PASSED [ 65%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_shipit_payload PASSED [ 68%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[no_release_artifacts] PASSED [ 71%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[absolute_path] PASSED [ 74%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[docker_worker] PASSED [ 77%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[generic_worker] PASSED [ 80%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[missing_product] PASSED [ 82%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_1] PASSED [ 85%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_3] PASSED [ 88%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[release_format] PASSED [ 91%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[scope_prefix] PASSED [ 94%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task] PASSED [ 97%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task_keyed_by] PASSED [100%]
[task 2024-05-08T16:22:03.605Z]
[task 2024-05-08T16:22:03.605Z] ============================== 35 passed in 0.34s ==============================
[task 2024-05-08T16:22:03.605Z] py310: install_deps> python -I -m pip install -r /builds/worker/checkouts/vcs/requirements/test.txt
[task 2024-05-08T16:22:03.605Z] py310: install_package_deps> python -I -m pip install 'taskcluster-taskgraph<9,>=5.4'
[task 2024-05-08T16:22:03.605Z] py310: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/4/mozilla_taskgraph-2.0.0-0.editable-py3-none-any.whl
[task 2024-05-08T16:22:03.605Z] py310: commands[0]> python --version
[task 2024-05-08T16:22:03.605Z] Python 3.10.14
[task 2024-05-08T16:22:03.605Z] py310: commands[1]> coverage run --context=py310 -p -m pytest -vv
[task 2024-05-08T16:22:03.605Z] ============================= test session starts ==============================
[task 2024-05-08T16:22:03.605Z] platform linux -- Python 3.10.14, pytest-8.1.1, pluggy-1.4.0 -- /builds/worker/checkouts/vcs/.tox/py310/bin/python
[task 2024-05-08T16:22:03.605Z] cachedir: .tox/py310/.pytest_cache
[task 2024-05-08T16:22:03.605Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-05-08T16:22:03.605Z] configfile: pyproject.toml
[task 2024-05-08T16:22:03.605Z] plugins: mock-3.14.0
[task 2024-05-08T16:22:03.605Z] collecting ... collected 35 items
[task 2024-05-08T16:22:03.605Z]
[task 2024-05-08T16:22:03.605Z] test/actions/test_release_promotion.py::test_release_promotion PASSED [ 2%]
[task 2024-05-08T16:22:03.605Z] test/actions/test_release_promotion.py::test_release_promotion_custom_version_parser PASSED [ 5%]
[task 2024-05-08T16:22:03.605Z] test/actions/test_release_promotion.py::test_release_promotion_combine_previous_graphs PASSED [ 8%]
[task 2024-05-08T16:22:03.605Z] test/actions/test_release_promotion.py::test_release_promotion_rebuild_kinds PASSED [ 11%]
[task 2024-05-08T16:22:03.605Z] test/actions/test_release_promotion.py::test_release_promotion_version PASSED [ 14%]
[task 2024-05-08T16:22:03.605Z] test/test_register.py::test_payload_builders PASSED [ 17%]
[task 2024-05-08T16:22:03.605Z] test/test_register.py::test_graph_config[no_extra_config] PASSED [ 20%]
[task 2024-05-08T16:22:03.605Z] test/test_register.py::test_graph_config[shipit_valid] PASSED [ 22%]
[task 2024-05-08T16:22:03.605Z] test/test_register.py::test_graph_config[shipit_invalid] PASSED [ 25%]
[task 2024-05-08T16:22:03.605Z] test/test_version.py::test_default_parser PASSED [ 28%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[missing bitrise] PASSED [ 31%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[missing app] PASSED [ 34%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[missing workflows] PASSED [ 37%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format] PASSED [ 40%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format2] PASSED [ 42%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[wrong workflows format3] PASSED [ 45%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[default params] PASSED [ 48%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[pull request] PASSED [ 51%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[opposite params] PASSED [ 54%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs] PASSED [ 57%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[normalize refs wrong type] PASSED [ 60%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[environments] PASSED [ 62%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_bitrise_payload[artifact prefix] PASSED [ 65%]
[task 2024-05-08T16:22:03.605Z] test/test_worker_types.py::test_build_shipit_payload PASSED [ 68%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[no_release_artifacts] PASSED [ 71%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[absolute_path] PASSED [ 74%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[docker_worker] PASSED [ 77%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_release_artifacts.py::test_release_artifacts[generic_worker] PASSED [ 80%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[missing_product] PASSED [ 82%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_1] PASSED [ 85%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[default_level_3] PASSED [ 88%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[release_format] PASSED [ 91%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[scope_prefix] PASSED [ 94%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task] PASSED [ 97%]
[task 2024-05-08T16:22:03.605Z] test/transforms/test_scriptworker_shipit.py::test_mark_as_shipped[product_in_task_keyed_by] PASSED [100%]
[task 2024-05-08T16:22:03.605Z]
[task 2024-05-08T16:22:03.605Z] ============================== 35 passed in 0.37s ==============================
[task 2024-05-08T16:22:12.794Z] report: install_deps> python -I -m pip install -r /builds/worker/checkouts/vcs/requirements/test.txt
[task 2024-05-08T16:22:12.794Z] report: commands[0]> coverage combine
[task 2024-05-08T16:22:12.794Z] Combined data file .coverage.144368af9433.1024.XeGGOVEx
[task 2024-05-08T16:22:12.794Z] Combined data file .coverage.144368af9433.1140.XAAdvmSx
[task 2024-05-08T16:22:12.794Z] Combined data file .coverage.144368af9433.1259.XfzkRRcx
[task 2024-05-08T16:22:12.794Z] Combined data file .coverage.144368af9433.1366.XQjLdMcx
[task 2024-05-08T16:22:12.794Z] report: commands[1]> coverage xml -o /builds/worker/artifacts/coverage.xml
[task 2024-05-08T16:22:12.794Z] Wrote XML report to /builds/worker/artifacts/coverage.xml
[task 2024-05-08T16:22:12.794Z] clean: OK ✔ in 11.33 seconds
[task 2024-05-08T16:22:12.794Z] py39: OK ✔ in 29.58 seconds
[task 2024-05-08T16:22:12.794Z] py311: OK ✔ in 29.58 seconds
[task 2024-05-08T16:22:12.794Z] py38: OK ✔ in 29.59 seconds
[task 2024-05-08T16:22:12.794Z] py310: OK ✔ in 33.79 seconds
[task 2024-05-08T16:22:12.795Z] clean: OK (11.33=setup[11.10]+cmd[0.22] seconds)
[task 2024-05-08T16:22:12.795Z] py38: OK (29.59=setup[28.20]+cmd[0.01,1.38] seconds)
[task 2024-05-08T16:22:12.795Z] py39: OK (29.58=setup[27.82]+cmd[0.01,1.75] seconds)
[task 2024-05-08T16:22:12.795Z] py310: OK (33.79=setup[32.02]+cmd[0.00,1.77] seconds)
[task 2024-05-08T16:22:12.795Z] py311: OK (29.58=setup[28.10]+cmd[0.01,1.48] seconds)
[task 2024-05-08T16:22:12.795Z] report: OK (9.19=setup[8.67]+cmd[0.24,0.28] seconds)
[task 2024-05-08T16:22:12.795Z] congratulations :) (56.76 seconds)
[taskcluster 2024-05-08 16:22:13.805Z] === Task Finished ===
[taskcluster 2024-05-08 16:22:14.018Z] Successful task run with exit code: 0 completed in 77.986 seconds
Loading