chore: pre-commit autoupdate #24
+2
−2
Merged
firefoxci-taskcluster / test-unit
succeeded
Mar 18, 2024 in 3m 49s
FirefoxCI (pull_request)
Run unit tests
to validate the latest changes
Details
View task in Taskcluster
View logs in Taskcluster
[task 2024-03-18T21:29:23.398Z] • Installing cachetools (5.3.2)
[task 2024-03-18T21:29:23.398Z] • Installing cchardet (2.1.7)
[task 2024-03-18T21:29:23.398Z] • Installing colorama (0.4.6)
[task 2024-03-18T21:29:23.398Z] • Installing cookiecutter (2.5.0)
[task 2024-03-18T21:29:23.398Z] • Updating cryptography (42.0.5 -> 42.0.4)
[task 2024-03-18T21:29:23.398Z] • Installing json-e (4.6.0)
[task 2024-03-18T21:29:23.399Z] • Installing livereload (2.6.3)
[task 2024-03-18T21:29:23.399Z] • Installing mozilla-repo-urls (0.1.1)
[task 2024-03-18T21:29:23.399Z] • Installing nodeenv (1.8.0)
[task 2024-03-18T21:29:23.399Z] • Installing pydata-sphinx-theme (0.14.4)
[task 2024-03-18T21:29:23.399Z] • Installing pyproject-api (1.6.1)
[task 2024-03-18T21:29:23.399Z] • Installing pytest-asyncio (0.21.1)
[task 2024-03-18T21:29:23.399Z] • Installing redo (2.0.4)
[task 2024-03-18T21:29:23.399Z] • Updating requests-toolbelt (1.0.0 -> 0.10.1)
[task 2024-03-18T21:29:23.399Z] • Installing responses (0.23.3)
[task 2024-03-18T21:29:23.400Z] • Installing slugid (2.0.0)
[task 2024-03-18T21:29:23.400Z] • Installing taskcluster-urls (13.0.1)
[task 2024-03-18T21:29:23.400Z] • Installing virtualenv (20.25.0)
[task 2024-03-18T21:29:23.400Z] • Installing voluptuous (0.14.1)
[task 2024-03-18T21:29:23.400Z] • Installing coverage (7.3.3)
[task 2024-03-18T21:29:23.400Z] • Updating gql (3.5.0 -> 3.4.1)
[task 2024-03-18T21:29:23.400Z] • Installing pyright (1.1.340)
[task 2024-03-18T21:29:23.400Z] • Installing pytest-aioresponses (0.2.0)
[task 2024-03-18T21:29:23.400Z] • Installing pytest-mock (3.12.0)
[task 2024-03-18T21:29:23.401Z] • Installing pytest-responses (0.5.1)
[task 2024-03-18T21:29:23.401Z] • Installing sphinx-autobuild (2021.3.14)
[task 2024-03-18T21:29:23.401Z] • Installing sphinx-book-theme (1.0.1)
[task 2024-03-18T21:29:23.401Z] • Installing taskcluster-taskgraph (7.0.0)
[task 2024-03-18T21:29:23.401Z] • Installing tox (4.11.4)
[task 2024-03-18T21:29:23.401Z]
[task 2024-03-18T21:29:23.401Z] Installing the current project: simple-github (1.0.0)
[task 2024-03-18T21:29:23.402Z] py39: commands[1]> poetry run python --version
[task 2024-03-18T21:29:23.402Z] Python 3.9.18
[task 2024-03-18T21:29:23.402Z] py39: commands[2]> poetry run coverage run --context=py39 -p -m pytest -vv
[task 2024-03-18T21:29:23.402Z] ============================= test session starts ==============================
[task 2024-03-18T21:29:23.402Z] platform linux -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py39/bin/python
[task 2024-03-18T21:29:23.402Z] cachedir: .tox/py39/.pytest_cache
[task 2024-03-18T21:29:23.402Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-03-18T21:29:23.402Z] configfile: pyproject.toml
[task 2024-03-18T21:29:23.403Z] plugins: mock-3.12.0, responses-0.5.1, anyio-4.3.0, aioresponses-0.2.0, asyncio-0.21.1
[task 2024-03-18T21:29:23.403Z] asyncio: mode=strict
[task 2024-03-18T21:29:23.403Z] collecting ... collected 14 items
[task 2024-03-18T21:29:23.403Z]
[task 2024-03-18T21:29:23.403Z] test/test_auth.py::test_token_auth_get_token PASSED [ 7%]
[task 2024-03-18T21:29:23.403Z] test/test_auth.py::test_app_auth_get_token PASSED [ 14%]
[task 2024-03-18T21:29:23.403Z] test/test_auth.py::test_app_installation_auth_get_token PASSED [ 21%]
[task 2024-03-18T21:29:23.403Z] test/test_client.py::test_async_client_get_session PASSED [ 28%]
[task 2024-03-18T21:29:23.403Z] test/test_client.py::test_sync_client_get_session PASSED [ 35%]
[task 2024-03-18T21:29:23.404Z] test/test_client.py::test_async_client_rest PASSED [ 42%]
[task 2024-03-18T21:29:23.404Z] test/test_client.py::test_sync_client_rest PASSED [ 50%]
[task 2024-03-18T21:29:23.404Z] test/test_client.py::test_async_client_rest_with_text PASSED [ 57%]
[task 2024-03-18T21:29:23.404Z] test/test_client.py::test_sync_client_rest_with_text PASSED [ 64%]
[task 2024-03-18T21:29:23.404Z] test/test_client.py::test_async_client_graphql PASSED [ 71%]
[task 2024-03-18T21:29:23.404Z] test/test_client.py::test_sync_client_graphql PASSED [ 78%]
[task 2024-03-18T21:29:23.404Z] test/test_simple_github.py::test_token_client PASSED [ 85%]
[task 2024-03-18T21:29:23.404Z] test/test_simple_github.py::test_app_client PASSED [ 92%]
[task 2024-03-18T21:29:23.404Z] test/test_simple_github.py::test_app_installation_client PASSED [100%]
[task 2024-03-18T21:29:23.405Z]
[task 2024-03-18T21:29:23.405Z] ============================== 14 passed in 1.17s ==============================
[task 2024-03-18T21:29:23.685Z] py310: install_package_deps> python -I -m pip install 'aiohttp[speedups]<4.0.0,>=3.8.6' 'gql[aiohttp,requests]<4.0.0,>=3.4.1' 'pyjwt[crypto]<3.0.0,>=2.8.0' 'requests<3.0.0,>=2.31.0'
[task 2024-03-18T21:29:23.685Z] py310: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/5/simple_github-1.0.0.tar.gz
[task 2024-03-18T21:29:23.685Z] py310: commands[0]> poetry install --with test
[task 2024-03-18T21:29:23.685Z] Installing dependencies from lock file
[task 2024-03-18T21:29:23.685Z]
[task 2024-03-18T21:29:23.685Z] Package operations: 69 installs, 10 updates, 0 removals
[task 2024-03-18T21:29:23.685Z]
[task 2024-03-18T21:29:23.686Z] • Updating certifi (2024.2.2 -> 2023.11.17)
[task 2024-03-18T21:29:23.686Z] • Updating frozenlist (1.4.1 -> 1.4.0)
[task 2024-03-18T21:29:23.686Z] • Installing markupsafe (2.1.3)
[task 2024-03-18T21:29:23.686Z] • Installing mdurl (0.1.2)
[task 2024-03-18T21:29:23.686Z] • Updating multidict (6.0.5 -> 6.0.4)
[task 2024-03-18T21:29:23.686Z] • Installing six (1.16.0)
[task 2024-03-18T21:29:23.686Z] • Updating urllib3 (2.2.1 -> 1.26.18)
[task 2024-03-18T21:29:23.686Z] • Installing alabaster (0.7.13)
[task 2024-03-18T21:29:23.686Z] • Updating attrs (23.2.0 -> 23.1.0)
[task 2024-03-18T21:29:23.686Z] • Installing babel (2.14.0)
[task 2024-03-18T21:29:23.686Z] • Installing chardet (5.2.0)
[task 2024-03-18T21:29:23.686Z] • Installing docutils (0.19)
[task 2024-03-18T21:29:23.686Z] • Installing imagesize (1.4.1)
[task 2024-03-18T21:29:23.686Z] • Installing iniconfig (2.0.0)
[task 2024-03-18T21:29:23.686Z] • Installing jinja2 (3.1.3)
[task 2024-03-18T21:29:23.686Z] • Installing markdown-it-py (3.0.0)
[task 2024-03-18T21:29:23.686Z] • Installing packaging (23.2)
[task 2024-03-18T21:29:23.687Z] • Installing pluggy (1.3.0)
[task 2024-03-18T21:29:23.687Z] • Installing pygments (2.17.2)
[task 2024-03-18T21:29:23.687Z] • Installing python-dateutil (2.8.2)
[task 2024-03-18T21:29:23.687Z] • Installing snowballstemmer (2.2.0)
[task 2024-03-18T21:29:23.687Z] • Installing soupsieve (2.5)
[task 2024-03-18T21:29:23.687Z] • Installing sphinxcontrib-applehelp (1.0.4)
[task 2024-03-18T21:29:23.687Z] • Installing sphinxcontrib-devhelp (1.0.2)
[task 2024-03-18T21:29:23.687Z] • Installing sphinxcontrib-htmlhelp (2.0.1)
[task 2024-03-18T21:29:23.687Z] • Installing sphinxcontrib-jsmath (1.0.1)
[task 2024-03-18T21:29:23.687Z] • Installing sphinxcontrib-qthelp (1.0.3)
[task 2024-03-18T21:29:23.687Z] • Installing sphinxcontrib-serializinghtml (1.1.5)
[task 2024-03-18T21:29:23.687Z] • Installing text-unidecode (1.3)
[task 2024-03-18T21:29:23.687Z] • Installing tomli (2.0.1)
[task 2024-03-18T21:29:23.687Z] • Installing types-python-dateutil (2.8.19.14)
[task 2024-03-18T21:29:23.687Z] • Installing accessible-pygments (0.0.4)
[task 2024-03-18T21:29:23.687Z] • Updating aiohttp (3.9.3 -> 3.8.6)
[task 2024-03-18T21:29:23.687Z] • Installing arrow (1.3.0)
[task 2024-03-18T21:29:23.687Z] • Installing beautifulsoup4 (4.12.2)
[task 2024-03-18T21:29:23.687Z] • Installing binaryornot (0.4.4)
[task 2024-03-18T21:29:23.688Z] • Installing click (8.1.7)
[task 2024-03-18T21:29:23.688Z] • Installing distlib (0.3.8)
[task 2024-03-18T21:29:23.688Z] • Installing filelock (3.13.1)
[task 2024-03-18T21:29:23.688Z] • Installing giturlparse (0.12.0)
[task 2024-03-18T21:29:23.688Z] • Installing platformdirs (4.1.0)
[task 2024-03-18T21:29:23.688Z] • Installing pytest (7.4.3)
[task 2024-03-18T21:29:23.688Z] • Installing python-slugify (8.0.1)
[task 2024-03-18T21:29:23.688Z] • Installing pyyaml (6.0.1)
[task 2024-03-18T21:29:23.688Z] • Installing rich (13.7.0)
[task 2024-03-18T21:29:23.688Z] • Installing sphinx (6.2.1)
[task 2024-03-18T21:29:23.688Z] • Installing tornado (6.4)
[task 2024-03-18T21:29:23.688Z] • Installing types-pyyaml (6.0.12.12)
[task 2024-03-18T21:29:23.688Z] • Updating typing-extensions (4.10.0 -> 4.9.0)
[task 2024-03-18T21:29:23.688Z] • Installing aioresponses (0.7.6)
[task 2024-03-18T21:29:23.688Z] • Installing appdirs (1.4.4)
[task 2024-03-18T21:29:23.688Z] • Installing cachetools (5.3.2)
[task 2024-03-18T21:29:23.688Z] • Installing colorama (0.4.6)
[task 2024-03-18T21:29:23.688Z] • Installing cookiecutter (2.5.0)
[task 2024-03-18T21:29:23.688Z] • Updating cryptography (42.0.5 -> 42.0.4)
[task 2024-03-18T21:29:23.688Z] • Installing json-e (4.6.0)
[task 2024-03-18T21:29:23.688Z] • Installing livereload (2.6.3)
[task 2024-03-18T21:29:23.689Z] • Installing mozilla-repo-urls (0.1.1)
[task 2024-03-18T21:29:23.689Z] • Installing nodeenv (1.8.0)
[task 2024-03-18T21:29:23.689Z] • Installing pydata-sphinx-theme (0.14.4)
[task 2024-03-18T21:29:23.689Z] • Installing pyproject-api (1.6.1)
[task 2024-03-18T21:29:23.689Z] • Installing pytest-asyncio (0.21.1)
[task 2024-03-18T21:29:23.689Z] • Installing redo (2.0.4)
[task 2024-03-18T21:29:23.689Z] • Updating requests-toolbelt (1.0.0 -> 0.10.1)
[task 2024-03-18T21:29:23.689Z] • Installing responses (0.23.3)
[task 2024-03-18T21:29:23.689Z] • Installing slugid (2.0.0)
[task 2024-03-18T21:29:23.689Z] • Installing taskcluster-urls (13.0.1)
[task 2024-03-18T21:29:23.689Z] • Installing virtualenv (20.25.0)
[task 2024-03-18T21:29:23.689Z] • Installing voluptuous (0.14.1)
[task 2024-03-18T21:29:23.689Z] • Installing coverage (7.3.3)
[task 2024-03-18T21:29:23.689Z] • Updating gql (3.5.0 -> 3.4.1)
[task 2024-03-18T21:29:23.689Z] • Installing pyright (1.1.340)
[task 2024-03-18T21:29:23.689Z] • Installing pytest-aioresponses (0.2.0)
[task 2024-03-18T21:29:23.689Z] • Installing pytest-mock (3.12.0)
[task 2024-03-18T21:29:23.689Z] • Installing pytest-responses (0.5.1)
[task 2024-03-18T21:29:23.689Z] • Installing sphinx-autobuild (2021.3.14)
[task 2024-03-18T21:29:23.689Z] • Installing sphinx-book-theme (1.0.1)
[task 2024-03-18T21:29:23.690Z] • Installing taskcluster-taskgraph (7.0.0)
[task 2024-03-18T21:29:23.690Z] • Installing tox (4.11.4)
[task 2024-03-18T21:29:23.690Z]
[task 2024-03-18T21:29:23.690Z] Installing the current project: simple-github (1.0.0)
[task 2024-03-18T21:29:23.690Z] py310: commands[1]> poetry run python --version
[task 2024-03-18T21:29:23.690Z] Python 3.10.13
[task 2024-03-18T21:29:23.690Z] py310: commands[2]> poetry run coverage run --context=py310 -p -m pytest -vv
[task 2024-03-18T21:29:23.690Z] ============================= test session starts ==============================
[task 2024-03-18T21:29:23.690Z] platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py310/bin/python
[task 2024-03-18T21:29:23.690Z] cachedir: .tox/py310/.pytest_cache
[task 2024-03-18T21:29:23.690Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-03-18T21:29:23.690Z] configfile: pyproject.toml
[task 2024-03-18T21:29:23.690Z] plugins: mock-3.12.0, responses-0.5.1, anyio-4.3.0, aioresponses-0.2.0, asyncio-0.21.1
[task 2024-03-18T21:29:23.690Z] asyncio: mode=strict
[task 2024-03-18T21:29:23.690Z] collecting ... collected 14 items
[task 2024-03-18T21:29:23.690Z]
[task 2024-03-18T21:29:23.690Z] test/test_auth.py::test_token_auth_get_token PASSED [ 7%]
[task 2024-03-18T21:29:23.690Z] test/test_auth.py::test_app_auth_get_token PASSED [ 14%]
[task 2024-03-18T21:29:23.690Z] test/test_auth.py::test_app_installation_auth_get_token PASSED [ 21%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_async_client_get_session PASSED [ 28%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_sync_client_get_session PASSED [ 35%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_async_client_rest PASSED [ 42%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_sync_client_rest PASSED [ 50%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_async_client_rest_with_text PASSED [ 57%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_sync_client_rest_with_text PASSED [ 64%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_async_client_graphql PASSED [ 71%]
[task 2024-03-18T21:29:23.691Z] test/test_client.py::test_sync_client_graphql PASSED [ 78%]
[task 2024-03-18T21:29:23.691Z] test/test_simple_github.py::test_token_client PASSED [ 85%]
[task 2024-03-18T21:29:23.691Z] test/test_simple_github.py::test_app_client PASSED [ 92%]
[task 2024-03-18T21:29:23.691Z] test/test_simple_github.py::test_app_installation_client PASSED [100%]
[task 2024-03-18T21:29:23.691Z]
[task 2024-03-18T21:29:23.691Z] ============================== 14 passed in 1.02s ==============================
[task 2024-03-18T21:29:35.900Z] Task was destroyed but it is pending!
[task 2024-03-18T21:29:35.900Z] task: <Task pending name='Task-6' coro=<ReconnectingAsyncClientSession._connection_loop() running at /builds/worker/checkouts/vcs/.tox/py311/lib/python3.11/site-packages/gql/client.py:1350> wait_for=<Future pending cb=[Task.task_wakeup()]>>
[task 2024-03-18T21:29:35.900Z] Unclosed client session
[task 2024-03-18T21:29:35.900Z] client_session: <aiohttp.client.ClientSession object at 0x7f209852ad90>
[task 2024-03-18T21:29:35.900Z] Task was destroyed but it is pending!
[task 2024-03-18T21:29:35.900Z] task: <Task pending name='Task-6' coro=<ReconnectingAsyncClientSession._connection_loop() running at /builds/worker/checkouts/vcs/.tox/py38/lib/python3.8/site-packages/gql/client.py:1350> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f41fb77a1f0>()]>>
[task 2024-03-18T21:29:35.900Z] Unclosed client session
[task 2024-03-18T21:29:35.900Z] client_session: <aiohttp.client.ClientSession object at 0x7f41fb6b33a0>
[task 2024-03-18T21:29:35.900Z] Task was destroyed but it is pending!
[task 2024-03-18T21:29:35.900Z] task: <Task pending name='Task-6' coro=<ReconnectingAsyncClientSession._connection_loop() running at /builds/worker/checkouts/vcs/.tox/py39/lib/python3.9/site-packages/gql/client.py:1350> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7f56629c7640>()]>>
[task 2024-03-18T21:29:35.900Z] Unclosed client session
[task 2024-03-18T21:29:35.900Z] client_session: <aiohttp.client.ClientSession object at 0x7f5662a2f730>
[task 2024-03-18T21:29:35.900Z] .pkg: _exit> python /builds/worker/.cache/pypoetry/virtualenvs/simple-github-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2024-03-18T21:29:35.900Z] report: install_package_deps> python -I -m pip install 'aiohttp[speedups]<4.0.0,>=3.8.6' 'gql[aiohttp,requests]<4.0.0,>=3.4.1' 'pyjwt[crypto]<3.0.0,>=2.8.0' 'requests<3.0.0,>=2.31.0'
[task 2024-03-18T21:29:35.900Z] report: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/6/simple_github-1.0.0.tar.gz
[task 2024-03-18T21:29:35.900Z] report: commands[0]> poetry install --only test
[task 2024-03-18T21:29:35.900Z] Installing dependencies from lock file
[task 2024-03-18T21:29:35.900Z]
[task 2024-03-18T21:29:35.900Z] Package operations: 23 installs, 6 updates, 0 removals
[task 2024-03-18T21:29:35.900Z]
[task 2024-03-18T21:29:35.900Z] • Updating frozenlist (1.4.1 -> 1.4.0)
[task 2024-03-18T21:29:35.900Z] • Updating multidict (6.0.5 -> 6.0.4)
[task 2024-03-18T21:29:35.900Z] • Installing async-timeout (4.0.3)
[task 2024-03-18T21:29:35.900Z] • Updating attrs (23.2.0 -> 23.1.0)
[task 2024-03-18T21:29:35.900Z] • Installing iniconfig (2.0.0)
[task 2024-03-18T21:29:35.900Z] • Updating certifi (2024.2.2 -> 2023.11.17)
[task 2024-03-18T21:29:35.900Z] • Installing pluggy (1.3.0)
[task 2024-03-18T21:29:35.900Z] • Installing packaging (23.2)
[task 2024-03-18T21:29:35.900Z] • Updating urllib3 (2.2.1 -> 1.26.18)
[task 2024-03-18T21:29:35.900Z] • Updating aiohttp (3.9.3 -> 3.8.6)
[task 2024-03-18T21:29:35.900Z] • Installing distlib (0.3.8)
[task 2024-03-18T21:29:35.900Z] • Installing filelock (3.13.1)
[task 2024-03-18T21:29:35.900Z] • Installing platformdirs (4.1.0)
[task 2024-03-18T21:29:35.900Z] • Installing pytest (7.4.3)
[task 2024-03-18T21:29:35.900Z] • Installing pyyaml (6.0.1)
[task 2024-03-18T21:29:35.900Z] • Installing types-pyyaml (6.0.12.12)
[task 2024-03-18T21:29:35.900Z] • Installing aioresponses (0.7.6)
[task 2024-03-18T21:29:35.900Z] • Installing cachetools (5.3.2)
[task 2024-03-18T21:29:35.900Z] • Installing chardet (5.2.0)
[task 2024-03-18T21:29:35.900Z] • Installing colorama (0.4.6)
[task 2024-03-18T21:29:35.900Z] • Installing pyproject-api (1.6.1)
[task 2024-03-18T21:29:35.900Z] • Installing pytest-asyncio (0.21.1)
[task 2024-03-18T21:29:35.900Z] • Installing responses (0.23.3)
[task 2024-03-18T21:29:35.900Z] • Installing virtualenv (20.25.0)
[task 2024-03-18T21:29:35.900Z] • Installing coverage (7.3.3)
[task 2024-03-18T21:29:35.900Z] • Installing pytest-aioresponses (0.2.0)
[task 2024-03-18T21:29:35.900Z] • Installing pytest-mock (3.12.0)
[task 2024-03-18T21:29:35.900Z] • Installing pytest-responses (0.5.1)
[task 2024-03-18T21:29:35.900Z] • Installing tox (4.11.4)
[task 2024-03-18T21:29:35.900Z]
[task 2024-03-18T21:29:35.901Z] Installing the current project: simple-github (1.0.0)
[task 2024-03-18T21:29:35.901Z] report: commands[1]> poetry run coverage combine
[task 2024-03-18T21:29:35.901Z] Combined data file .coverage.87d9d799da37.1854.XCRtjXxx
[task 2024-03-18T21:29:35.901Z] Combined data file .coverage.87d9d799da37.1783.XHBDvVSx
[task 2024-03-18T21:29:35.901Z] Combined data file .coverage.87d9d799da37.1882.XXpDyUVx
[task 2024-03-18T21:29:35.901Z] Combined data file .coverage.87d9d799da37.1890.XwXdkUox
[task 2024-03-18T21:29:35.901Z] report: commands[2]> poetry run coverage xml -o /builds/worker/artifacts/coverage.xml
[task 2024-03-18T21:29:35.901Z] Wrote XML report to /builds/worker/artifacts/coverage.xml
[task 2024-03-18T21:29:35.901Z] clean: OK ✔ in 16.46 seconds
[task 2024-03-18T21:29:35.901Z] py312: SKIP ⚠ in 5.51 seconds
[task 2024-03-18T21:29:35.901Z] py311: OK ✔ in 1 minute 3.77 seconds
[task 2024-03-18T21:29:35.901Z] py38: OK ✔ in 1 minute 6.2 seconds
[task 2024-03-18T21:29:35.901Z] py39: OK ✔ in 1 minute 7.41 seconds
[task 2024-03-18T21:29:35.901Z] py310: OK ✔ in 1 minute 7.71 seconds
[task 2024-03-18T21:29:35.901Z] clean: OK (16.46=setup[12.30]+cmd[3.58,0.58] seconds)
[task 2024-03-18T21:29:35.901Z] py38: OK (66.20=setup[28.30]+cmd[28.31,1.88,7.71] seconds)
[task 2024-03-18T21:29:35.901Z] py39: OK (67.41=setup[31.69]+cmd[27.47,1.61,6.64] seconds)
[task 2024-03-18T21:29:35.901Z] py310: OK (67.71=setup[34.01]+cmd[25.85,1.29,6.56] seconds)
[task 2024-03-18T21:29:35.901Z] py311: OK (63.77=setup[24.70]+cmd[26.73,2.58,9.76] seconds)
[task 2024-03-18T21:29:35.901Z] py312: SKIP (5.51 seconds)
[task 2024-03-18T21:29:35.901Z] report: OK (12.21=setup[7.45]+cmd[3.60,0.64,0.52] seconds)
[task 2024-03-18T21:29:35.901Z] congratulations :) (96.53 seconds)
[taskcluster 2024-03-18 21:29:36.221Z] === Task Finished ===
[taskcluster 2024-03-18 21:29:36.439Z] Successful task run with exit code: 0 completed in 154.192 seconds
Loading