build(deps): bump flake8 from 7.1.0 to 7.1.1 in /api/requirements #1200
+1,219
−26
firefoxci-taskcluster / tox-client-py310
succeeded
Aug 28, 2024 in 1m 44s
FirefoxCI (pull_request)
test the tooltool client
Details
View task in Taskcluster
View logs in Taskcluster
[taskcluster 2024-08-28 03:36:31.662Z] Task ID: cAWBXoyRREyDijCxyYrRNQ
[taskcluster 2024-08-28 03:36:31.662Z] Worker ID: 7285805876317987926
[taskcluster 2024-08-28 03:36:31.662Z] Worker Group: us-west1-b
[taskcluster 2024-08-28 03:36:31.662Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-08-28 03:36:31.662Z] Worker Pool: releng-t/linux-gcp
[taskcluster 2024-08-28 03:36:31.662Z] Worker Version: 38.0.5
[taskcluster 2024-08-28 03:36:31.662Z] Public IP: 35.227.179.116
[taskcluster 2024-08-28 03:36:31.662Z] Hostname: releng-t-linux-gcp-evox1ogqqx-ooexda70q3a
[taskcluster 2024-08-28 03:36:31.662Z] using cache "releng-level-1-checkouts-v3-7afeb851dd97df8f3607-fLt4slZHQ3aZoUYuaJR67g" -> /builds/worker/checkouts
[taskcluster 2024-08-28 03:36:32.010Z] Downloading artifact "public/image.tar.zst" from task ID: fLt4slZHQ3aZoUYuaJR67g.
[taskcluster 2024-08-28 03:36:36.896Z] Downloaded artifact successfully.
[taskcluster 2024-08-28 03:36:36.896Z] Downloaded 301.788 mb
[taskcluster 2024-08-28 03:36:36.897Z] Decompressing downloaded image
[taskcluster 2024-08-28 03:36:39.099Z] Loading docker image from downloaded archive.
[taskcluster 2024-08-28 03:36:47.722Z] Image 'public/image.tar.zst' from task 'fLt4slZHQ3aZoUYuaJR67g' loaded. Using image ID sha256:6d92a79b9dc3cfc37a0dab70f56bf43abaa9f0915cc804e9b3c36c8cd2f86782.
[taskcluster 2024-08-28 03:36:47.843Z] === Task Starting ===
[setup 2024-08-28T03:36:48.883Z] run-task started in /
[setup 2024-08-28T03:36:48.883Z] 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-py310
[setup 2024-08-28T03:36:48.883Z] Python version: 3.10.14
[cache 2024-08-28T03:36:48.885Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-08-28T03:36:48.885Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-08-28T03:36:48.885Z] volume /builds/worker/checkouts is a cache
[setup 2024-08-28T03:36:48.885Z] running as worker:worker
[vcs 2024-08-28T03:36:48.886Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-08-28T03:36:48.889Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/tooltool', '/builds/worker/checkouts/vcs']
[vcs 2024-08-28T03:36:48.890Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-08-28T03:36:49.366Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/flake8-7.1.1']
[vcs 2024-08-28T03:36:49.608Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-08-28T03:36:49.608Z] * branch dependabot/pip/api/requirements/flake8-7.1.1 -> FETCH_HEAD
[vcs 2024-08-28T03:36:49.613Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/tooltool', 'dependabot/pip/api/requirements/flake8-7.1.1']
[vcs 2024-08-28T03:36:49.835Z] From https://github.com/mozilla-releng/tooltool
[vcs 2024-08-28T03:36:49.835Z] * branch dependabot/pip/api/requirements/flake8-7.1.1 -> FETCH_HEAD
[vcs 2024-08-28T03:36:49.840Z] executing ['git', 'checkout', '-f', '-B', 'dependabot/pip/api/requirements/flake8-7.1.1', '794310387dfe7a1d79eb7ac672d781a8af296457']
[vcs 2024-08-28T03:36:49.853Z] Switched to a new branch 'dependabot/pip/api/requirements/flake8-7.1.1'
[vcs 2024-08-28T03:36:49.853Z] cleaning git checkout...
[vcs 2024-08-28T03:36:49.853Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-08-28T03:36:49.855Z] removing []
[vcs 2024-08-28T03:36:49.855Z] successfully cleaned git checkout!
[vcs 2024-08-28T03:36:49.857Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/tooltool/commit/794310387dfe7a1d79eb7ac672d781a8af296457' title='Built from tooltool commit 794310387dfe7a1d79eb7ac672d781a8af296457'>794310387dfe7a1d79eb7ac672d781a8af296457</a>
[task 2024-08-28T03:36:49.857Z] executing ['bash', '-cx', 'set +x && export CODECOV_TOKEN=$(wget -qO- $SECRET_URL | jq -r \'.["secret"]["codecov"]["token"]\') && set -x && tox -e tooltool_client-py310']
[task 2024-08-28T03:36:49.859Z] + set +x
[task 2024-08-28T03:36:49.967Z] + tox -e tooltool_client-py310
[task 2024-08-28T03:36:51.109Z] tooltool_client-py310: install_deps> python -I -m pip install tox
[task 2024-08-28T03:36:53.440Z] tooltool_client-py310: commands[0] /builds/worker/checkouts/vcs/client> tox -e py310
[task 2024-08-28T03:36:54.426Z] py310: install_deps> python -I -m pip install -r requirements/test.txt
[task 2024-08-28T03:36:58.148Z] py310: commands[0]> ./validate.sh
[task 2024-08-28T03:36:58.154Z] -- running pyflakes --
[task 2024-08-28T03:36:58.302Z] -- running tests (under coverage) --
[task 2024-08-28T03:36:58.890Z] ============================= test session starts ==============================
[task 2024-08-28T03:36:58.890Z] platform linux -- Python 3.10.14, pytest-7.3.1, pluggy-1.0.0
[task 2024-08-28T03:36:58.890Z] cachedir: /builds/worker/checkouts/vcs/.tox/py310/.pytest_cache
[task 2024-08-28T03:36:58.890Z] rootdir: /builds/worker/checkouts/vcs/client
[task 2024-08-28T03:36:58.890Z] collected 152 items
[task 2024-08-28T03:36:58.890Z]
[task 2024-08-28T03:36:58.985Z] test_tooltool.py ....................................................... [ 36%]
[task 2024-08-28T03:37:04.809Z] ........................................................................ [ 83%]
[task 2024-08-28T03:37:04.870Z] ......................... [100%]
[task 2024-08-28T03:37:04.870Z]
[task 2024-08-28T03:37:04.870Z] ============================= 152 passed in 6.16s ==============================
[task 2024-08-28T03:37:04.910Z] -- checking coverage --
[task 2024-08-28T03:37:05.226Z] Wrote XML report to coverage.xml
[task 2024-08-28T03:37:05.469Z] Wrote HTML report to .coverage-html/index.html
[task 2024-08-28T03:37:05.485Z] Name Stmts Miss Cover
[task 2024-08-28T03:37:05.485Z] ---------------------------------
[task 2024-08-28T03:37:05.486Z] TOTAL 824 81 90%
[task 2024-08-28T03:37:05.487Z]
[task 2024-08-28T03:37:05.487Z] GOOD!
[task 2024-08-28T03:37:05.488Z] py310: commands[1]> sed -i -e 's|filename="|filename="client/|' coverage.xml
[task 2024-08-28T03:37:05.491Z] py310: OK (11.69=setup[4.35]+cmd[7.34,0.00] seconds)
[task 2024-08-28T03:37:05.491Z] congratulations :) (11.91 seconds)
[task 2024-08-28T03:37:05.530Z] tooltool_client-py310: commands[1] /builds/worker/checkouts/vcs/client> tox -e codecov
[task 2024-08-28T03:37:05.946Z] codecov: install_deps> python -I -m pip install codecov
[task 2024-08-28T03:37:08.019Z] codecov: commands[0]> codecov --disable pycov --commit=794310387dfe7a1d79eb7ac672d781a8af296457 --branch= --pr=1200
[task 2024-08-28T03:37:08.821Z]
[task 2024-08-28T03:37:08.821Z] _____ _
[task 2024-08-28T03:37:08.821Z] / ____| | |
[task 2024-08-28T03:37:08.822Z] | | ___ __| | ___ ___ _____ __
[task 2024-08-28T03:37:08.822Z] | | / _ \ / _ |/ _ \/ __/ _ \ \ / /
[task 2024-08-28T03:37:08.822Z] | |___| (_) | (_| | __/ (_| (_) \ V /
[task 2024-08-28T03:37:08.822Z] \_____\___/ \____|\___|\___\___/ \_/
[task 2024-08-28T03:37:08.822Z] v2.1.13
[task 2024-08-28T03:37:08.822Z]
[task 2024-08-28T03:37:08.822Z] ==> Detecting CI provider
[task 2024-08-28T03:37:08.822Z] -> Got branch from git/hg
[task 2024-08-28T03:37:08.822Z] -> Got sha from git/hg
[task 2024-08-28T03:37:08.822Z] ==> Preparing upload
[task 2024-08-28T03:37:08.822Z] ==> Processing gcov (disable by -X gcov)
[task 2024-08-28T03:37:08.822Z] ==> Collecting reports
[task 2024-08-28T03:37:08.822Z] + /builds/worker/checkouts/vcs/client/coveragerc bytes=535
[task 2024-08-28T03:37:08.822Z] + /builds/worker/checkouts/vcs/client/coverage.xml bytes=30717
[task 2024-08-28T03:37:08.822Z] ==> Uploading
[task 2024-08-28T03:37:08.822Z] .url https://codecov.io
[task 2024-08-28T03:37:08.822Z] .query commit=794310387dfe7a1d79eb7ac672d781a8af296457&branch=dependabot%2Fpip%2Fapi%2Frequirements%2Fflake8-7.1.1&pr=1200&token=<secret>&package=py2.1.13
[task 2024-08-28T03:37:08.822Z] Gzipping contents..
[task 2024-08-28T03:37:08.822Z] Compressed contents to 3382 bytes
[task 2024-08-28T03:37:08.822Z] Pinging Codecov...
[task 2024-08-28T03:37:08.822Z] Uploading to S3...
[task 2024-08-28T03:37:08.822Z] Uploading to S3 took 0:00:00.163926
[task 2024-08-28T03:37:08.822Z] https://app.codecov.io/github/mozilla-releng/tooltool/commit/794310387dfe7a1d79eb7ac672d781a8af296457
[task 2024-08-28T03:37:08.840Z] codecov: OK (3.04=setup[2.22]+cmd[0.82] seconds)
[task 2024-08-28T03:37:08.840Z] congratulations :) (3.17 seconds)
[task 2024-08-28T03:37:08.879Z] tooltool_client-py310: OK (18.07=setup[2.64]+cmd[12.09,3.35] seconds)
[task 2024-08-28T03:37:08.879Z] congratulations :) (18.55 seconds)
[taskcluster 2024-08-28 03:37:09.328Z] === Task Finished ===
[taskcluster 2024-08-28 03:37:09.329Z] Successful task run with exit code: 0 completed in 37.668 seconds
Loading