Add TodoListMiddleware for code review planning #5813
Community-TC (pull_request)
bugbug ui build
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2026-03-17T21:05:42.297Z
Resolved: 2026-03-17T21:06:29.814Z
Task Execution Time: 47 seconds, 517 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: W67h02_XSnC56Y91jmvOtA
RunId: 0
Artifacts
- public/frontend/bug.html
- public/frontend/bug.js
- public/frontend/common.js
- public/frontend/css/common.css
- public/frontend/css/page.css
- public/frontend/feature.html
- public/frontend/feature.js
- public/frontend/index.html
- public/frontend/index.js
- public/frontend/release.html
- public/frontend/release.js
- public/frontend/_snowpack/pkg/apexcharts.js
- public/frontend/_snowpack/pkg/import-map.json
- public/frontend/_snowpack/pkg/@js-temporal/polyfill.js
- public/frontend/_snowpack/pkg/localforage.js
- public/frontend/team.html
- public/frontend/team.js
- public/frontend/testing.html
- public/frontend/testing.js
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2026-03-17T21:05:42.439Z] Worker Type (proj-bugbug/batch) settings:
[taskcluster 2026-03-17T21:05:42.439Z] {
[taskcluster 2026-03-17T21:05:42.439Z] "generic-worker": {
[taskcluster 2026-03-17T21:05:42.439Z] "config": {
[taskcluster 2026-03-17T21:05:42.439Z] "headlessTasks": false
[taskcluster 2026-03-17T21:05:42.439Z] },
[taskcluster 2026-03-17T21:05:42.439Z] "engine": "multiuser",
[taskcluster 2026-03-17T21:05:42.439Z] "go-arch": "amd64",
[taskcluster 2026-03-17T21:05:42.439Z] "go-os": "linux",
[taskcluster 2026-03-17T21:05:42.439Z] "go-version": "go1.26.0",
[taskcluster 2026-03-17T21:05:42.439Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v96.7.1",
[taskcluster 2026-03-17T21:05:42.439Z] "revision": "941f70217efd7d23e4f83aa24cdd6eb596568560",
[taskcluster 2026-03-17T21:05:42.439Z] "source": "https://github.com/taskcluster/taskcluster/commits/941f70217efd7d23e4f83aa24cdd6eb596568560",
[taskcluster 2026-03-17T21:05:42.439Z] "version": "96.7.1"
[taskcluster 2026-03-17T21:05:42.439Z] },
[taskcluster 2026-03-17T21:05:42.439Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-ovbqgpximhptjcjyfkvd",
[taskcluster 2026-03-17T21:05:42.439Z] "instance-id": "5812435448690409330",
[taskcluster 2026-03-17T21:05:42.439Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-2",
[taskcluster 2026-03-17T21:05:42.439Z] "local-ipv4": "10.142.0.68",
[taskcluster 2026-03-17T21:05:42.439Z] "machine-setup": {
[taskcluster 2026-03-17T21:05:42.439Z] "maintainer": "taskcluster-notifications+workers@mozilla.com",
[taskcluster 2026-03-17T21:05:42.439Z] "script": "https://raw.githubusercontent.com/taskcluster/community-tc-config/b5b7c2ad856c144a6759e6e72280c4a958f8a930/imagesets/generic-worker-ubuntu-24-04/bootstrap.sh"
[taskcluster 2026-03-17T21:05:42.439Z] },
[taskcluster 2026-03-17T21:05:42.439Z] "project-id": "community-tc-workers",
[taskcluster 2026-03-17T21:05:42.439Z] "public-hostname": "proj-bugbug-batch-jnumd5dnrno2-wwjiw7jla.c.community-tc-workers.internal",
[taskcluster 2026-03-17T21:05:42.439Z] "public-ipv4": "34.148.103.215",
[taskcluster 2026-03-17T21:05:42.439Z] "region": "us-east1",
[taskcluster 2026-03-17T21:05:42.439Z] "zone": "us-east1-b"
[taskcluster 2026-03-17T21:05:42.439Z] }
[taskcluster 2026-03-17T21:05:42.439Z] Task ID: W67h02_XSnC56Y91jmvOtA
[taskcluster 2026-03-17T21:05:42.439Z] === Task Starting ===
[taskcluster 2026-03-17T21:05:43.412Z] [d2g] Loading docker image
[taskcluster 2026-03-17T21:06:09.472Z] [d2g] Loaded docker image "docker.io/library/node:lts"
[taskcluster 2026-03-17T21:06:09.473Z] Executing command 0: docker run -t --name taskcontainer_aOTU5lQSROiKVOgnBmYjEA --memory-swap -1 --pids-limit -1 '--add-host=localhost.localdomain:127.0.0.1' --env-file 'env.list' node:lts /bin/sh -lcxe 'git clone --quiet https://github.com/suhaibmujahid/bugbug /bugbug && cd /bugbug && git -c advice.detachedHead=false checkout f2323b67b1239b92cfda524eea321724d13138b4 && cd ui/changes && npm install --no-progress && npm run release'
+ 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 ]
+ [ -r /etc/profile.d/*.sh ]
+ unset i
+ [ ]
+ mesg n
+ true
+ git clone --quiet https://github.com/suhaibmujahid/bugbug /bugbug
+ cd /bugbug
+ git -c advice.detachedHead=false checkout f2323b67b1239b92cfda524eea321724d13138b4
HEAD is now at f2323b67 Add TodoListMiddleware for code review planning
+ cd ui/changes
+ npm install --no-progress
npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm warn deprecated har-validator@5.1.5: this library is no longer supported
npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
added 396 packages, and audited 397 packages in 5s
51 packages are looking for funding
run `npm fund` for details
28 vulnerabilities (4 low, 6 moderate, 16 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
+ npm run release
> changes@1.0.0 release
> npx snowpack build
(node:116) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
[22:07:23] [snowpack] ! building files...
[22:07:23] [snowpack] ✔ files built. [0.05s]
[22:07:23] [snowpack] ! building dependencies...
[22:07:27] [snowpack] ✔ dependencies built. [3.33s]
[22:07:27] [snowpack] ! writing to disk...
[22:07:27] [snowpack] ✔ write complete. [0.01s]
[22:07:27] [snowpack] ▶ Build Complete!
[taskcluster 2026-03-17T21:06:27.943Z] Exit Code: 0
[taskcluster 2026-03-17T21:06:27.943Z] User Time: 10.958ms
[taskcluster 2026-03-17T21:06:27.943Z] Kernel Time: 17.045ms
[taskcluster 2026-03-17T21:06:27.943Z] Wall Time: 18.470010462s
[taskcluster 2026-03-17T21:06:27.943Z] Average Available System Memory: 6.25 GiB
[taskcluster 2026-03-17T21:06:27.943Z] Average System Memory Used: 1.50 GiB
[taskcluster 2026-03-17T21:06:27.943Z] Peak System Memory Used: 1.92 GiB
[taskcluster 2026-03-17T21:06:27.943Z] Total System Memory: 7.75 GiB
[taskcluster 2026-03-17T21:06:27.943Z] Result: SUCCEEDED
[taskcluster 2026-03-17T21:06:27.944Z] === Task Finished ===
[taskcluster 2026-03-17T21:06:27.944Z] Task Duration: 18.47146729s