build(deps): bump taskcluster from 65.1.0 to 74.0.0 in /api/requirements #1301
firefoxci-taskcluster / tox-client-py312
succeeded
Oct 31, 2024 in 2m 41s
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-31T03:37:08.372Z
Resolved: 2024-10-31T03:37:58.513Z
Task Execution Time: 50 seconds, 141 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2024-10-31 03:37:08.416Z] Task ID: M7O7-7TzQtWOtKzSMZuUZA
[taskcluster 2024-10-31 03:37:08.416Z] Worker ID: 1502236845785695719
[taskcluster 2024-10-31 03:37:08.416Z] Worker Group: us-central1-b
[taskcluster 2024-10-31 03:37:08.416Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-10-31 03:37:08.416Z] Worker Pool: releng-t/linux-gcp
[taskcluster 2024-10-31 03:37:08.416Z] Worker Version: 38.0.5
[taskcluster 2024-10-31 03:37:08.416Z] Public IP: 34.16.3.68
[taskcluster 2024-10-31 03:37:08.416Z] Hostname: releng-t-linux-gcp-mf27ymnhqyqkt8jr5x6inw
[taskcluster 2024-10-31 03:37:08.416Z] using cache "releng-level-1-checkouts-v3-7afeb851dd97df8f3607-SvSVKldDTqmrsNWMG0fNvw" -> /builds/worker/checkouts
[taskcluster 2024-10-31 03:37:10.720Z] Downloading artifact "public/image.tar.zst" from task ID: SvSVKldDTqmrsNWMG0fNvw.
[taskcluster 2024-10-31 03:37:13.878Z] Downloaded artifact successfully.
[taskcluster 2024-10-31 03:37:13.878Z] Downloaded 306.576 mb
[taskcluster 2024-10-31 03:37:13.880Z] Decompressing downloaded image
[taskcluster 2024-10-31 03:37:15.983Z] Loading docker image from downloaded archive.
[taskcluster 2024-10-31 03:37:31.448Z] Image 'public/image.tar.zst' from task 'SvSVKldDTqmrsNWMG0fNvw' loaded. Using image ID sha256:91d671c95bdce27588344a3f920a4cc7436ad18e7f32ab7329aa33eab2da01ce.
[taskcluster 2024-10-31 03:37:31.608Z] === 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-31T03:37:34.121Z] run-task started in /
[setup 2024-10-31T03:37:34.121Z] 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-31T03:37:34.121Z] Python version: 3.12.4
[cache 2024-10-31T03:37:34.123Z] 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-31T03:37:34.123Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-10-31T03:37:34.123Z] volume /builds/worker/checkouts is a cache
[setup 2024-10-31T03:37:34.123Z] running as worker:worker
[vcs 2024-10-31T03:37:34.123Z] 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-31T03:37:34.127Z] 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-31T03:37:34.128Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-10-31T03:37:34.727Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/taskcluster-74.0.0']
/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-31T03:37:34.897Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-10-31T03:37:34.897Z] * branch dependabot/pip/api/requirements/taskcluster-74.0.0 -> FETCH_HEAD
[vcs 2024-10-31T03:37:34.902Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/taskcluster-74.0.0']
/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-31T03:37:35.079Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-10-31T03:37:35.079Z] * branch dependabot/pip/api/requirements/taskcluster-74.0.0 -> FETCH_HEAD
[vcs 2024-10-31T03:37:35.083Z] executing ['git', 'checkout', '-f', '-B', 'dependabot/pip/api/requirements/taskcluster-74.0.0', 'a787281fc9d5c9a7cca48160d930c5cc30691c2c']
/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-31T03:37:35.096Z] Switched to a new branch 'dependabot/pip/api/requirements/taskcluster-74.0.0'
[vcs 2024-10-31T03:37:35.097Z] cleaning git checkout...
[vcs 2024-10-31T03:37:35.097Z] 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-31T03:37:35.099Z] removing []
[vcs 2024-10-31T03:37:35.099Z] 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-31T03:37:35.100Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/tooltool/commit/a787281fc9d5c9a7cca48160d930c5cc30691c2c' title='Built from tooltool commit a787281fc9d5c9a7cca48160d930c5cc30691c2c'>a787281fc9d5c9a7cca48160d930c5cc30691c2c</a>
[task 2024-10-31T03:37:35.100Z] 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-31T03:37:35.102Z] + set +x
[task 2024-10-31T03:37:35.177Z] + tox -e tooltool_client-py312
[task 2024-10-31T03:37:35.779Z] tooltool_client-py312: install_deps> python -I -m pip install tox
[task 2024-10-31T03:37:38.544Z] tooltool_client-py312: commands[0] /builds/worker/checkouts/vcs/client> tox -e py312
[task 2024-10-31T03:37:39.026Z] py312: install_deps> python -I -m pip install -r requirements/test.txt
[task 2024-10-31T03:37:45.277Z] py312: commands[0]> ./validate.sh
[task 2024-10-31T03:37:45.283Z] -- running pyflakes --
[task 2024-10-31T03:37:45.448Z] -- running tests (under coverage) --
[task 2024-10-31T03:37:46.690Z] ============================= test session starts ==============================
[task 2024-10-31T03:37:46.691Z] platform linux -- Python 3.12.4, pytest-8.3.3, pluggy-1.5.0
[task 2024-10-31T03:37:46.691Z] cachedir: /builds/worker/checkouts/vcs/.tox/py312/.pytest_cache
[task 2024-10-31T03:37:46.691Z] rootdir: /builds/worker/checkouts/vcs/client
[task 2024-10-31T03:37:46.691Z] collected 153 items
[task 2024-10-31T03:37:46.691Z]
[task 2024-10-31T03:37:46.810Z] test_tooltool.py ....................................................... [ 35%]
[task 2024-10-31T03:37:53.294Z] ........................................................................ [ 83%]
[task 2024-10-31T03:37:53.390Z] .......................... [100%]
[task 2024-10-31T03:37:53.390Z]
[task 2024-10-31T03:37:53.390Z] =============================== warnings summary ===============================
[task 2024-10-31T03:37:53.390Z] test_tooltool.py: 10 warnings
[task 2024-10-31T03:37:53.390Z] /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-31T03:37:53.390Z] super(TarFile, self).extractall(*args, **kwargs)
[task 2024-10-31T03:37:53.390Z]
[task 2024-10-31T03:37:53.390Z] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
[task 2024-10-31T03:37:53.390Z] ======================= 153 passed, 10 warnings in 7.38s =======================
[task 2024-10-31T03:37:53.431Z] -- checking coverage --
[task 2024-10-31T03:37:53.806Z] Wrote XML report to coverage.xml
[task 2024-10-31T03:37:54.117Z] Wrote HTML report to .coverage-html/index.html
[task 2024-10-31T03:37:54.140Z] Name Stmts Miss Cover
[task 2024-10-31T03:37:54.140Z] ---------------------------------
[task 2024-10-31T03:37:54.141Z] TOTAL 838 67 92%
[task 2024-10-31T03:37:54.142Z]
[task 2024-10-31T03:37:54.142Z] GOOD!
[task 2024-10-31T03:37:54.143Z] py312: commands[1]> sed -i -e 's|filename="|filename="client/|' coverage.xml
[task 2024-10-31T03:37:54.146Z] py312: OK (15.36=setup[6.49]+cmd[8.87,0.00] seconds)
[task 2024-10-31T03:37:54.146Z] congratulations :) (15.42 seconds)
[task 2024-10-31T03:37:54.182Z] tooltool_client-py312: commands[1] /builds/worker/checkouts/vcs/client> tox -e codecov
[task 2024-10-31T03:37:54.496Z] codecov: install_deps> python -I -m pip install codecov
[task 2024-10-31T03:37:56.971Z] codecov: commands[0]> codecov --disable pycov --commit=a787281fc9d5c9a7cca48160d930c5cc30691c2c --branch= --pr=1301
[task 2024-10-31T03:37:57.477Z]
[task 2024-10-31T03:37:57.477Z] _____ _
[task 2024-10-31T03:37:57.477Z] / ____| | |
[task 2024-10-31T03:37:57.477Z] | | ___ __| | ___ ___ _____ __
[task 2024-10-31T03:37:57.477Z] | | / _ \ / _ |/ _ \/ __/ _ \ \ / /
[task 2024-10-31T03:37:57.477Z] | |___| (_) | (_| | __/ (_| (_) \ V /
[task 2024-10-31T03:37:57.478Z] \_____\___/ \____|\___|\___\___/ \_/
[task 2024-10-31T03:37:57.478Z] v2.1.13
[task 2024-10-31T03:37:57.478Z]
[task 2024-10-31T03:37:57.478Z] ==> Detecting CI provider
[task 2024-10-31T03:37:57.478Z] -> Got branch from git/hg
[task 2024-10-31T03:37:57.478Z] -> Got sha from git/hg
[task 2024-10-31T03:37:57.478Z] ==> Preparing upload
[task 2024-10-31T03:37:57.478Z] ==> Processing gcov (disable by -X gcov)
[task 2024-10-31T03:37:57.478Z] ==> Collecting reports
[task 2024-10-31T03:37:57.478Z] + /builds/worker/checkouts/vcs/client/coveragerc bytes=535
[task 2024-10-31T03:37:57.478Z] + /builds/worker/checkouts/vcs/client/coverage.xml bytes=31243
[task 2024-10-31T03:37:57.478Z] ==> Uploading
[task 2024-10-31T03:37:57.478Z] .url https://codecov.io
[task 2024-10-31T03:37:57.478Z] .query commit=a787281fc9d5c9a7cca48160d930c5cc30691c2c&branch=dependabot%2Fpip%2Fapi%2Frequirements%2Ftaskcluster-74.0.0&pr=1301&token=<secret>&package=py2.1.13
[task 2024-10-31T03:37:57.478Z] Gzipping contents..
[task 2024-10-31T03:37:57.478Z] Compressed contents to 3451 bytes
[task 2024-10-31T03:37:57.478Z] Pinging Codecov...
[task 2024-10-31T03:37:57.478Z] Uploading to S3...
[task 2024-10-31T03:37:57.478Z] Uploading to S3 took 0:00:00.126000
[task 2024-10-31T03:37:57.478Z] https://app.codecov.io/github/mozilla-releng/tooltool/commit/a787281fc9d5c9a7cca48160d930c5cc30691c2c
[task 2024-10-31T03:37:57.499Z] codecov: OK (3.08=setup[2.55]+cmd[0.53] seconds)
[task 2024-10-31T03:37:57.499Z] congratulations :) (3.15 seconds)
[task 2024-10-31T03:37:57.533Z] tooltool_client-py312: OK (21.94=setup[2.95]+cmd[15.64,3.35] seconds)
[task 2024-10-31T03:37:57.533Z] congratulations :) (22.01 seconds)
[taskcluster 2024-10-31 03:37:58.006Z] === Task Finished ===
[taskcluster 2024-10-31 03:37:58.007Z] Successful task run with exit code: 0 completed in 49.592 seconds
Loading