build(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /frontend #3224
Community-TC Integration / Code Review Integration checks: unit tests
succeeded
Feb 28, 2026 in 3m 19s
Community-TC (pull_request)
Check python code with pytest
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2026-02-28T05:56:37.915Z
Resolved: 2026-02-28T05:57:24.487Z
Task Execution Time: 46 seconds, 572 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: bm1Oh2v1TsKEaqC4xKDgKQ
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2026-02-28T05:56:37.996Z] Worker Type (proj-relman/generic-worker-ubuntu-24-04) settings:
[taskcluster 2026-02-28T05:56:37.996Z] {
[taskcluster 2026-02-28T05:56:37.996Z] "generic-worker": {
[taskcluster 2026-02-28T05:56:37.996Z] "config": {
[taskcluster 2026-02-28T05:56:37.996Z] "headlessTasks": false
[taskcluster 2026-02-28T05:56:37.996Z] },
[taskcluster 2026-02-28T05:56:37.996Z] "engine": "multiuser",
[taskcluster 2026-02-28T05:56:37.996Z] "go-arch": "amd64",
[taskcluster 2026-02-28T05:56:37.996Z] "go-os": "linux",
[taskcluster 2026-02-28T05:56:37.996Z] "go-version": "go1.26.0",
[taskcluster 2026-02-28T05:56:37.996Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v96.7.0",
[taskcluster 2026-02-28T05:56:37.996Z] "revision": "95185faf4cc100d0fb0aa561666aab877490c679",
[taskcluster 2026-02-28T05:56:37.996Z] "source": "https://github.com/taskcluster/taskcluster/commits/95185faf4cc100d0fb0aa561666aab877490c679",
[taskcluster 2026-02-28T05:56:37.996Z] "version": "96.7.0"
[taskcluster 2026-02-28T05:56:37.996Z] },
[taskcluster 2026-02-28T05:56:37.996Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-qabejxknnufiinfhmgyr",
[taskcluster 2026-02-28T05:56:37.996Z] "instance-id": "8014073682195332589",
[taskcluster 2026-02-28T05:56:37.996Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-02-28T05:56:37.996Z] "local-ipv4": "10.128.0.185",
[taskcluster 2026-02-28T05:56:37.996Z] "machine-setup": {
[taskcluster 2026-02-28T05:56:37.996Z] "maintainer": "taskcluster-notifications+workers@mozilla.com",
[taskcluster 2026-02-28T05:56:37.996Z] "script": "https://raw.githubusercontent.com/taskcluster/community-tc-config/b5b7c2ad856c144a6759e6e72280c4a958f8a930/imagesets/generic-worker-ubuntu-24-04/bootstrap.sh"
[taskcluster 2026-02-28T05:56:37.996Z] },
[taskcluster 2026-02-28T05:56:37.996Z] "project-id": "community-tc-workers",
[taskcluster 2026-02-28T05:56:37.996Z] "public-hostname": "proj-relman-generic-worker-ubuntu-24-0-l06xrodyr-iuqpl2wnyuxa.c.community-tc-workers.internal",
[taskcluster 2026-02-28T05:56:37.996Z] "public-ipv4": "34.70.56.140",
[taskcluster 2026-02-28T05:56:37.996Z] "region": "us-central1",
[taskcluster 2026-02-28T05:56:37.996Z] "zone": "us-central1-f"
[taskcluster 2026-02-28T05:56:37.996Z] }
[taskcluster 2026-02-28T05:56:37.996Z] Task ID: bm1Oh2v1TsKEaqC4xKDgKQ
[taskcluster 2026-02-28T05:56:37.996Z] === Task Starting ===
[taskcluster 2026-02-28T05:56:38.670Z] [d2g] Loading docker image
[taskcluster 2026-02-28T05:56:56.431Z] [d2g] Loaded docker image "docker.io/library/python:3.12"
[taskcluster 2026-02-28T05:56:56.431Z] Executing command 0: docker run -t --name taskcontainer_Ebc_SEWvRfK2Aq86C15zeg --memory-swap -1 --pids-limit -1 '--add-host=localhost.localdomain:127.0.0.1' --env-file 'env.list' 'python:3.12' sh -lxce 'git clone --quiet https://github.com/mozilla/code-review /src && cd /src && git checkout 280525353dbc2fe023a7af8428be2d6a049ead9f -b checks && cd /src/integration && pip install --disable-pip-version-check --no-cache-dir --quiet -r requirements.txt -r requirements-dev.txt && pytest -v'
+ id -u
+ [ 0 -eq 0 ]
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH
+ [ # ]
+ [ ]
+ id -u
+ [ 0 -eq 0 ]
+ PS1=#
+ [ -d /etc/profile.d ]
+ run-parts --list --regex ^[a-zA-Z0-9_][a-zA-Z0-9._-]*\.sh$ /etc/profile.d
+ unset i
+ [ ]
+ git clone --quiet https://github.com/mozilla/code-review /src
+ cd /src
+ git checkout 280525353dbc2fe023a7af8428be2d6a049ead9f -b checks
Switched to a new branch 'checks'
+ cd /src/integration
+ pip install --disable-pip-version-check --no-cache-dir --quiet -r requirements.txt -r requirements-dev.txt
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ pytest -v
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-9.0.2, pluggy-1.6.0 -- /usr/local/bin/python3.12
cachedir: .pytest_cache
rootdir: /src
configfile: pyproject.toml
collecting ...
collected 2 items
tests/test_hooks.py::test_jsone_validates PASSED [ 50%]
tests/test_workflow.py::test_publish PASSED [100%]
=============================== warnings summary ===============================
integration/tests/test_hooks.py::test_jsone_validates
/usr/local/lib/python3.12/site-packages/jsone/shared.py:97: 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).
reference = datetime.datetime.utcnow()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========================= 2 passed, 1 warning in 0.34s =========================
[taskcluster 2026-02-28T05:57:23.815Z] Exit Code: 0
[taskcluster 2026-02-28T05:57:23.815Z] User Time: 10.622ms
[taskcluster 2026-02-28T05:57:23.815Z] Kernel Time: 13.277ms
[taskcluster 2026-02-28T05:57:23.815Z] Wall Time: 27.384109218s
[taskcluster 2026-02-28T05:57:23.815Z] Average Available System Memory: 14.15 GiB
[taskcluster 2026-02-28T05:57:23.815Z] Average System Memory Used: 1.46 GiB
[taskcluster 2026-02-28T05:57:23.815Z] Peak System Memory Used: 1.56 GiB
[taskcluster 2026-02-28T05:57:23.815Z] Total System Memory: 15.61 GiB
[taskcluster 2026-02-28T05:57:23.815Z] Result: SUCCEEDED
[taskcluster 2026-02-28T05:57:23.816Z] === Task Finished ===
[taskcluster 2026-02-28T05:57:23.816Z] Task Duration: 27.384662276s
Loading