chore(api): bump jinja2 from 3.1.4 to 3.1.5 in /api in the pip group #1601
firefoxci-taskcluster / tests-api-python-39
succeeded
Dec 24, 2024 in 3m 4s
FirefoxCI (pull_request)
api-python tox-py39
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2024-12-24T00:52:04.014Z
Resolved: 2024-12-24T00:53:31.580Z
Task Execution Time: 1 minute, 27 seconds, 566 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/coverage.xml
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2024-12-24 00:52:04.130Z] Task ID: Y-lVNV2ZQmOSdutF7o6y5w
[taskcluster 2024-12-24 00:52:04.130Z] Worker ID: 3095939303407598469
[taskcluster 2024-12-24 00:52:04.130Z] Worker Group: us-central1-f
[taskcluster 2024-12-24 00:52:04.130Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-12-24 00:52:04.130Z] Worker Pool: releng-t/linux-gcp
[taskcluster 2024-12-24 00:52:04.130Z] Worker Version: 38.0.5
[taskcluster 2024-12-24 00:52:04.130Z] Public IP: 34.72.172.137
[taskcluster 2024-12-24 00:52:04.130Z] Hostname: releng-t-linux-gcp-mbol44tmrbwj-i4vqf5scq
[taskcluster 2024-12-24 00:52:04.130Z] using cache "releng-level-1-checkouts-v3-58974d7dcf0417b3fe53-DNWLAhSsQU6xKlAsygcsAA" -> /builds/worker/checkouts
[taskcluster 2024-12-24 00:52:06.461Z] Downloading artifact "public/image.tar.zst" from task ID: DNWLAhSsQU6xKlAsygcsAA.
[taskcluster 2024-12-24 00:52:11.464Z] Download Progress: 68.87%
[taskcluster 2024-12-24 00:52:13.022Z] Downloaded artifact successfully.
[taskcluster 2024-12-24 00:52:13.022Z] Downloaded 287.510 mb
[taskcluster 2024-12-24 00:52:13.023Z] Decompressing downloaded image
[taskcluster 2024-12-24 00:52:15.163Z] Loading docker image from downloaded archive.
[taskcluster 2024-12-24 00:52:30.469Z] Image 'public/image.tar.zst' from task 'DNWLAhSsQU6xKlAsygcsAA' loaded. Using image ID sha256:0afb92baa55341259090389f3e2b1ac4844f1be7df76a0be1963fab6541dc2b7.
[taskcluster 2024-12-24 00:52:30.640Z] === Task Starting ===
[setup 2024-12-24T00:52:33.749Z] run-task started in /builds/worker
[setup 2024-12-24T00:52:33.749Z] Invoked by command: --shipit-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- sh -lxce cd api && poetry install --only tox --no-root --no-ansi && poetry run tox --parallel -e clean,check,py39,report
...(420 lines hidden)...
[task 2024-12-24T00:53:26.284Z] tests/test_tasks.py::test_get_trust_domain[https://github.com/mozilla-mobile/firefox-android-firefox-expectation7-mobile] PASSED [ 97%]
[task 2024-12-24T00:53:26.284Z] tests/test_tasks.py::test_get_trust_domain[https://github.com/mozilla-mobile/firefox-android-firefox-android-expectation8-mobile] PASSED [ 98%]
[task 2024-12-24T00:53:26.284Z] tests/test_tasks.py::test_get_trust_domain[https://github.com/mozilla-releng/staging-firefox-android-firefox-android-expectation9-mobile] PASSED [ 99%]
[task 2024-12-24T00:53:26.284Z] tests/test_tasks.py::test_get_trust_domain[https://github.com/mozilla-mobile/mozilla-vpn-client-firefox-android-expectation10-mozillavpn] PASSED [100%]
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] =============================== warnings summary ===============================
[task 2024-12-24T00:53:26.284Z] .tox/py39/lib/python3.9/site-packages/dockerflow/flask/app.py:399
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/dockerflow/flask/app.py:399: DeprecationWarning: `dockerflow.check()` is deprecated, use `checks.register()` instead.
[task 2024-12-24T00:53:26.284Z] warnings.warn(message, DeprecationWarning)
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/connexion/decorators/validation.py:16: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator.
[task 2024-12-24T00:53:26.284Z] from jsonschema import Draft4Validator, ValidationError, draft4_format_checker
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/connexion/json_schema.py:16: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
[task 2024-12-24T00:53:26.284Z] from jsonschema import Draft4Validator, RefResolver
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/connexion/json_schema.py:17: DeprecationWarning: jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
[task 2024-12-24T00:53:26.284Z] from jsonschema.exceptions import RefResolutionError, ValidationError # noqa
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/src/backend_common/api.py:54: DeprecationWarning: 'app.json_encoder' is deprecated and will be removed in Flask 2.3. Customize 'app.json_provider_class' or 'app.json' instead.
[task 2024-12-24T00:53:26.284Z] app.json_encoder = FlaskJSONEncoder
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/dockerflow/flask/app.py:391: DeprecationWarning: `dockerflow.init_check()` is deprecated, use `checks.register_partial()` instead.
[task 2024-12-24T00:53:26.284Z] warnings.warn(message, DeprecationWarning)
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] tests/test_product_details.py::test_rebuild
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/connexion/spec.py:50: DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).iter_errors(...) instead.
[task 2024-12-24T00:53:26.284Z] for error in instance_validator.iter_errors(instance['default'], instance):
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_publicapi.py: 15 warnings
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/src/cli_common/openapi_subset.py:33: DeprecationWarning: The dpath.util package is being deprecated. All util functions have been moved to dpath package top level.
[task 2024-12-24T00:53:26.284Z] source = dpath.util.get(full_api, section, separator=".")
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_publicapi.py: 15 warnings
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/src/cli_common/openapi_subset.py:34: DeprecationWarning: The dpath.util package is being deprecated. All util functions have been moved to dpath package top level.
[task 2024-12-24T00:53:26.284Z] dpath.util.new(subset, section, source, separator=".")
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/flask/json/provider.py:188: DeprecationWarning: Setting 'json_encoder' on the app or a blueprint is deprecated and will be removed in Flask 2.3. Customize 'app.json' instead.
[task 2024-12-24T00:53:26.284Z] warnings.warn(
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/flask/json/provider.py:230: DeprecationWarning: 'JSONEncoder' is deprecated and will be removed in Flask 2.3. Use 'Flask.json' to provide an alternate JSON implementation instead.
[task 2024-12-24T00:53:26.284Z] return json.dumps(obj, **kwargs)
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/connexion/apis/flask_api.py:236: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.3.
[task 2024-12-24T00:53:26.284Z] setattr(flask._request_ctx_stack.top, 'connexion_context', context_dict)
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] tests/test_release.py::test_schedule_phase
[task 2024-12-24T00:53:26.284Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/connexion/apis/flask_api.py:236: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.3. Use 'g' to store data, or 'request_ctx' to access the current context.
[task 2024-12-24T00:53:26.284Z] setattr(flask._request_ctx_stack.top, 'connexion_context', context_dict)
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
[task 2024-12-24T00:53:26.284Z]
[task 2024-12-24T00:53:26.284Z] ---------- coverage: platform linux, python 3.9.13-final-0 -----------
[task 2024-12-24T00:53:26.284Z] Name Stmts Miss Branch BrPart Cover Missing
[task 2024-12-24T00:53:26.284Z] -------------------------------------------------------------------------------------
[task 2024-12-24T00:53:26.284Z] src/backend_common/__init__.py 84 5 24 6 90% 37->45, 39, 41, 50-51, 57, 65->68
[task 2024-12-24T00:53:26.284Z] src/backend_common/api.py 32 2 6 2 89% 22, 33
[task 2024-12-24T00:53:26.284Z] src/backend_common/auth.py 239 111 60 13 47% 46, 54, 58, 62, 68, 71, 74->77, 82, 110, 113, 121-138, 141, 144, 151-157, 165, 168, 171, 190->192, 207-212, 215-226, 236-243, 257->259, 261-287, 292, 294, 300-319, 327, 331, 335-342, 347, 359-378
[task 2024-12-24T00:53:26.284Z] src/backend_common/cors.py 10 10 2 0 0% 6-19
[task 2024-12-24T00:53:26.284Z] src/backend_common/db.py 34 9 4 2 71% 31-39, 43
[task 2024-12-24T00:53:26.285Z] src/backend_common/dockerflow.py 7 0 0 0 100%
[task 2024-12-24T00:53:26.285Z] src/backend_common/log.py 25 5 4 2 76% 25, 32-36, 44
[task 2024-12-24T00:53:26.285Z] src/backend_common/pulse.py 38 22 6 0 36% 31-37, 40-52, 69-77
[task 2024-12-24T00:53:26.285Z] src/backend_common/security.py 8 8 0 0 0% 6-40
[task 2024-12-24T00:53:26.285Z] src/backend_common/taskcluster.py 15 0 2 1 94% 22->27
[task 2024-12-24T00:53:26.285Z] src/backend_common/testing.py 79 51 20 1 29% 57-66, 74-94, 99-124, 135-147, 153->exit, 161-171
[task 2024-12-24T00:53:26.285Z] src/cli_common/__init__.py 0 0 0 0 100%
[task 2024-12-24T00:53:26.285Z] src/cli_common/command.py 55 23 28 10 53% 17, 21, 26, 34-35, 40, 46, 48->51, 53-67, 78-79, 86-94
[task 2024-12-24T00:53:26.285Z] src/cli_common/openapi_subset.py 16 4 4 1 75% 39-41, 45
[task 2024-12-24T00:53:26.285Z] src/cli_common/pulse.py 51 43 10 0 13% 20-69, 74-78, 85-97
[task 2024-12-24T00:53:26.285Z] src/cli_common/utils.py 12 7 4 0 31% 15-21
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/__init__.py 9 0 0 0 100%
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/api.py 272 191 76 6 27% 47-53, 58-128, 133, 136-137, 149-150, 158->166, 161->158, 191-231, 235-238, 243-244, 249-271, 275-316, 320-336, 340-353, 358-366, 371->377, 381-385, 389-409, 413-424
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/auth0.py 24 0 12 0 100%
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/github.py 137 87 32 2 33% 18-21, 26-39, 43-78, 85, 92, 97-113, 160-192, 204, 208-209, 213-221, 225, 229, 233-263, 267-269, 280-286, 296-302, 326-337, 347-350
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/product_details.py 464 54 166 32 85% 140, 225, 239-242, 256->259, 264, 307, 314, 327, 378, 403, 450, 453, 489, 493, 506-510, 516, 519, 526, 587, 589, 602-604, 611, 616->618, 693-695, 715-716, 890, 1062, 1072-1075, 1111-1129, 1144, 1153, 1273, 1291->1289, 1306->exit, 1314
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/release.py 54 10 20 0 84% 27-29, 62-64, 93-94, 99-102
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/settings.py 60 6 10 4 86% 45, 48, 171-175, 184-185
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/tasks.py 161 84 46 5 47% 41, 50-59, 63-67, 71-75, 80-84, 99-111, 115-124, 128-132, 161-164, 173-174, 187, 194, 196->198, 202-222, 227, 232, 236-240
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/worker.py 31 19 0 0 39% 21-32, 38-53
[task 2024-12-24T00:53:26.285Z] src/shipit_api/admin/xpi.py 131 107 32 0 15% 22, 27-52, 56-76, 80-82, 86-88, 92-114, 118-132, 136-139, 143-186
[task 2024-12-24T00:53:26.285Z] src/shipit_api/common/__init__.py 0 0 0 0 100%
[task 2024-12-24T00:53:26.285Z] src/shipit_api/common/config.py 43 0 2 0 100%
[task 2024-12-24T00:53:26.285Z] src/shipit_api/common/models.py 177 11 0 0 94% 20-23, 27, 54-58, 255
[task 2024-12-24T00:53:26.285Z] src/shipit_api/common/product.py 11 0 0 0 100%
[task 2024-12-24T00:53:26.285Z] src/shipit_api/common/version.py 27 2 4 0 94% 33-34
[task 2024-12-24T00:53:26.285Z] src/shipit_api/public/__init__.py 6 2 0 0 67% 21-28
[task 2024-12-24T00:53:26.285Z] src/shipit_api/public/api.py 60 34 18 0 38% 34-50, 68-75, 79-81, 85-88, 92-96
[task 2024-12-24T00:53:26.285Z] -------------------------------------------------------------------------------------
[task 2024-12-24T00:53:26.285Z] TOTAL 2372 907 592 87 59%
[task 2024-12-24T00:53:26.285Z]
[task 2024-12-24T00:53:26.285Z] ====================== 115 passed, 55 warnings in 26.13s =======================
[task 2024-12-24T00:53:30.399Z] All done! ✨ 🍰 ✨
[task 2024-12-24T00:53:30.399Z] 47 files would be left unchanged.
[task 2024-12-24T00:53:30.399Z] /builds/worker/checkouts/vcs/api/.tox/check/lib/python3.9/site-packages/isort/main.py:1276: UserWarning: W0501: The following deprecated CLI flags were used and ignored: --recursive!
[task 2024-12-24T00:53:30.399Z] warn(
[task 2024-12-24T00:53:30.399Z] /builds/worker/checkouts/vcs/api/.tox/check/lib/python3.9/site-packages/isort/main.py:1280: UserWarning: W0500: Please see the 5.0.0 Upgrade guide: https://pycqa.github.io/isort/docs/upgrade_guides/5.0.0.html
[task 2024-12-24T00:53:30.399Z] warn(
[task 2024-12-24T00:53:30.399Z] /builds/worker/checkouts/vcs/api/.tox/py39/lib/python3.9/site-packages/pytest_asyncio/plugin.py:207: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
[task 2024-12-24T00:53:30.399Z] The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"
[task 2024-12-24T00:53:30.399Z]
[task 2024-12-24T00:53:30.399Z] warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
[task 2024-12-24T00:53:30.399Z] report: commands[0]> poetry install --only test
[task 2024-12-24T00:53:30.399Z] Installing dependencies from lock file
[task 2024-12-24T00:53:30.399Z]
[task 2024-12-24T00:53:30.399Z] Package operations: 56 installs, 0 updates, 0 removals
[task 2024-12-24T00:53:30.399Z]
[task 2024-12-24T00:53:30.399Z] - Installing attrs (24.2.0)
[task 2024-12-24T00:53:30.399Z] - Installing rpds-py (0.20.0)
[task 2024-12-24T00:53:30.399Z] - Installing referencing (0.35.1)
[task 2024-12-24T00:53:30.399Z] - Installing typing-extensions (4.12.2)
[task 2024-12-24T00:53:30.400Z] - Installing certifi (2024.8.30)
[task 2024-12-24T00:53:30.400Z] - Installing charset-normalizer (3.3.2)
[task 2024-12-24T00:53:30.400Z] - Installing frozenlist (1.4.1)
[task 2024-12-24T00:53:30.400Z] - Installing idna (3.10)
[task 2024-12-24T00:53:30.400Z] - Installing jsonschema-specifications (2023.12.1)
[task 2024-12-24T00:53:30.400Z] - Installing multidict (6.1.0)
[task 2024-12-24T00:53:30.400Z] - Installing six (1.16.0)
[task 2024-12-24T00:53:30.400Z] - Installing propcache (0.2.0)
[task 2024-12-24T00:53:30.400Z] - Installing urllib3 (2.2.3)
[task 2024-12-24T00:53:30.400Z] - Installing zipp (3.20.2)
[task 2024-12-24T00:53:30.400Z] - Installing aiohappyeyeballs (2.4.3)
[task 2024-12-24T00:53:30.400Z] - Installing aiosignal (1.3.1)
[task 2024-12-24T00:53:30.400Z] - Installing async-timeout (4.0.3)
[task 2024-12-24T00:53:30.400Z] - Installing importlib-metadata (8.5.0)
[task 2024-12-24T00:53:30.400Z] - Installing iniconfig (2.0.0)
[task 2024-12-24T00:53:30.400Z] - Installing exceptiongroup (1.2.2)
[task 2024-12-24T00:53:30.400Z] - Installing jsonschema (4.23.0)
[task 2024-12-24T00:53:30.400Z] - Installing packaging (24.1)
[task 2024-12-24T00:53:30.400Z] - Installing pathable (0.4.3)
[task 2024-12-24T00:53:30.400Z] - Installing pluggy (1.5.0)
[task 2024-12-24T00:53:30.400Z] - Installing pyproject-hooks (1.2.0)
[task 2024-12-24T00:53:30.400Z] - Installing pyyaml (6.0.2)
[task 2024-12-24T00:53:30.400Z] - Installing requests (2.32.3)
[task 2024-12-24T00:53:30.400Z] - Installing rfc3339-validator (0.1.4)
[task 2024-12-24T00:53:30.400Z] - Installing tomli (2.2.1)
[task 2024-12-24T00:53:30.400Z] - Installing yarl (1.18.0)
[task 2024-12-24T00:53:30.400Z] - Installing aiohttp (3.11.11)
[task 2024-12-24T00:53:30.400Z] - Installing build (1.2.2)
[task 2024-12-24T00:53:30.400Z] - Installing click (8.1.7)
[task 2024-12-24T00:53:30.400Z] - Installing coverage (7.6.9)
[task 2024-12-24T00:53:30.400Z] - Installing jsonschema-path (0.3.3)
[task 2024-12-24T00:53:30.400Z] - Installing mccabe (0.7.0)
[task 2024-12-24T00:53:30.400Z] - Installing lazy-object-proxy (1.10.0)
[task 2024-12-24T00:53:30.400Z] - Installing mypy-extensions (1.0.0)
[task 2024-12-24T00:53:30.400Z] - Installing openapi-schema-validator (0.6.2)
[task 2024-12-24T00:53:30.400Z] - Installing pathspec (0.12.1)
[task 2024-12-24T00:53:30.400Z] - Installing platformdirs (4.3.6)
[task 2024-12-24T00:53:30.400Z] - Installing pycodestyle (2.12.1)
[task 2024-12-24T00:53:30.400Z] - Installing pyflakes (3.2.0)
[task 2024-12-24T00:53:30.400Z] - Installing pytest (8.3.4)
[task 2024-12-24T00:53:30.400Z] - Installing aioresponses (0.7.7)
[task 2024-12-24T00:53:30.400Z] - Installing black (24.10.0)
[task 2024-12-24T00:53:30.400Z] - Installing check-manifest (0.50)
[task 2024-12-24T00:53:30.400Z] - Installing flake8 (7.1.1)
[task 2024-12-24T00:53:30.400Z] - Installing isort (5.13.2)
[task 2024-12-24T00:53:30.400Z] - Installing openapi-spec-validator (0.7.1)
[task 2024-12-24T00:53:30.400Z] - Installing dpath (2.2.0)
[task 2024-12-24T00:53:30.400Z] - Installing oyaml (1.0)
[task 2024-12-24T00:53:30.400Z] - Installing pytest-asyncio (0.25.0)
[task 2024-12-24T00:53:30.400Z] - Installing pytest-cov (5.0.0)
[task 2024-12-24T00:53:30.400Z] - Installing pytest-mock (3.14.0)
[task 2024-12-24T00:53:30.400Z] - Installing responses (0.25.3)
[task 2024-12-24T00:53:30.400Z]
[task 2024-12-24T00:53:30.400Z] Installing the current project: shipit-api (1.0.0)
[task 2024-12-24T00:53:30.400Z] report: commands[1]> poetry run coverage xml '--omit=*test*' -o /builds/worker/artifacts/coverage.xml
[task 2024-12-24T00:53:30.400Z] Wrote XML report to /builds/worker/artifacts/coverage.xml
[task 2024-12-24T00:53:30.400Z] clean: OK ✔ in 4.19 seconds
[task 2024-12-24T00:53:30.400Z] check: OK ✔ in 8.49 seconds
[task 2024-12-24T00:53:30.400Z] py39: OK ✔ in 43.16 seconds
[task 2024-12-24T00:53:30.400Z] clean: OK (4.19=setup[0.35]+cmd[2.92,0.92] seconds)
[task 2024-12-24T00:53:30.400Z] check: OK (8.49=setup[0.56]+cmd[2.75,1.98,1.45,1.75] seconds)
[task 2024-12-24T00:53:30.400Z] py39: OK (43.16=setup[0.57]+cmd[13.00,29.60] seconds)
[task 2024-12-24T00:53:30.400Z] report: OK (4.12=setup[0.19]+cmd[2.46,1.48] seconds)
[task 2024-12-24T00:53:30.400Z] congratulations :) (51.79 seconds)
[taskcluster 2024-12-24 00:53:30.887Z] === Task Finished ===
[taskcluster 2024-12-24 00:53:31.101Z] Successful task run with exit code: 0 completed in 86.972 seconds
Loading