Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python packages cbor2 and pyhpke to third party tools #49598

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Add python packages cbor2 and pyhpke to third party tools

248e47d
Select commit
Loading
Failed to load commit list.
Open

Add python packages cbor2 and pyhpke to third party tools #49598

Add python packages cbor2 and pyhpke to third party tools
248e47d
Select commit
Loading
Failed to load commit list.
Community-TC Integration / tools/ unittests (Python 3.12) succeeded Dec 12, 2024 in 11m 32s

Community-TC (pull_request)

Unit tests for tools running under Python 3.12, excluding wptrunner

Details

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

Task Status

Started: 2024-12-12T22:05:13.357Z
Resolved: 2024-12-12T22:15:55.226Z
Task Execution Time: 10 minutes, 41 seconds, 869 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-12-12 22:05:13.454Z] Task ID: J6q8OPpGQdm31yYevfWolA
[taskcluster 2024-12-12 22:05:13.454Z] Worker ID: 3045425737775899399
[taskcluster 2024-12-12 22:05:13.454Z] Worker Group: us-central1-f
[taskcluster 2024-12-12 22:05:13.454Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-12-12 22:05:13.454Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-12-12 22:05:13.454Z] Worker Version: 46.1.0
[taskcluster 2024-12-12 22:05:13.454Z] Public IP: 130.211.208.210
[taskcluster 2024-12-12 22:05:13.454Z] Hostname: proj-wpt-ci-edd636i9rhwi-hce4x-p6q

ff2b96c8f8ff - Started downloading
ff2b96c8f8ff - Downloaded in 0.011 seconds
560c024910be - Started downloading
72ebe8ecf66d - Started downloading
560c024910be - Downloaded in 0.187 seconds
79df10d18997 - Started downloading
79df10d18997 - Downloaded in 0.707 seconds
7e274023cae9 - Started downloading
7e274023cae9 - Downloaded in 0.08 seconds
717a62281024 - Started downloading
717a62281024 - Downloaded in 0.04 seconds

...(687 lines hidden)...



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 280 passed, 59 skipped, 1 warning in 10.86s ==================

py312-sauce: OK ✔ in 20 seconds
py312-servo: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py312-servo: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/7/wptrunner-1.14.tar.gz
py312-servo: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.12.8, pytest-8.3.2, pluggy-1.5.0

cachedir: .tox/py312-servo/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: hypothesis-6.112.0, cov-5.0.0

collecting ... 
collected 339 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/browsers/test_base.py .                                  [  5%]

wptrunner/tests/browsers/test_sauce.py ..........                        [  8%]

wptrunner/tests/browsers/test_webkitgtk.py ssssssssssssssssssss          [ 14%]

wptrunner/tests/test_executors.py ........                               [ 17%]

wptrunner/tests/test_expectedtree.py .....                               [ 18%]

wptrunner/tests/test_formatters.py .....                                 [ 20%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 23%]

wptrunner/tests/test_manifestupdate.py .                                 [ 23%]

wptrunner/tests/test_metadata.py ............                            [ 26%]

wptrunner/tests/test_products.py sssssssssss..sssssss................... [ 38%]

.sssssssssss..sssssss                                                    [ 44%]

wptrunner/tests/test_stability.py ......                                 [ 46%]

wptrunner/tests/test_testloader.py ........                              [ 48%]

wptrunner/tests/test_update.py ......................................... [ 60%]

...............                                                          [ 65%]

wptrunner/tests/test_wptrunner.py .                                      [ 65%]

wptrunner/tests/test_wpttest.py .........                                [ 68%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 70%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 73%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 80%]

..................                                                       [ 85%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 87%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 283 passed, 56 skipped, 1 warning in 11.78s ==================

py312-servo: OK ✔ in 19.37 seconds
py312-webkit: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py312-webkit: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/8/wptrunner-1.14.tar.gz
py312-webkit: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.12.8, pytest-8.3.2, pluggy-1.5.0

cachedir: .tox/py312-webkit/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: hypothesis-6.112.0, cov-5.0.0

collecting ... 
collected 339 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/browsers/test_base.py .                                  [  5%]

wptrunner/tests/browsers/test_sauce.py ..........                        [  8%]

wptrunner/tests/browsers/test_webkitgtk.py ssssssssssssss.sssss          [ 14%]

wptrunner/tests/test_executors.py ........                               [ 17%]

wptrunner/tests/test_expectedtree.py .....                               [ 18%]

wptrunner/tests/test_formatters.py .....                                 [ 20%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 23%]

wptrunner/tests/test_manifestupdate.py .                                 [ 23%]

wptrunner/tests/test_metadata.py ............                            [ 26%]

wptrunner/tests/test_products.py ssssssssssssss.sssss................... [ 38%]

.ssssssssssssss.sssss                                                    [ 44%]

wptrunner/tests/test_stability.py ......                                 [ 46%]

wptrunner/tests/test_testloader.py ........                              [ 48%]

wptrunner/tests/test_update.py ......................................... [ 60%]

...............                                                          [ 65%]

wptrunner/tests/test_wptrunner.py .                                      [ 65%]

wptrunner/tests/test_wpttest.py .........                                [ 68%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 70%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 73%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 80%]

..................                                                       [ 85%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 87%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 282 passed, 57 skipped, 1 warning in 11.32s ==================

py312-webkit: OK ✔ in 18.85 seconds
py312-webkitgtk_minibrowser: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py312-webkitgtk_minibrowser: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/9/wptrunner-1.14.tar.gz
py312-webkitgtk_minibrowser: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.12.8, pytest-8.3.2, pluggy-1.5.0

cachedir: .tox/py312-webkitgtk_minibrowser/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: hypothesis-6.112.0, cov-5.0.0

collecting ... 
collected 339 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/browsers/test_base.py .                                  [  5%]

wptrunner/tests/browsers/test_sauce.py ..........                        [  8%]

wptrunner/tests/browsers/test_webkitgtk.py sssssssssssssss.ssss          [ 14%]

wptrunner/tests/test_executors.py ........                               [ 17%]

wptrunner/tests/test_expectedtree.py .....                               [ 18%]

wptrunner/tests/test_formatters.py .....                                 [ 20%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 23%]

wptrunner/tests/test_manifestupdate.py .                                 [ 23%]

wptrunner/tests/test_metadata.py ............                            [ 26%]

wptrunner/tests/test_products.py sssssssssssssss.ssss................... [ 38%]

.sssssssssssssss.ssss                                                    [ 44%]

wptrunner/tests/test_stability.py ......                                 [ 46%]

wptrunner/tests/test_testloader.py ........                              [ 48%]

wptrunner/tests/test_update.py ......................................... [ 60%]

...............                                                          [ 65%]

wptrunner/tests/test_wptrunner.py .                                      [ 65%]

wptrunner/tests/test_wpttest.py .........                                [ 68%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 70%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 73%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 80%]

..................                                                       [ 85%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 87%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 282 passed, 57 skipped, 1 warning in 11.33s ==================

py312-webkitgtk_minibrowser: OK ✔ in 18.98 seconds
py312-epiphany: install_deps> python -I -m pip install -r /home/test/web-platform-tests/tools/wptrunner/../requirements_pytest.txt -r /home/test/web-platform-tests/tools/wptrunner/requirements.txt
py312-epiphany: install_package> python -I -m pip install --force-reinstall --no-deps /home/test/web-platform-tests/tools/wptrunner/.tox/.tmp/package/10/wptrunner-1.14.tar.gz
py312-epiphany: commands[0]> pytest -c/home/test/web-platform-tests/tools/wptrunner/../pytest.ini --rootdir=/home/test/web-platform-tests/tools/wptrunner
============================= test session starts ==============================

platform linux -- Python 3.12.8, pytest-8.3.2, pluggy-1.5.0

cachedir: .tox/py312-epiphany/.pytest_cache

rootdir: /home/test/web-platform-tests/tools/wptrunner

configfile: ../pytest.ini

plugins: hypothesis-6.112.0, cov-5.0.0

collecting ... 
collected 339 items                                                            



wptrunner/formatters/tests/test_chromium.py ...................          [  5%]

wptrunner/tests/browsers/test_base.py .                                  [  5%]

wptrunner/tests/browsers/test_sauce.py ..........                        [  8%]

wptrunner/tests/browsers/test_webkitgtk.py ssssssssssssssssss.s          [ 14%]

wptrunner/tests/test_executors.py ........                               [ 17%]

wptrunner/tests/test_expectedtree.py .....                               [ 18%]

wptrunner/tests/test_formatters.py .....                                 [ 20%]

wptrunner/tests/test_manifestexpected.py ..........                      [ 23%]

wptrunner/tests/test_manifestupdate.py .                                 [ 23%]

wptrunner/tests/test_metadata.py ............                            [ 26%]

wptrunner/tests/test_products.py ssssssssssssssssss.s................... [ 38%]

.ssssssssssssssssss.s                                                    [ 44%]

wptrunner/tests/test_stability.py ......                                 [ 46%]

wptrunner/tests/test_testloader.py ........                              [ 48%]

wptrunner/tests/test_update.py ......................................... [ 60%]

...............                                                          [ 65%]

wptrunner/tests/test_wptrunner.py .                                      [ 65%]

wptrunner/tests/test_wpttest.py .........                                [ 68%]

wptrunner/wptmanifest/tests/test_conditional.py ........                 [ 70%]

wptrunner/wptmanifest/tests/test_parser.py .........                     [ 73%]

wptrunner/wptmanifest/tests/test_serializer.py ......................... [ 80%]

..................                                                       [ 85%]

wptrunner/wptmanifest/tests/test_static.py ......                        [ 87%]

wptrunner/wptmanifest/tests/test_tokenizer.py .......................... [ 95%]

................                                                         [100%]



=============================== warnings summary ===============================

../wptserve/wptserve/request.py:4

  /home/test/web-platform-tests/tools/wptserve/wptserve/request.py:4: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    import cgi



-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

================= 282 passed, 57 skipped, 1 warning in 11.32s ==================

  py312-base: OK (25.35=setup[13.23]+cmd[12.13] seconds)
  py312-chrome: OK (21.43=setup[8.63]+cmd[12.79] seconds)
  py312-firefox: OK (22.04=setup[9.81]+cmd[12.24] seconds)
  py312-opera: OK (20.93=setup[8.73]+cmd[12.21] seconds)
  py312-safari: OK (19.13=setup[6.98]+cmd[12.14] seconds)
  py312-sauce: OK (20.00=setup[8.25]+cmd[11.75] seconds)
  py312-servo: OK (19.37=setup[6.78]+cmd[12.59] seconds)
  py312-webkit: OK (18.85=setup[6.73]+cmd[12.13] seconds)
  py312-webkitgtk_minibrowser: OK (18.98=setup[6.84]+cmd[12.14] seconds)
  py312-epiphany: OK (18.94=setup[6.81]+cmd[12.13] seconds)
  congratulations :) (205.09 seconds)
+ export TOXENV=py312
+ TOXENV=py312
+ cd /home/test/web-platform-tests/tools/ci/../..
[taskcluster 2024-12-12 22:15:54.545Z] === Task Finished ===
[taskcluster 2024-12-12 22:15:54.599Z] Successful task run with exit code: 0 completed in 641.147 seconds