chore(deps): bump requests from 2.31.0 to 2.32.0 #28
firefoxci-taskcluster / test-unit
succeeded
May 21, 2024 in 3m 59s
FirefoxCI (pull_request)
Run unit tests
to validate the latest changes
Details
View task in Taskcluster
View logs in Taskcluster
[task 2024-05-21T06:44:52.043Z] • Installing livereload (2.6.3)
[task 2024-05-21T06:44:52.043Z] • Installing mozilla-repo-urls (0.1.1)
[task 2024-05-21T06:44:52.043Z] • Installing nodeenv (1.8.0)
[task 2024-05-21T06:44:52.043Z] • Installing pydata-sphinx-theme (0.14.4)
[task 2024-05-21T06:44:52.044Z] • Installing pyproject-api (1.6.1)
[task 2024-05-21T06:44:52.044Z] • Installing pytest-asyncio (0.21.1)
[task 2024-05-21T06:44:52.044Z] • Installing redo (2.0.4)
[task 2024-05-21T06:44:52.044Z] • Updating requests-toolbelt (1.0.0 -> 0.10.1)
[task 2024-05-21T06:44:52.044Z] • Installing responses (0.23.3)
[task 2024-05-21T06:44:52.044Z] • Installing slugid (2.0.0)
[task 2024-05-21T06:44:52.044Z] • Installing taskcluster-urls (13.0.1)
[task 2024-05-21T06:44:52.044Z] • Installing virtualenv (20.25.0)
[task 2024-05-21T06:44:52.044Z] • Installing voluptuous (0.14.1)
[task 2024-05-21T06:44:52.044Z] • Installing coverage (7.3.3)
[task 2024-05-21T06:44:52.044Z] • Updating gql (3.5.0 -> 3.4.1)
[task 2024-05-21T06:44:52.044Z] • Installing pytest-aioresponses (0.2.0)
[task 2024-05-21T06:44:52.044Z] • Installing pytest-mock (3.12.0)
[task 2024-05-21T06:44:52.045Z] • Installing pyright (1.1.340)
[task 2024-05-21T06:44:52.045Z] • Installing pytest-responses (0.5.1)
[task 2024-05-21T06:44:52.045Z] • Installing sphinx-autobuild (2021.3.14)
[task 2024-05-21T06:44:52.045Z] • Installing sphinx-book-theme (1.0.1)
[task 2024-05-21T06:44:52.045Z] • Installing taskcluster-taskgraph (7.0.0)
[task 2024-05-21T06:44:52.045Z] • Installing tox (4.11.4)
[task 2024-05-21T06:44:52.045Z]
[task 2024-05-21T06:44:52.045Z] Installing the current project: simple-github (1.0.0)
[task 2024-05-21T06:44:52.045Z] py310: commands[1]> poetry run python --version
[task 2024-05-21T06:44:52.045Z] Python 3.10.13
[task 2024-05-21T06:44:52.045Z] py310: commands[2]> poetry run coverage run --context=py310 -p -m pytest -vv
[task 2024-05-21T06:44:52.045Z] ============================= test session starts ==============================
[task 2024-05-21T06:44:52.046Z] platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py310/bin/python
[task 2024-05-21T06:44:52.046Z] cachedir: .tox/py310/.pytest_cache
[task 2024-05-21T06:44:52.046Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-05-21T06:44:52.046Z] configfile: pyproject.toml
[task 2024-05-21T06:44:52.046Z] plugins: mock-3.12.0, asyncio-0.21.1, anyio-4.3.0, aioresponses-0.2.0, responses-0.5.1
[task 2024-05-21T06:44:52.046Z] asyncio: mode=strict
[task 2024-05-21T06:44:52.046Z] collecting ... collected 14 items
[task 2024-05-21T06:44:52.046Z]
[task 2024-05-21T06:44:52.046Z] test/test_auth.py::test_token_auth_get_token PASSED [ 7%]
[task 2024-05-21T06:44:52.046Z] test/test_auth.py::test_app_auth_get_token PASSED [ 14%]
[task 2024-05-21T06:44:52.046Z] test/test_auth.py::test_app_installation_auth_get_token PASSED [ 21%]
[task 2024-05-21T06:44:52.046Z] test/test_client.py::test_async_client_get_session PASSED [ 28%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_sync_client_get_session PASSED [ 35%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_async_client_rest PASSED [ 42%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_sync_client_rest PASSED [ 50%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_async_client_rest_with_text PASSED [ 57%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_sync_client_rest_with_text PASSED [ 64%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_async_client_graphql PASSED [ 71%]
[task 2024-05-21T06:44:52.047Z] test/test_client.py::test_sync_client_graphql PASSED [ 78%]
[task 2024-05-21T06:44:52.047Z] test/test_simple_github.py::test_token_client PASSED [ 85%]
[task 2024-05-21T06:44:52.047Z] test/test_simple_github.py::test_app_client PASSED [ 92%]
[task 2024-05-21T06:44:52.047Z] test/test_simple_github.py::test_app_installation_client PASSED [100%]
[task 2024-05-21T06:44:52.047Z]
[task 2024-05-21T06:44:52.047Z] ============================== 14 passed in 1.52s ==============================
[task 2024-05-21T06:44:52.592Z] py39: 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-05-21T06:44:52.592Z] py39: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/4/simple_github-1.0.0.tar.gz
[task 2024-05-21T06:44:52.592Z] py39: commands[0]> poetry install --with test
[task 2024-05-21T06:44:52.592Z] Installing dependencies from lock file
[task 2024-05-21T06:44:52.592Z]
[task 2024-05-21T06:44:52.592Z] Package operations: 72 installs, 15 updates, 0 removals
[task 2024-05-21T06:44:52.592Z]
[task 2024-05-21T06:44:52.592Z] • Updating certifi (2024.2.2 -> 2023.11.17)
[task 2024-05-21T06:44:52.592Z] • Updating frozenlist (1.4.1 -> 1.4.0)
[task 2024-05-21T06:44:52.592Z] • Updating idna (3.7 -> 3.6)
[task 2024-05-21T06:44:52.592Z] • Installing markupsafe (2.1.3)
[task 2024-05-21T06:44:52.592Z] • Installing mdurl (0.1.2)
[task 2024-05-21T06:44:52.592Z] • Updating multidict (6.0.5 -> 6.0.4)
[task 2024-05-21T06:44:52.592Z] • Updating pycparser (2.22 -> 2.21)
[task 2024-05-21T06:44:52.592Z] • Installing six (1.16.0)
[task 2024-05-21T06:44:52.592Z] • Updating urllib3 (2.2.1 -> 1.26.18)
[task 2024-05-21T06:44:52.592Z] • Installing zipp (3.17.0)
[task 2024-05-21T06:44:52.592Z] • Installing alabaster (0.7.13)
[task 2024-05-21T06:44:52.592Z] • Updating attrs (23.2.0 -> 23.1.0)
[task 2024-05-21T06:44:52.592Z] • Installing babel (2.14.0)
[task 2024-05-21T06:44:52.592Z] • Installing chardet (5.2.0)
[task 2024-05-21T06:44:52.592Z] • Installing docutils (0.19)
[task 2024-05-21T06:44:52.592Z] • Updating exceptiongroup (1.2.1 -> 1.2.0)
[task 2024-05-21T06:44:52.592Z] • Installing imagesize (1.4.1)
[task 2024-05-21T06:44:52.592Z] • Installing importlib-metadata (7.0.0)
[task 2024-05-21T06:44:52.592Z] • Installing iniconfig (2.0.0)
[task 2024-05-21T06:44:52.592Z] • Installing jinja2 (3.1.3)
[task 2024-05-21T06:44:52.592Z] • Installing markdown-it-py (3.0.0)
[task 2024-05-21T06:44:52.592Z] • Installing packaging (23.2)
[task 2024-05-21T06:44:52.592Z] • Installing pluggy (1.3.0)
[task 2024-05-21T06:44:52.592Z] • Installing pygments (2.17.2)
[task 2024-05-21T06:44:52.592Z] • Installing python-dateutil (2.8.2)
[task 2024-05-21T06:44:52.592Z] • Updating requests (2.32.1 -> 2.32.0)
[task 2024-05-21T06:44:52.592Z] • Installing snowballstemmer (2.2.0)
[task 2024-05-21T06:44:52.592Z] • Installing soupsieve (2.5)
[task 2024-05-21T06:44:52.592Z] • Installing sphinxcontrib-applehelp (1.0.4)
[task 2024-05-21T06:44:52.592Z] • Installing sphinxcontrib-devhelp (1.0.2)
[task 2024-05-21T06:44:52.592Z] • Installing sphinxcontrib-htmlhelp (2.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing sphinxcontrib-jsmath (1.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing sphinxcontrib-qthelp (1.0.3)
[task 2024-05-21T06:44:52.592Z] • Installing sphinxcontrib-serializinghtml (1.1.5)
[task 2024-05-21T06:44:52.592Z] • Installing text-unidecode (1.3)
[task 2024-05-21T06:44:52.592Z] • Installing tomli (2.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing types-python-dateutil (2.8.19.14)
[task 2024-05-21T06:44:52.592Z] • Installing accessible-pygments (0.0.4)
[task 2024-05-21T06:44:52.592Z] • Updating aiohttp (3.9.5 -> 3.8.6)
[task 2024-05-21T06:44:52.592Z] • Installing arrow (1.3.0)
[task 2024-05-21T06:44:52.592Z] • Installing beautifulsoup4 (4.12.2)
[task 2024-05-21T06:44:52.592Z] • Installing binaryornot (0.4.4)
[task 2024-05-21T06:44:52.592Z] • Installing click (8.1.7)
[task 2024-05-21T06:44:52.592Z] • Installing distlib (0.3.8)
[task 2024-05-21T06:44:52.592Z] • Installing filelock (3.13.1)
[task 2024-05-21T06:44:52.592Z] • Installing giturlparse (0.12.0)
[task 2024-05-21T06:44:52.592Z] • Installing platformdirs (4.1.0)
[task 2024-05-21T06:44:52.592Z] • Installing pytest (7.4.3)
[task 2024-05-21T06:44:52.592Z] • Installing python-slugify (8.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing pyyaml (6.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing rich (13.7.0)
[task 2024-05-21T06:44:52.592Z] • Installing sphinx (6.2.1)
[task 2024-05-21T06:44:52.592Z] • Installing tornado (6.4)
[task 2024-05-21T06:44:52.592Z] • Installing types-pyyaml (6.0.12.12)
[task 2024-05-21T06:44:52.592Z] • Updating typing-extensions (4.11.0 -> 4.9.0)
[task 2024-05-21T06:44:52.592Z] • Updating aiodns (3.2.0 -> 3.1.1)
[task 2024-05-21T06:44:52.592Z] • Installing aioresponses (0.7.6)
[task 2024-05-21T06:44:52.592Z] • Installing appdirs (1.4.4)
[task 2024-05-21T06:44:52.592Z] • Installing cachetools (5.3.2)
[task 2024-05-21T06:44:52.592Z] • Installing cchardet (2.1.7)
[task 2024-05-21T06:44:52.592Z] • Installing colorama (0.4.6)
[task 2024-05-21T06:44:52.592Z] • Installing cookiecutter (2.5.0)
[task 2024-05-21T06:44:52.592Z] • Updating cryptography (42.0.7 -> 42.0.4)
[task 2024-05-21T06:44:52.592Z] • Installing json-e (4.6.0)
[task 2024-05-21T06:44:52.592Z] • Installing livereload (2.6.3)
[task 2024-05-21T06:44:52.592Z] • Installing mozilla-repo-urls (0.1.1)
[task 2024-05-21T06:44:52.592Z] • Installing nodeenv (1.8.0)
[task 2024-05-21T06:44:52.592Z] • Installing pydata-sphinx-theme (0.14.4)
[task 2024-05-21T06:44:52.592Z] • Installing pyproject-api (1.6.1)
[task 2024-05-21T06:44:52.592Z] • Installing pytest-asyncio (0.21.1)
[task 2024-05-21T06:44:52.592Z] • Installing redo (2.0.4)
[task 2024-05-21T06:44:52.592Z] • Updating requests-toolbelt (1.0.0 -> 0.10.1)
[task 2024-05-21T06:44:52.592Z] • Installing responses (0.23.3)
[task 2024-05-21T06:44:52.592Z] • Installing slugid (2.0.0)
[task 2024-05-21T06:44:52.592Z] • Installing taskcluster-urls (13.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing virtualenv (20.25.0)
[task 2024-05-21T06:44:52.592Z] • Installing voluptuous (0.14.1)
[task 2024-05-21T06:44:52.592Z] • Installing coverage (7.3.3)
[task 2024-05-21T06:44:52.592Z] • Updating gql (3.5.0 -> 3.4.1)
[task 2024-05-21T06:44:52.592Z] • Installing pyright (1.1.340)
[task 2024-05-21T06:44:52.592Z] • Installing pytest-aioresponses (0.2.0)
[task 2024-05-21T06:44:52.592Z] • Installing pytest-mock (3.12.0)
[task 2024-05-21T06:44:52.592Z] • Installing pytest-responses (0.5.1)
[task 2024-05-21T06:44:52.592Z] • Installing sphinx-autobuild (2021.3.14)
[task 2024-05-21T06:44:52.592Z] • Installing sphinx-book-theme (1.0.1)
[task 2024-05-21T06:44:52.592Z] • Installing taskcluster-taskgraph (7.0.0)
[task 2024-05-21T06:44:52.592Z] • Installing tox (4.11.4)
[task 2024-05-21T06:44:52.592Z]
[task 2024-05-21T06:44:52.592Z] Installing the current project: simple-github (1.0.0)
[task 2024-05-21T06:44:52.592Z] py39: commands[1]> poetry run python --version
[task 2024-05-21T06:44:52.592Z] Python 3.9.18
[task 2024-05-21T06:44:52.592Z] py39: commands[2]> poetry run coverage run --context=py39 -p -m pytest -vv
[task 2024-05-21T06:44:52.592Z] ============================= test session starts ==============================
[task 2024-05-21T06:44:52.592Z] platform linux -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py39/bin/python
[task 2024-05-21T06:44:52.592Z] cachedir: .tox/py39/.pytest_cache
[task 2024-05-21T06:44:52.592Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-05-21T06:44:52.592Z] configfile: pyproject.toml
[task 2024-05-21T06:44:52.592Z] plugins: mock-3.12.0, asyncio-0.21.1, anyio-4.3.0, aioresponses-0.2.0, responses-0.5.1
[task 2024-05-21T06:44:52.592Z] asyncio: mode=strict
[task 2024-05-21T06:44:52.592Z] collecting ... collected 14 items
[task 2024-05-21T06:44:52.594Z]
[task 2024-05-21T06:44:52.594Z] test/test_auth.py::test_token_auth_get_token PASSED [ 7%]
[task 2024-05-21T06:44:52.594Z] test/test_auth.py::test_app_auth_get_token PASSED [ 14%]
[task 2024-05-21T06:44:52.594Z] test/test_auth.py::test_app_installation_auth_get_token PASSED [ 21%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_async_client_get_session PASSED [ 28%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_sync_client_get_session PASSED [ 35%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_async_client_rest PASSED [ 42%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_sync_client_rest PASSED [ 50%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_async_client_rest_with_text PASSED [ 57%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_sync_client_rest_with_text PASSED [ 64%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_async_client_graphql PASSED [ 71%]
[task 2024-05-21T06:44:52.594Z] test/test_client.py::test_sync_client_graphql PASSED [ 78%]
[task 2024-05-21T06:44:52.594Z] test/test_simple_github.py::test_token_client PASSED [ 85%]
[task 2024-05-21T06:44:52.594Z] test/test_simple_github.py::test_app_client PASSED [ 92%]
[task 2024-05-21T06:44:52.594Z] test/test_simple_github.py::test_app_installation_client PASSED [100%]
[task 2024-05-21T06:44:52.594Z]
[task 2024-05-21T06:44:52.594Z] ============================== 14 passed in 0.78s ==============================
[task 2024-05-21T06:45:04.530Z] Task was destroyed but it is pending!
[task 2024-05-21T06:45:04.530Z] 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 0x7ff86f36fbe0>()]>>
[task 2024-05-21T06:45:04.530Z] Unclosed client session
[task 2024-05-21T06:45:04.530Z] client_session: <aiohttp.client.ClientSession object at 0x7ff86f2755b0>
[task 2024-05-21T06:45:04.530Z] Task was destroyed but it is pending!
[task 2024-05-21T06:45:04.531Z] 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 0x7f676e7e2a90>()]>>
[task 2024-05-21T06:45:04.531Z] Unclosed client session
[task 2024-05-21T06:45:04.531Z] client_session: <aiohttp.client.ClientSession object at 0x7f676e7d8520>
[task 2024-05-21T06:45:04.531Z] .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-05-21T06:45:04.531Z] 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-05-21T06:45:04.531Z] 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-05-21T06:45:04.531Z] report: commands[0]> poetry install --only test
[task 2024-05-21T06:45:04.531Z] Installing dependencies from lock file
[task 2024-05-21T06:45:04.531Z]
[task 2024-05-21T06:45:04.531Z] Package operations: 23 installs, 8 updates, 0 removals
[task 2024-05-21T06:45:04.531Z]
[task 2024-05-21T06:45:04.531Z] • Updating frozenlist (1.4.1 -> 1.4.0)
[task 2024-05-21T06:45:04.531Z] • Updating idna (3.7 -> 3.6)
[task 2024-05-21T06:45:04.531Z] • Updating multidict (6.0.5 -> 6.0.4)
[task 2024-05-21T06:45:04.531Z] • Installing async-timeout (4.0.3)
[task 2024-05-21T06:45:04.531Z] • Updating attrs (23.2.0 -> 23.1.0)
[task 2024-05-21T06:45:04.531Z] • Updating certifi (2024.2.2 -> 2023.11.17)
[task 2024-05-21T06:45:04.531Z] • Installing iniconfig (2.0.0)
[task 2024-05-21T06:45:04.531Z] • Installing packaging (23.2)
[task 2024-05-21T06:45:04.532Z] • Installing pluggy (1.3.0)
[task 2024-05-21T06:45:04.532Z] • Updating urllib3 (2.2.1 -> 1.26.18)
[task 2024-05-21T06:45:04.532Z] • Updating aiohttp (3.9.5 -> 3.8.6)
[task 2024-05-21T06:45:04.532Z] • Installing distlib (0.3.8)
[task 2024-05-21T06:45:04.532Z] • Installing filelock (3.13.1)
[task 2024-05-21T06:45:04.532Z] • Installing platformdirs (4.1.0)
[task 2024-05-21T06:45:04.532Z] • Installing pytest (7.4.3)
[task 2024-05-21T06:45:04.532Z] • Installing pyyaml (6.0.1)
[task 2024-05-21T06:45:04.532Z] • Updating requests (2.32.1 -> 2.32.0)
[task 2024-05-21T06:45:04.532Z] • Installing types-pyyaml (6.0.12.12)
[task 2024-05-21T06:45:04.532Z] • Installing aioresponses (0.7.6)
[task 2024-05-21T06:45:04.532Z] • Installing cachetools (5.3.2)
[task 2024-05-21T06:45:04.532Z] • Installing chardet (5.2.0)
[task 2024-05-21T06:45:04.532Z] • Installing colorama (0.4.6)
[task 2024-05-21T06:45:04.533Z] • Installing pyproject-api (1.6.1)
[task 2024-05-21T06:45:04.533Z] • Installing pytest-asyncio (0.21.1)
[task 2024-05-21T06:45:04.533Z] • Installing responses (0.23.3)
[task 2024-05-21T06:45:04.533Z] • Installing virtualenv (20.25.0)
[task 2024-05-21T06:45:04.533Z] • Installing coverage (7.3.3)
[task 2024-05-21T06:45:04.533Z] • Installing pytest-aioresponses (0.2.0)
[task 2024-05-21T06:45:04.533Z] • Installing pytest-mock (3.12.0)
[task 2024-05-21T06:45:04.533Z] • Installing tox (4.11.4)
[task 2024-05-21T06:45:04.533Z] • Installing pytest-responses (0.5.1)
[task 2024-05-21T06:45:04.534Z]
[task 2024-05-21T06:45:04.534Z] Installing the current project: simple-github (1.0.0)
[task 2024-05-21T06:45:04.534Z] report: commands[1]> poetry run coverage combine
[task 2024-05-21T06:45:04.534Z] Combined data file .coverage.c3efddc48854.2009.XMZgMtrx
[task 2024-05-21T06:45:04.535Z] Combined data file .coverage.c3efddc48854.1956.Xthvymjx
[task 2024-05-21T06:45:04.535Z] Combined data file .coverage.c3efddc48854.1730.XUulvjSx
[task 2024-05-21T06:45:04.536Z] Combined data file .coverage.c3efddc48854.1965.XVmvegex
[task 2024-05-21T06:45:04.537Z] report: commands[2]> poetry run coverage xml -o /builds/worker/artifacts/coverage.xml
[task 2024-05-21T06:45:04.537Z] Wrote XML report to /builds/worker/artifacts/coverage.xml
[task 2024-05-21T06:45:04.537Z] clean: OK ✔ in 17.93 seconds
[task 2024-05-21T06:45:04.538Z] py312: SKIP ⚠ in 5.05 seconds
[task 2024-05-21T06:45:04.538Z] py311: OK ✔ in 1 minute 7.51 seconds
[task 2024-05-21T06:45:04.539Z] py38: OK ✔ in 1 minute 12.27 seconds
[task 2024-05-21T06:45:04.540Z] py310: OK ✔ in 1 minute 12.71 seconds
[task 2024-05-21T06:45:04.540Z] py39: OK ✔ in 1 minute 13.27 seconds
[task 2024-05-21T06:45:04.541Z] clean: OK (17.92=setup[12.87]+cmd[4.50,0.56] seconds)
[task 2024-05-21T06:45:04.541Z] py38: OK (72.27=setup[32.79]+cmd[32.17,1.07,6.24] seconds)
[task 2024-05-21T06:45:04.542Z] py39: OK (73.27=setup[36.59]+cmd[29.65,1.38,5.65] seconds)
[task 2024-05-21T06:45:04.542Z] py310: OK (72.71=setup[35.29]+cmd[29.28,1.59,6.55] seconds)
[task 2024-05-21T06:45:04.543Z] py311: OK (67.51=setup[22.82]+cmd[25.52,4.49,14.68] seconds)
[task 2024-05-21T06:45:04.543Z] py312: SKIP (5.05 seconds)
[task 2024-05-21T06:45:04.544Z] report: OK (11.94=setup[7.00]+cmd[3.91,0.54,0.49] seconds)
[task 2024-05-21T06:45:04.544Z] congratulations :) (103.28 seconds)
[taskcluster 2024-05-21 06:45:04.856Z] === Task Finished ===
[taskcluster 2024-05-21 06:45:05.127Z] Successful task run with exit code: 0 completed in 157.338 seconds
Loading