Bump filelock from 3.20.0 to 3.20.1#2776
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Community-TC Integration / bugbot tests
failed
Dec 22, 2025 in 4m 11s
Community-TC (pull_request)
bugbot tests
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2025-12-22T15:32:05.014Z
Resolved: 2025-12-22T15:33:48.548Z
Task Execution Time: 1 minute, 43 seconds, 534 milliseconds
Task Status: failed
Reason Resolved: failed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2025-12-22T15:32:05.089Z] Worker Type (proj-relman/ci) settings:
[taskcluster 2025-12-22T15:32:05.089Z] {
[taskcluster 2025-12-22T15:32:05.089Z] "config": {
[taskcluster 2025-12-22T15:32:05.089Z] "deploymentId": "eefd8fed8b84bc43"
[taskcluster 2025-12-22T15:32:05.089Z] },
[taskcluster 2025-12-22T15:32:05.089Z] "generic-worker": {
[taskcluster 2025-12-22T15:32:05.089Z] "config": {
[taskcluster 2025-12-22T15:32:05.089Z] "headlessTasks": false
[taskcluster 2025-12-22T15:32:05.089Z] },
[taskcluster 2025-12-22T15:32:05.089Z] "engine": "multiuser",
[taskcluster 2025-12-22T15:32:05.089Z] "go-arch": "amd64",
[taskcluster 2025-12-22T15:32:05.089Z] "go-os": "linux",
[taskcluster 2025-12-22T15:32:05.089Z] "go-version": "go1.25.5",
[taskcluster 2025-12-22T15:32:05.089Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v95.0.2",
[taskcluster 2025-12-22T15:32:05.089Z] "revision": "1323d556b9fedc5394d5c83036147ee983cac54d",
[taskcluster 2025-12-22T15:32:05.089Z] "source": "https://github.com/taskcluster/taskcluster/commits/1323d556b9fedc5394d5c83036147ee983cac54d",
[taskcluster 2025-12-22T15:32:05.089Z] "version": "95.0.2"
[taskcluster 2025-12-22T15:32:05.089Z] },
[taskcluster 2025-12-22T15:32:05.089Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-nobheorrncouiwgbtyfq",
[taskcluster 2025-12-22T15:32:05.089Z] "instance-id": "4139971988185996574",
[taskcluster 2025-12-22T15:32:05.089Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2025-12-22T15:32:05.089Z] "local-ipv4": "10.150.0.84",
[taskcluster 2025-12-22T15:32:05.089Z] "machine-setup": {
[taskcluster 2025-12-22T15:32:05.089Z] "maintainer": "taskcluster-notifications+workers@mozilla.com",
[taskcluster 2025-12-22T15:32:05.089Z] "script": "https://raw.githubusercontent.com/taskcluster/community-tc-config/b5b7c2ad856c144a6759e6e72280c4a958f8a930/imagesets/generic-worker-ubuntu-24-04/bootstrap.sh"
[taskcluster 2025-12-22T15:32:05.089Z] },
[taskcluster 2025-12-22T15:32:05.089Z] "project-id": "community-tc-workers",
[taskcluster 2025-12-22T15:32:05.089Z] "public-hostname": "proj-relman-ci-jugzamqqtba4scwgvbbezw.c.community-tc-workers.internal",
[taskcluster 2025-12-22T15:32:05.089Z] "public-ipv4": "34.48.64.12",
[taskcluster 2025-12-22T15:32:05.089Z] "region": "us-east4",
[taskcluster 2025-12-22T15:32:05.089Z] "zone": "us-east4-b"
[taskcluster 2025-12-22T15:32:05.089Z] }
[taskcluster 2025-12-22T15:32:05.089Z] Task ID: IdAP8lzNRkGIGneEb-zGsw
[taskcluster 2025-12-22T15:32:05.089Z] === Task Starting ===
[taskcluster 2025-12-22T15:32:05.951Z] [d2g] Loading docker image
[taskcluster 2025-12-22T15:32:22.173Z] [d2g] Loaded docker image "docker.io/library/python:3.10"
[taskcluster 2025-12-22T15:32:22.174Z] Executing command 0: docker run -t --name taskcontainer_GXFaGUdtTaCkqrQ6Fv0_LA --memory-swap -1 --pids-limit -1 '--add-host=localhost.localdomain:127.0.0.1' --env-file 'env.list' 'python:3.10' /bin/bash -lcx 'git clone --quiet https://github.com/mozilla/bugbot bugbot && cd bugbot && git -c advice.detachedHead=false checkout ec9220a5b9bc39474217168d5c9b031eaac86c5f && pip install --quiet -e '\''.[test]'\'' && pre-commit run --all-files --show-diff-on-failure && tox -e $TOX_ENV && coveralls'
++ id -u
+ '[' 0 -eq 0 ']'
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH
+ '[' '' ']'
+ '[' -d /etc/profile.d ']'
++ run-parts --list --regex '^[a-zA-Z0-9_][a-zA-Z0-9._-]*\.sh$' /etc/profile.d
+ unset i
+ '[' /bin/bash ']'
+ '[' -f /root/.bashrc ']'
+ . /root/.bashrc
+ git clone --quiet https://github.com/mozilla/bugbot bugbot
+ cd bugbot
+ git -c advice.detachedHead=false checkout ec9220a5b9bc39474217168d5c9b031eaac86c5f
HEAD is now at ec9220a Bump filelock from 3.20.0 to 3.20.1
+ pip install --quiet -e '.[test]'
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[notice] A new release of pip is available: 23.0.1 -> 25.3
[notice] To update, run: pip install --upgrade pip
+ pre-commit run --all-files --show-diff-on-failure
[INFO] Initializing environment for https://github.com/Riverside-Healthcare/djLint.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/marco-c/taskcluster_yml_validator.
[INFO] Initializing environment for https://github.com/asottile/yesqa.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy:tokenize-rt==4.2.1,types-filelock==3.2.7,types-pytz==2021.3.8,types-python-dateutil==2.8.17,types-PyYAML==6.0.8,types-requests==2.27.30,types-tabulate==0.8.9.
[INFO] Initializing environment for https://github.com/astral-sh/uv-pre-commit.
[INFO] Installing environment for https://github.com/Riverside-Healthcare/djLint.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/marco-c/taskcluster_yml_validator.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/asottile/yesqa.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/uv-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
djLint linting for Jinja.................................................Passed
djLint linting for Jinja.................................................Passed
ruff.....................................................................Passed
ruff-format..............................................................Passed
check python ast.........................................................Passed
check docstring is first.................................................Passed
check that executables have shebangs.....................................Passed
check for merge conflicts................................................Passed
check for broken symlinks............................(no files to check)Skipped
debug statements (python)................................................Passed
trim trailing whitespace.................................................Passed
check yaml...............................................................Passed
mixed line ending........................................................Passed
python tests naming......................................................Passed
check json...............................................................Passed
fix requirements.txt.................................(no files to check)Skipped
check vcs permalinks.....................................................Passed
codespell................................................................Passed
taskcluster_yml..........................................................Passed
Strip unnecessary `# noqa`s..............................................Passed
mypy.....................................................................Passed
Check for useless excludes...............................................Passed
uv-lock..................................................................Failed
- hook id: uv-lock
- files were modified by this hook
Using CPython 3.10.19 interpreter at: /usr/local/bin/python3.10
⠋ Resolving dependencies...
⠙ Resolving dependencies...
⠋ Resolving dependencies...
⠙ Resolving dependencies...
⠋ Resolving dependencies...
⠙ Resolving dependencies...
⠙ bugbot==0.1.0
⠙ bugbot==0.1.0
⠙ bugbot==0.1.0
⠙ alembic==1.14.1
⠙ argparse==1.4.0
⠙ filelock==3.20.1
⠙ google-cloud-bigquery==3.39.0
⠙ gspread==6.2.1
⠙ icalendar==6.3.2
⠙ jinja2==3.1.6
⠙ libmozdata==0.2.12
⠙ numpy==2.2.6
⠙ pep8==1.7.1
⠙ pyflakes==3.4.0
⠙ pyyaml==6.0.2
⠙ recurring-ical-events==3.8.0
⠙ requests==2.32.5
⠙ requests==2.32.5
⠙ sqlalchemy==1.3.24
⠙ tenacity==9.1.2
⠙ coverage==7.13.0
⠹ google-api-core==2.25.1
⠸ python-hglib==2.6.2
⠼ python-hglib==2.6.2
⠼ requests-futures==1.0.2
⠼ setuptools==80.9.0
⠼ six==1.17.0
⠼ x-wr-timezone==2.0.1
⠼ x-wr-timezone==2.0.1
⠼ certifi==2025.8.3
⠼ charset-normalizer==3.4.3
⠼ idna==3.10
⠼ urllib3==2.5.0
⠴ colorama==0.4.6
Resolved 76 packages in 813ms
warning: `rapidfuzz==3.14.0` is yanked (reason: "crashes when run with debugpy")
Updated filelock v3.20.0 -> v3.20.1
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/uv.lock b/uv.lock
index 2835ac5..95e1506 100644
--- a/uv.lock
+++ b/uv.lock
@@ -76,7 +76,7 @@ requires-dist = [
{ name = "argparse", specifier = "==1.4.0" },
{ name = "coverage", marker = "extra == 'dev'", specifier = "==7.13.0" },
{ name = "coveralls", marker = "extra == 'test'", specifier = "==4.0.2" },
- { name = "filelock", specifier = "==3.20.0" },
+ { name = "filelock", specifier = "==3.20.1" },
{ name = "google-cloud-bigquery", specifier = "==3.39.0" },
{ name = "gspread", specifier = "==6.2.1" },
{ name = "humanize", specifier = ">=0.5.1" },
@@ -286,11 +286,11 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57
[[package]]
name = "filelock"
-version = "3.20.0"
+version = "3.20.1"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/58/46/0028a82567109b5ef6e4d2a1f04a583fb513e6cf9527fcdd09afd817deeb/filelock-3.20.0.tar.gz", hash = "sha256:711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4", size = 18922, upload-time = "2025-10-08T18:03:50.056Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34/filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c", size = 19476, upload-time = "2025-12-15T23:54:28.027Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl", hash = "sha256:339b4732ffda5cd79b13f4e2711a31b0365ce445d95d243bb996273d072546a2", size = 16054, upload-time = "2025-10-08T18:03:48.35Z" },
+ { url = "https://files.pythonhosted.org/packages/e3/7f/a1a97644e39e7316d850784c642093c99df1290a460df4ede27659056834/filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a", size = 16666, upload-time = "2025-12-15T23:54:26.874Z" },
]
[[package]]
[taskcluster 2025-12-22T15:33:47.401Z] Exit Code: 1
[taskcluster 2025-12-22T15:33:47.401Z] User Time: 14.648ms
[taskcluster 2025-12-22T15:33:47.401Z] Kernel Time: 17.311ms
[taskcluster 2025-12-22T15:33:47.401Z] Wall Time: 1m25.227051669s
[taskcluster 2025-12-22T15:33:47.401Z] Average Available System Memory: 14.12 GiB
[taskcluster 2025-12-22T15:33:47.401Z] Average System Memory Used: 1.50 GiB
[taskcluster 2025-12-22T15:33:47.401Z] Peak System Memory Used: 1.72 GiB
[taskcluster 2025-12-22T15:33:47.401Z] Total System Memory: 15.62 GiB
[taskcluster 2025-12-22T15:33:47.401Z] Result: FAILED
[taskcluster 2025-12-22T15:33:47.401Z] === Task Finished ===
[taskcluster 2025-12-22T15:33:47.401Z] Task Duration: 1m25.227592519s
[taskcluster:error] exit status 1
Loading