Skip to content

Support for creating new web-feature bugs#2900

Open
jgraham wants to merge 2 commits into
mozilla:masterfrom
jgraham:web_platform_features_create
Open

Support for creating new web-feature bugs#2900
jgraham wants to merge 2 commits into
mozilla:masterfrom
jgraham:web_platform_features_create

Support creating new bugs for web-features

007aff9
Select commit
Loading
Failed to load commit list.
Community-TC Integration / bugbot tests failed Jun 12, 2026 in 1m 23s

Community-TC (pull_request)

bugbot tests

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2026-06-12T16:56:40.779Z
Resolved: 2026-06-12T16:58:03.383Z
Task Execution Time: 1 minute, 22 seconds, 604 milliseconds
Task Status: failed
Reason Resolved: failed
TaskId: alkHALDtTdydD1yHMabTnQ
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2026-06-12T16:56:40.865Z] Worker Type (proj-relman/ci) settings:
[taskcluster 2026-06-12T16:56:40.865Z]   {
[taskcluster 2026-06-12T16:56:40.865Z]     "generic-worker": {
[taskcluster 2026-06-12T16:56:40.865Z]       "config": {
[taskcluster 2026-06-12T16:56:40.865Z]         "capacity": 1,
[taskcluster 2026-06-12T16:56:40.865Z]         "headlessTasks": false
[taskcluster 2026-06-12T16:56:40.865Z]       },
[taskcluster 2026-06-12T16:56:40.865Z]       "engine": "multiuser",
[taskcluster 2026-06-12T16:56:40.865Z]       "go-arch": "amd64",
[taskcluster 2026-06-12T16:56:40.865Z]       "go-os": "linux",
[taskcluster 2026-06-12T16:56:40.865Z]       "go-version": "go1.26.2",
[taskcluster 2026-06-12T16:56:40.865Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v100.0.1",
[taskcluster 2026-06-12T16:56:40.865Z]       "revision": "fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-06-12T16:56:40.865Z]       "source": "https://github.com/taskcluster/taskcluster/commits/fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-06-12T16:56:40.865Z]       "version": "100.0.1"
[taskcluster 2026-06-12T16:56:40.865Z]     },
[taskcluster 2026-06-12T16:56:40.865Z]     "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-bngpghpfficdxtlhnusi",
[taskcluster 2026-06-12T16:56:40.865Z]     "instance-id": "2503880750215038849",
[taskcluster 2026-06-12T16:56:40.865Z]     "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-06-12T16:56:40.865Z]     "local-ipv4": "10.150.15.209",
[taskcluster 2026-06-12T16:56:40.865Z]     "machine-setup": {
[taskcluster 2026-06-12T16:56:40.865Z]       "maintainer": "taskcluster-notifications+workers@mozilla.com",
[taskcluster 2026-06-12T16:56:40.865Z]       "script": "https://raw.githubusercontent.com/taskcluster/community-tc-config/b5b7c2ad856c144a6759e6e72280c4a958f8a930/imagesets/generic-worker-ubuntu-24-04/bootstrap.sh"
[taskcluster 2026-06-12T16:56:40.865Z]     },
[taskcluster 2026-06-12T16:56:40.865Z]     "project-id": "community-tc-workers",
[taskcluster 2026-06-12T16:56:40.865Z]     "public-hostname": "proj-relman-ci-zlwnbuftqryzezlthyukjq.c.community-tc-workers.internal",
[taskcluster 2026-06-12T16:56:40.865Z]     "public-ipv4": "34.145.141.32",
[taskcluster 2026-06-12T16:56:40.865Z]     "region": "us-east4",
[taskcluster 2026-06-12T16:56:40.865Z]     "zone": "us-east4-c"
[taskcluster 2026-06-12T16:56:40.865Z]   }
[taskcluster 2026-06-12T16:56:40.865Z] Task ID: alkHALDtTdydD1yHMabTnQ
[taskcluster 2026-06-12T16:56:40.865Z] === Task Starting ===
[taskcluster 2026-06-12T16:56:41.660Z] [d2g] Loading docker image
[taskcluster 2026-06-12T16:56:57.509Z] [d2g] Loaded docker image "docker.io/astral/uv:python3.10-trixie"
[taskcluster 2026-06-12T16:56:57.512Z] Executing command 0: docker run -t --name taskcontainer_SUObmfGkS9GF1VRESakvdg --memory-swap -1 --pids-limit -1 --pull=never --log-driver=none '--add-host=localhost.localdomain:127.0.0.1' --env-file 'env.list' 'astral/uv:python3.10-trixie' /bin/bash -lcx 'git clone --quiet https://github.com/jgraham/bugbot bugbot && cd bugbot && git -c advice.detachedHead=false checkout 007aff901fc098eeb3c4bb381a23fe115d638d5c && uv sync --quiet --locked --extra test && uv run pre-commit run --all-files --show-diff-on-failure && uv run tox -e $TOX_ENV && uv run 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/jgraham/bugbot bugbot
+ cd bugbot
+ git -c advice.detachedHead=false checkout 007aff901fc098eeb3c4bb381a23fe115d638d5c
HEAD is now at 007aff9 Support creating new bugs for web-features
+ uv sync --quiet --locked --extra test
+ uv run 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.....................................................................Failed
- hook id: mypy
- exit code: 1

bugbot/spec_mapping.py:14: error: Module "typing" has no attribute "Self"  [attr-defined]
bugbot/spec_mapping.py:14: note: Use `from typing_extensions import Self` instead
bugbot/spec_mapping.py:14: note: See https://mypy.readthedocs.io/en/stable/runtime_troubles.html#using-new-additions-to-the-typing-module
bugbot/round_robin.py:28: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
bugbot/rules/perfalert_inactive_regression.py:19: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
bugbot/rules/needinfo_regression_author.py:18: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
bugbot/rules/duplicate_copy_metadata.py:58: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
Found 1 error in 1 file (checked 167 source files)

Check for useless excludes...............................................Passed
uv-lock..................................................................Passed
[taskcluster 2026-06-12T16:58:02.270Z]                        Exit Code: 1
[taskcluster 2026-06-12T16:58:02.270Z]                        User Time: 11.665ms
[taskcluster 2026-06-12T16:58:02.270Z]                      Kernel Time: 18.664ms
[taskcluster 2026-06-12T16:58:02.270Z]                        Wall Time: 1m4.757969634s
[taskcluster 2026-06-12T16:58:02.270Z]  Average Available System Memory: 14.09 GiB
[taskcluster 2026-06-12T16:58:02.270Z]       Average System Memory Used: 1.52 GiB
[taskcluster 2026-06-12T16:58:02.270Z]          Peak System Memory Used: 1.73 GiB
[taskcluster 2026-06-12T16:58:02.270Z]              Total System Memory: 15.61 GiB
[taskcluster 2026-06-12T16:58:02.270Z]                           Result: FAILED
[taskcluster 2026-06-12T16:58:02.270Z] === Task Finished ===
[taskcluster 2026-06-12T16:58:02.270Z] Task Duration: 1m4.758393918s
[taskcluster:error] exit status 1