build(deps): bump mypy from 1.10.0 to 1.13.0 in /api/requirements #1289
firefoxci-taskcluster / tox-client-py312
succeeded
Oct 23, 2024 in 2m 30s
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-23T03:25:46.554Z
Resolved: 2024-10-23T03:26:43.096Z
Task Execution Time: 56 seconds, 542 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2024-10-23 03:25:46.604Z] Task ID: CPCyiZMXQ6mzg00JroH6JA
[taskcluster 2024-10-23 03:25:46.604Z] Worker ID: 4891992689839821451
[taskcluster 2024-10-23 03:25:46.604Z] Worker Group: us-central1-c
[taskcluster 2024-10-23 03:25:46.604Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-10-23 03:25:46.604Z] Worker Pool: releng-t/linux-gcp
[taskcluster 2024-10-23 03:25:46.604Z] Worker Version: 38.0.5
[taskcluster 2024-10-23 03:25:46.604Z] Public IP: 35.232.206.242
[taskcluster 2024-10-23 03:25:46.604Z] Hostname: releng-t-linux-gcp-eyuxa0f9t8opbbjowi7hwa
[taskcluster 2024-10-23 03:25:46.604Z] using cache "releng-level-1-checkouts-v3-7afeb851dd97df8f3607-SvSVKldDTqmrsNWMG0fNvw" -> /builds/worker/checkouts
[taskcluster 2024-10-23 03:25:49.080Z] Downloading artifact "public/image.tar.zst" from task ID: SvSVKldDTqmrsNWMG0fNvw.
[taskcluster 2024-10-23 03:25:54.081Z] Download Progress: 84.31%
[taskcluster 2024-10-23 03:25:55.033Z] Downloaded artifact successfully.
[taskcluster 2024-10-23 03:25:55.033Z] Downloaded 306.576 mb
[taskcluster 2024-10-23 03:25:55.033Z] Decompressing downloaded image
[taskcluster 2024-10-23 03:25:57.156Z] Loading docker image from downloaded archive.
[taskcluster 2024-10-23 03:26:15.151Z] Image 'public/image.tar.zst' from task 'SvSVKldDTqmrsNWMG0fNvw' loaded. Using image ID sha256:91d671c95bdce27588344a3f920a4cc7436ad18e7f32ab7329aa33eab2da01ce.
[taskcluster 2024-10-23 03:26:15.352Z] === 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-23T03:26:18.568Z] run-task started in /
[setup 2024-10-23T03:26:18.568Z] 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-23T03:26:18.568Z] Python version: 3.12.4
[cache 2024-10-23T03:26:18.570Z] 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-23T03:26:18.570Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-10-23T03:26:18.570Z] volume /builds/worker/checkouts is a cache
[setup 2024-10-23T03:26:18.571Z] running as worker:worker
[vcs 2024-10-23T03:26:18.571Z] 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-23T03:26:18.574Z] 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-23T03:26:18.575Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-10-23T03:26:19.082Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/mypy-1.13.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-23T03:26:19.250Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-10-23T03:26:19.250Z] * branch dependabot/pip/api/requirements/mypy-1.13.0 -> FETCH_HEAD
[vcs 2024-10-23T03:26:19.255Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/mypy-1.13.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-23T03:26:19.424Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-10-23T03:26:19.424Z] * branch dependabot/pip/api/requirements/mypy-1.13.0 -> FETCH_HEAD
[vcs 2024-10-23T03:26:19.428Z] executing ['git', 'checkout', '-f', '-B', 'dependabot/pip/api/requirements/mypy-1.13.0', '65447d8fb779e695655e92711aa0a9b7eaa81794']
/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-23T03:26:19.441Z] Switched to a new branch 'dependabot/pip/api/requirements/mypy-1.13.0'
[vcs 2024-10-23T03:26:19.441Z] cleaning git checkout...
[vcs 2024-10-23T03:26:19.441Z] 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-23T03:26:19.443Z] removing []
[vcs 2024-10-23T03:26:19.443Z] 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-23T03:26:19.445Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/tooltool/commit/65447d8fb779e695655e92711aa0a9b7eaa81794' title='Built from tooltool commit 65447d8fb779e695655e92711aa0a9b7eaa81794'>65447d8fb779e695655e92711aa0a9b7eaa81794</a>
[task 2024-10-23T03:26:19.445Z] 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-23T03:26:19.446Z] + set +x
[task 2024-10-23T03:26:19.553Z] + tox -e tooltool_client-py312
[task 2024-10-23T03:26:20.154Z] tooltool_client-py312: install_deps> python -I -m pip install tox
[task 2024-10-23T03:26:22.862Z] tooltool_client-py312: commands[0] /builds/worker/checkouts/vcs/client> tox -e py312
[task 2024-10-23T03:26:23.357Z] py312: install_deps> python -I -m pip install -r requirements/test.txt
[task 2024-10-23T03:26:29.857Z] py312: commands[0]> ./validate.sh
[task 2024-10-23T03:26:29.863Z] -- running pyflakes --
[task 2024-10-23T03:26:30.030Z] -- running tests (under coverage) --
[task 2024-10-23T03:26:31.352Z] ============================= test session starts ==============================
[task 2024-10-23T03:26:31.352Z] platform linux -- Python 3.12.4, pytest-8.3.3, pluggy-1.5.0
[task 2024-10-23T03:26:31.352Z] cachedir: /builds/worker/checkouts/vcs/.tox/py312/.pytest_cache
[task 2024-10-23T03:26:31.352Z] rootdir: /builds/worker/checkouts/vcs/client
[task 2024-10-23T03:26:31.352Z] collected 153 items
[task 2024-10-23T03:26:31.352Z]
[task 2024-10-23T03:26:31.480Z] test_tooltool.py ....................................................... [ 35%]
[task 2024-10-23T03:26:37.983Z] ........................................................................ [ 83%]
[task 2024-10-23T03:26:38.080Z] .......................... [100%]
[task 2024-10-23T03:26:38.080Z]
[task 2024-10-23T03:26:38.080Z] =============================== warnings summary ===============================
[task 2024-10-23T03:26:38.080Z] test_tooltool.py: 10 warnings
[task 2024-10-23T03:26:38.080Z] /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-23T03:26:38.080Z] super(TarFile, self).extractall(*args, **kwargs)
[task 2024-10-23T03:26:38.080Z]
[task 2024-10-23T03:26:38.080Z] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
[task 2024-10-23T03:26:38.080Z] ======================= 153 passed, 10 warnings in 7.45s =======================
[task 2024-10-23T03:26:38.125Z] -- checking coverage --
[task 2024-10-23T03:26:38.498Z] Wrote XML report to coverage.xml
[task 2024-10-23T03:26:38.832Z] Wrote HTML report to .coverage-html/index.html
[task 2024-10-23T03:26:38.855Z] Name Stmts Miss Cover
[task 2024-10-23T03:26:38.855Z] ---------------------------------
[task 2024-10-23T03:26:38.856Z] TOTAL 838 67 92%
[task 2024-10-23T03:26:38.857Z]
[task 2024-10-23T03:26:38.857Z] GOOD!
[task 2024-10-23T03:26:38.858Z] py312: commands[1]> sed -i -e 's|filename="|filename="client/|' coverage.xml
[task 2024-10-23T03:26:38.861Z] py312: OK (15.74=setup[6.74]+cmd[9.00,0.00] seconds)
[task 2024-10-23T03:26:38.861Z] congratulations :) (15.81 seconds)
[task 2024-10-23T03:26:38.895Z] tooltool_client-py312: commands[1] /builds/worker/checkouts/vcs/client> tox -e codecov
[task 2024-10-23T03:26:39.209Z] codecov: install_deps> python -I -m pip install codecov
[task 2024-10-23T03:26:41.590Z] codecov: commands[0]> codecov --disable pycov --commit=65447d8fb779e695655e92711aa0a9b7eaa81794 --branch= --pr=1289
[task 2024-10-23T03:26:42.059Z]
[task 2024-10-23T03:26:42.060Z] _____ _
[task 2024-10-23T03:26:42.060Z] / ____| | |
[task 2024-10-23T03:26:42.060Z] | | ___ __| | ___ ___ _____ __
[task 2024-10-23T03:26:42.060Z] | | / _ \ / _ |/ _ \/ __/ _ \ \ / /
[task 2024-10-23T03:26:42.060Z] | |___| (_) | (_| | __/ (_| (_) \ V /
[task 2024-10-23T03:26:42.060Z] \_____\___/ \____|\___|\___\___/ \_/
[task 2024-10-23T03:26:42.060Z] v2.1.13
[task 2024-10-23T03:26:42.060Z]
[task 2024-10-23T03:26:42.060Z] ==> Detecting CI provider
[task 2024-10-23T03:26:42.060Z] -> Got branch from git/hg
[task 2024-10-23T03:26:42.060Z] -> Got sha from git/hg
[task 2024-10-23T03:26:42.060Z] ==> Preparing upload
[task 2024-10-23T03:26:42.060Z] ==> Processing gcov (disable by -X gcov)
[task 2024-10-23T03:26:42.060Z] ==> Collecting reports
[task 2024-10-23T03:26:42.060Z] + /builds/worker/checkouts/vcs/client/coveragerc bytes=535
[task 2024-10-23T03:26:42.060Z] + /builds/worker/checkouts/vcs/client/coverage.xml bytes=31243
[task 2024-10-23T03:26:42.060Z] ==> Uploading
[task 2024-10-23T03:26:42.060Z] .url https://codecov.io
[task 2024-10-23T03:26:42.060Z] .query commit=65447d8fb779e695655e92711aa0a9b7eaa81794&branch=dependabot%2Fpip%2Fapi%2Frequirements%2Fmypy-1.13.0&pr=1289&token=<secret>&package=py2.1.13
[task 2024-10-23T03:26:42.060Z] Gzipping contents..
[task 2024-10-23T03:26:42.060Z] Compressed contents to 3452 bytes
[task 2024-10-23T03:26:42.060Z] Pinging Codecov...
[task 2024-10-23T03:26:42.060Z] Uploading to S3...
[task 2024-10-23T03:26:42.060Z] Uploading to S3 took 0:00:00.130524
[task 2024-10-23T03:26:42.060Z] https://app.codecov.io/github/mozilla-releng/tooltool/commit/65447d8fb779e695655e92711aa0a9b7eaa81794
[task 2024-10-23T03:26:42.082Z] codecov: OK (2.95=setup[2.46]+cmd[0.49] seconds)
[task 2024-10-23T03:26:42.082Z] congratulations :) (3.01 seconds)
[task 2024-10-23T03:26:42.116Z] tooltool_client-py312: OK (22.14=setup[2.89]+cmd[16.03,3.22] seconds)
[task 2024-10-23T03:26:42.116Z] congratulations :) (22.21 seconds)
[taskcluster 2024-10-23 03:26:42.568Z] === Task Finished ===
[taskcluster 2024-10-23 03:26:42.569Z] Successful task run with exit code: 0 completed in 55.966 seconds
Loading