[WIP] Initial implementation of pulse listener#6246
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-06-30T22:23:04.006Z
Resolved: 2026-06-30T22:23:59.977Z
Task Execution Time: 55 seconds, 971 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: X0UnVlXrQS6C4Y8q7aYPmQ
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-06-30T22:23:04.098Z] Worker Type (proj-bugbug/batch) settings:
[taskcluster 2026-06-30T22:23:04.098Z] {
[taskcluster 2026-06-30T22:23:04.098Z] "generic-worker": {
[taskcluster 2026-06-30T22:23:04.098Z] "config": {
[taskcluster 2026-06-30T22:23:04.098Z] "capacity": 1,
[taskcluster 2026-06-30T22:23:04.098Z] "headlessTasks": false
[taskcluster 2026-06-30T22:23:04.098Z] },
[taskcluster 2026-06-30T22:23:04.098Z] "engine": "multiuser",
[taskcluster 2026-06-30T22:23:04.098Z] "go-arch": "amd64",
[taskcluster 2026-06-30T22:23:04.098Z] "go-os": "linux",
[taskcluster 2026-06-30T22:23:04.098Z] "go-version": "go1.26.2",
[taskcluster 2026-06-30T22:23:04.098Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v100.0.1",
[taskcluster 2026-06-30T22:23:04.098Z] "revision": "fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-06-30T22:23:04.098Z] "source": "https://github.com/taskcluster/taskcluster/commits/fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-06-30T22:23:04.098Z] "version": "100.0.1"
[taskcluster 2026-06-30T22:23:04.098Z] },
[taskcluster 2026-06-30T22:23:04.098Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-bngpghpfficdxtlhnusi",
[taskcluster 2026-06-30T22:23:04.098Z] "instance-id": "4872041334013820912",
[taskcluster 2026-06-30T22:23:04.098Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-2",
[taskcluster 2026-06-30T22:23:04.098Z] "local-ipv4": "10.128.0.12",
[taskcluster 2026-06-30T22:23:04.098Z] "machine-setup": {
[taskcluster 2026-06-30T22:23:04.098Z] "maintainer": "taskcluster-notifications+workers@mozilla.com",
[taskcluster 2026-06-30T22:23:04.098Z] "script": "https://raw.githubusercontent.com/taskcluster/community-tc-config/b5b7c2ad856c144a6759e6e72280c4a958f8a930/imagesets/generic-worker-ubuntu-24-04/bootstrap.sh"
[taskcluster 2026-06-30T22:23:04.098Z] },
[taskcluster 2026-06-30T22:23:04.098Z] "project-id": "community-tc-workers",
[taskcluster 2026-06-30T22:23:04.098Z] "public-hostname": "proj-bugbug-batch-pgvqjktqssmbeqb4nszncw.c.community-tc-workers.internal",
[taskcluster 2026-06-30T22:23:04.098Z] "public-ipv4": "34.135.126.69",
[taskcluster 2026-06-30T22:23:04.098Z] "region": "us-central1",
[taskcluster 2026-06-30T22:23:04.098Z] "zone": "us-central1-a"
[taskcluster 2026-06-30T22:23:04.098Z] }
[taskcluster 2026-06-30T22:23:04.098Z] Task ID: X0UnVlXrQS6C4Y8q7aYPmQ
[taskcluster 2026-06-30T22:23:04.098Z] === Task Starting ===
[taskcluster 2026-06-30T22:23:04.818Z] [d2g] Loading docker image
[taskcluster 2026-06-30T22:23:27.385Z] [d2g] Loaded docker image "docker.io/library/node:lts"
[taskcluster 2026-06-30T22:23:27.515Z] Executing command 0: docker run -t --name taskcontainer_IkmwzJZKRDGfhP6VIdWFcQ --memory-swap -1 --pids-limit -1 --pull=never --log-driver=none '--add-host=localhost.localdomain:127.0.0.1' --env-file 'env.list' node:lts /bin/sh -cxe 'git clone --quiet https://github.com/evgenyrp/bugbug /bugbug && cd /bugbug && git -c advice.detachedHead=false checkout 2345e10fad53b07f9b436ccc5e81f4ad5fc7ab39 && cd ui/changes && npm install --no-progress && npm run release'
+ git clone --quiet https://github.com/evgenyrp/bugbug /bugbug
+ cd /bugbug
+ git -c advice.detachedHead=false checkout 2345e10fad53b07f9b436ccc5e81f4ad5fc7ab39
HEAD is now at 2345e10f Remove email notifications from pulse listener
+ cd ui/changes
+ npm install --no-progress
npm warn deprecated har-validator@5.1.5: this library is no longer supported
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 request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
added 395 packages, and audited 396 packages in 6s
51 packages are looking for funding
run `npm fund` for details
30 vulnerabilities (3 low, 8 moderate, 17 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 warn allow-scripts 3 packages have install scripts not yet covered by allowScripts:
npm warn allow-scripts bufferutil@4.0.3 (install: node-gyp-build)
npm warn allow-scripts esbuild@0.9.7 (postinstall: node install.js)
npm warn allow-scripts utf-8-validate@5.0.5 (install: node-gyp-build)
npm warn allow-scripts
npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts <pkg>` to allow.
+ npm run release
> changes@1.0.0 release
> npx snowpack build
[23:24:53] [snowpack] ! building files...
[23:24:53] [snowpack] ✔ files built. [0.04s]
[23:24:53] [snowpack] ! building dependencies...
[23:24:56] [snowpack] ✔ dependencies built. [3.41s]
[23:24:56] [snowpack] ! writing to disk...
[23:24:57] [snowpack] ✔ write complete. [0.13s]
[23:24:57] [snowpack] ▶ Build Complete!
[taskcluster 2026-06-30T22:23:58.293Z] Exit Code: 0
[taskcluster 2026-06-30T22:23:58.293Z] User Time: 12.945ms
[taskcluster 2026-06-30T22:23:58.293Z] Kernel Time: 10.591ms
[taskcluster 2026-06-30T22:23:58.293Z] Wall Time: 30.777115338s
[taskcluster 2026-06-30T22:23:58.293Z] Average Available System Memory: 6.44 GiB
[taskcluster 2026-06-30T22:23:58.293Z] Average System Memory Used: 1.31 GiB
[taskcluster 2026-06-30T22:23:58.293Z] Peak System Memory Used: 2.00 GiB
[taskcluster 2026-06-30T22:23:58.293Z] Total System Memory: 7.75 GiB
[taskcluster 2026-06-30T22:23:58.293Z] Result: SUCCEEDED
[taskcluster 2026-06-30T22:23:58.293Z] === Task Finished ===
[taskcluster 2026-06-30T22:23:58.293Z] Task Duration: 30.778057139s