build(deps): bump flask-oidc from 2.2.0 to 2.2.1 in /api/requirements #1293
firefoxci-taskcluster / tox-client-py312
succeeded
Oct 24, 2024 in 1m 35s
FirefoxCI (pull_request)
test the tooltool client
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2024-10-24T03:42:30.700Z
Resolved: 2024-10-24T03:43:21.029Z
Task Execution Time: 50 seconds, 329 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2024-10-24 03:42:30.735Z] Task ID: BCB6tWHjTMusaKSTYs3eCw
[taskcluster 2024-10-24 03:42:30.735Z] Worker ID: 5781216765978902385
[taskcluster 2024-10-24 03:42:30.735Z] Worker Group: us-central1-b
[taskcluster 2024-10-24 03:42:30.735Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-10-24 03:42:30.735Z] Worker Pool: releng-t/linux-gcp
[taskcluster 2024-10-24 03:42:30.735Z] Worker Version: 38.0.5
[taskcluster 2024-10-24 03:42:30.735Z] Public IP: 34.135.61.46
[taskcluster 2024-10-24 03:42:30.735Z] Hostname: releng-t-linux-gcp-i-fd6nc-szqle-tcqalxrw
[taskcluster 2024-10-24 03:42:30.735Z] using cache "releng-level-1-checkouts-v3-7afeb851dd97df8f3607-SvSVKldDTqmrsNWMG0fNvw" -> /builds/worker/checkouts
[taskcluster 2024-10-24 03:42:31.109Z] Downloading artifact "public/image.tar.zst" from task ID: SvSVKldDTqmrsNWMG0fNvw.
[taskcluster 2024-10-24 03:42:34.064Z] Downloaded artifact successfully.
[taskcluster 2024-10-24 03:42:34.065Z] Downloaded 306.576 mb
[taskcluster 2024-10-24 03:42:34.065Z] Decompressing downloaded image
[taskcluster 2024-10-24 03:42:36.374Z] Loading docker image from downloaded archive.
[taskcluster 2024-10-24 03:42:54.228Z] Image 'public/image.tar.zst' from task 'SvSVKldDTqmrsNWMG0fNvw' loaded. Using image ID sha256:91d671c95bdce27588344a3f920a4cc7436ad18e7f32ab7329aa33eab2da01ce.
[taskcluster 2024-10-24 03:42:54.384Z] === Task Starting ===
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[setup 2024-10-24T03:42:56.701Z] run-task started in /
[setup 2024-10-24T03:42:56.701Z] Invoked by command: --tooltool-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx set +x && export CODECOV_TOKEN=$(wget -qO- $SECRET_URL | jq -r '.["secret"]["codecov"]["token"]') && set -x && tox -e tooltool_client-py312
[setup 2024-10-24T03:42:56.701Z] Python version: 3.12.4
[cache 2024-10-24T03:42:56.702Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
/usr/local/bin/run-task:328: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[volume 2024-10-24T03:42:56.703Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-10-24T03:42:56.703Z] volume /builds/worker/checkouts is a cache
[setup 2024-10-24T03:42:56.703Z] running as worker:worker
[vcs 2024-10-24T03:42:56.703Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:56.707Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/tooltool', '/builds/worker/checkouts/vcs']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:56.708Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-10-24T03:42:57.258Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/flask-oidc-2.2.1']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:57.431Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-10-24T03:42:57.431Z] * branch dependabot/pip/api/requirements/flask-oidc-2.2.1 -> FETCH_HEAD
[vcs 2024-10-24T03:42:57.435Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/flask-oidc-2.2.1']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:57.621Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-10-24T03:42:57.622Z] * branch dependabot/pip/api/requirements/flask-oidc-2.2.1 -> FETCH_HEAD
[vcs 2024-10-24T03:42:57.626Z] executing ['git', 'checkout', '-f', '-B', 'dependabot/pip/api/requirements/flask-oidc-2.2.1', '77868cba7bfa20a86adc44c70feadca185e265b5']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:57.639Z] Switched to a new branch 'dependabot/pip/api/requirements/flask-oidc-2.2.1'
[vcs 2024-10-24T03:42:57.639Z] cleaning git checkout...
[vcs 2024-10-24T03:42:57.639Z] executing ['git', 'clean', '-nxdff']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:57.641Z] removing []
[vcs 2024-10-24T03:42:57.641Z] successfully cleaned git checkout!
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-10-24T03:42:57.643Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/tooltool/commit/77868cba7bfa20a86adc44c70feadca185e265b5' title='Built from tooltool commit 77868cba7bfa20a86adc44c70feadca185e265b5'>77868cba7bfa20a86adc44c70feadca185e265b5</a>
[task 2024-10-24T03:42:57.643Z] executing ['bash', '-cx', 'set +x && export CODECOV_TOKEN=$(wget -qO- $SECRET_URL | jq -r \'.["secret"]["codecov"]["token"]\') && set -x && tox -e tooltool_client-py312']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[task 2024-10-24T03:42:57.644Z] + set +x
[task 2024-10-24T03:42:57.759Z] + tox -e tooltool_client-py312
[task 2024-10-24T03:42:58.374Z] tooltool_client-py312: install_deps> python -I -m pip install tox
[task 2024-10-24T03:43:01.197Z] tooltool_client-py312: commands[0] /builds/worker/checkouts/vcs/client> tox -e py312
[task 2024-10-24T03:43:01.683Z] py312: install_deps> python -I -m pip install -r requirements/test.txt
[task 2024-10-24T03:43:07.772Z] py312: commands[0]> ./validate.sh
[task 2024-10-24T03:43:07.778Z] -- running pyflakes --
[task 2024-10-24T03:43:07.943Z] -- running tests (under coverage) --
[task 2024-10-24T03:43:09.245Z] ============================= test session starts ==============================
[task 2024-10-24T03:43:09.245Z] platform linux -- Python 3.12.4, pytest-8.3.3, pluggy-1.5.0
[task 2024-10-24T03:43:09.245Z] cachedir: /builds/worker/checkouts/vcs/.tox/py312/.pytest_cache
[task 2024-10-24T03:43:09.245Z] rootdir: /builds/worker/checkouts/vcs/client
[task 2024-10-24T03:43:09.246Z] collected 153 items
[task 2024-10-24T03:43:09.246Z]
[task 2024-10-24T03:43:09.371Z] test_tooltool.py ....................................................... [ 35%]
[task 2024-10-24T03:43:15.835Z] ........................................................................ [ 83%]
[task 2024-10-24T03:43:15.931Z] .......................... [100%]
[task 2024-10-24T03:43:15.931Z]
[task 2024-10-24T03:43:15.931Z] =============================== warnings summary ===============================
[task 2024-10-24T03:43:15.931Z] test_tooltool.py: 10 warnings
[task 2024-10-24T03:43:15.931Z] /builds/worker/checkouts/vcs/client/tooltool.py:1016: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
[task 2024-10-24T03:43:15.931Z] super(TarFile, self).extractall(*args, **kwargs)
[task 2024-10-24T03:43:15.931Z]
[task 2024-10-24T03:43:15.931Z] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
[task 2024-10-24T03:43:15.931Z] ======================= 153 passed, 10 warnings in 7.39s =======================
[task 2024-10-24T03:43:15.976Z] -- checking coverage --
[task 2024-10-24T03:43:16.351Z] Wrote XML report to coverage.xml
[task 2024-10-24T03:43:16.668Z] Wrote HTML report to .coverage-html/index.html
[task 2024-10-24T03:43:16.691Z] Name Stmts Miss Cover
[task 2024-10-24T03:43:16.691Z] ---------------------------------
[task 2024-10-24T03:43:16.692Z] TOTAL 838 67 92%
[task 2024-10-24T03:43:16.693Z]
[task 2024-10-24T03:43:16.693Z] GOOD!
[task 2024-10-24T03:43:16.694Z] py312: commands[1]> sed -i -e 's|filename="|filename="client/|' coverage.xml
[task 2024-10-24T03:43:16.697Z] py312: OK (15.25=setup[6.33]+cmd[8.92,0.00] seconds)
[task 2024-10-24T03:43:16.697Z] congratulations :) (15.32 seconds)
[task 2024-10-24T03:43:16.733Z] tooltool_client-py312: commands[1] /builds/worker/checkouts/vcs/client> tox -e codecov
[task 2024-10-24T03:43:17.047Z] codecov: install_deps> python -I -m pip install codecov
[task 2024-10-24T03:43:19.516Z] codecov: commands[0]> codecov --disable pycov --commit=77868cba7bfa20a86adc44c70feadca185e265b5 --branch= --pr=1293
[task 2024-10-24T03:43:20.002Z]
[task 2024-10-24T03:43:20.002Z] _____ _
[task 2024-10-24T03:43:20.002Z] / ____| | |
[task 2024-10-24T03:43:20.002Z] | | ___ __| | ___ ___ _____ __
[task 2024-10-24T03:43:20.002Z] | | / _ \ / _ |/ _ \/ __/ _ \ \ / /
[task 2024-10-24T03:43:20.002Z] | |___| (_) | (_| | __/ (_| (_) \ V /
[task 2024-10-24T03:43:20.002Z] \_____\___/ \____|\___|\___\___/ \_/
[task 2024-10-24T03:43:20.002Z] v2.1.13
[task 2024-10-24T03:43:20.003Z]
[task 2024-10-24T03:43:20.003Z] ==> Detecting CI provider
[task 2024-10-24T03:43:20.003Z] -> Got branch from git/hg
[task 2024-10-24T03:43:20.003Z] -> Got sha from git/hg
[task 2024-10-24T03:43:20.003Z] ==> Preparing upload
[task 2024-10-24T03:43:20.003Z] ==> Processing gcov (disable by -X gcov)
[task 2024-10-24T03:43:20.003Z] ==> Collecting reports
[task 2024-10-24T03:43:20.003Z] + /builds/worker/checkouts/vcs/client/coveragerc bytes=535
[task 2024-10-24T03:43:20.003Z] + /builds/worker/checkouts/vcs/client/coverage.xml bytes=31243
[task 2024-10-24T03:43:20.003Z] ==> Uploading
[task 2024-10-24T03:43:20.003Z] .url https://codecov.io
[task 2024-10-24T03:43:20.003Z] .query commit=77868cba7bfa20a86adc44c70feadca185e265b5&branch=dependabot%2Fpip%2Fapi%2Frequirements%2Fflask-oidc-2.2.1&pr=1293&token=<secret>&package=py2.1.13
[task 2024-10-24T03:43:20.003Z] Gzipping contents..
[task 2024-10-24T03:43:20.003Z] Compressed contents to 3451 bytes
[task 2024-10-24T03:43:20.003Z] Pinging Codecov...
[task 2024-10-24T03:43:20.003Z] Uploading to S3...
[task 2024-10-24T03:43:20.003Z] Uploading to S3 took 0:00:00.142093
[task 2024-10-24T03:43:20.003Z] https://app.codecov.io/github/mozilla-releng/tooltool/commit/77868cba7bfa20a86adc44c70feadca185e265b5
[task 2024-10-24T03:43:20.025Z] codecov: OK (3.05=setup[2.54]+cmd[0.51] seconds)
[task 2024-10-24T03:43:20.025Z] congratulations :) (3.12 seconds)
[task 2024-10-24T03:43:20.060Z] tooltool_client-py312: OK (21.87=setup[3.01]+cmd[15.54,3.33] seconds)
[task 2024-10-24T03:43:20.060Z] congratulations :) (21.94 seconds)
[taskcluster 2024-10-24 03:43:20.522Z] === Task Finished ===
[taskcluster 2024-10-24 03:43:20.522Z] Successful task run with exit code: 0 completed in 49.787 seconds
Loading