Test repair agent Part 2: update the pulse listener - #6421
Merged
Community-TC Integration / bugbug docker build
succeeded
Jul 31, 2026 in 9m 53s
Community-TC (pull_request)
bugbug docker build
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2026-07-31T17:40:05.182Z
Resolved: 2026-07-31T17:49:57.756Z
Task Execution Time: 9 minutes, 52 seconds, 574 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: Bqx47DYyRpeocoY-RJn9rQ
RunId: 0
Artifacts
- public/bugbug/bugbug-base.tar.zst
- public/bugbug/bugbug-commit-retrieval.tar.zst
- public/bugbug/bugbug-http-service-bg-worker.tar.zst
- public/bugbug/bugbug-http-service.tar.zst
- public/bugbug/bugbug-spawn-pipeline.tar.zst
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2026-07-31T17:40:05.282Z] Worker Type (proj-bugbug/ci) settings:
[taskcluster 2026-07-31T17:40:05.282Z] {
[taskcluster 2026-07-31T17:40:05.282Z] "generic-worker": {
[taskcluster 2026-07-31T17:40:05.282Z] "config": {
[taskcluster 2026-07-31T17:40:05.282Z] "capacity": 1,
[taskcluster 2026-07-31T17:40:05.282Z] "headlessTasks": false
[taskcluster 2026-07-31T17:40:05.282Z] },
[taskcluster 2026-07-31T17:40:05.282Z] "engine": "multiuser",
[taskcluster 2026-07-31T17:40:05.282Z] "go-arch": "amd64",
[taskcluster 2026-07-31T17:40:05.282Z] "go-os": "linux",
[taskcluster 2026-07-31T17:40:05.282Z] "go-version": "go1.26.2",
[taskcluster 2026-07-31T17:40:05.282Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v100.0.1",
[taskcluster 2026-07-31T17:40:05.282Z] "revision": "fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-07-31T17:40:05.282Z] "source": "https://github.com/taskcluster/taskcluster/commits/fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-07-31T17:40:05.282Z] "version": "100.0.1"
[taskcluster 2026-07-31T17:40:05.282Z] },
[taskcluster 2026-07-31T17:40:05.282Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-bngpghpfficdxtlhnusi",
[taskcluster 2026-07-31T17:40:05.282Z] "instance-id": "59335379953738627",
[taskcluster 2026-07-31T17:40:05.282Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-07-31T17:40:05.282Z] "local-ipv4": "10.142.0.111",
...(1228 lines hidden)...
INFO:taskboot.build:Will produce image registry.hub.docker.com/mozilla/bugbug-http-service:latest
INFO:taskboot.docker:Building docker image /code/http_service/Dockerfile
INFO:taskboot.docker:Running docker command: ['build', '--file', '/code/http_service/Dockerfile', '--tag', 'registry.hub.docker.com/mozilla/bugbug-http-service:latest', '--build-arg', 'CHECK_MODELS=0', '/code']
STEP 1/4: FROM registry.hub.docker.com/mozilla/bugbug-base@sha256:b5361714438c9d57e51efefcfc661bb8abed8c8fcbb6b5caf0c13ce576d0b927
STEP 2/4: RUN --mount=type=bind,source=pyproject.toml,target=/tmp/workspace/pyproject.toml --mount=type=bind,source=uv.lock,target=/tmp/workspace/uv.lock --mount=type=bind,source=VERSION,target=/tmp/workspace/VERSION cd /tmp/workspace && uv sync --frozen --no-dev --package bugbug-http-service --no-install-workspace
Downloading flask-apispec (2.2MiB)
Downloaded flask-apispec
Prepared 17 packages in 323ms
Uninstalled 1 package in 49ms
Installed 17 packages in 78ms
+ apispec==6.10.0
+ apispec-webframeworks==1.2.0
+ blinker==1.9.0
- bugbug==0.0.638 (from file:///tmp/bugbug)
+ cerberus==1.3.8
+ croniter==6.2.2
+ flask==3.1.3
+ flask-apispec==0.11.4
+ flask-cors==6.0.5
+ gunicorn==25.1.0
+ itsdangerous==2.2.0
+ kombu==5.6.2
+ marshmallow==4.3.0
+ redis==8.0.0
+ redis-sentinel-url==1.0.1
+ rq==2.7.0
+ rq-dashboard==0.8.7
+ webargs==8.7.1
--> 1ad1d49ff66c
STEP 3/4: RUN --mount=type=bind,target=/tmp/workspace,rw cd /tmp/workspace && uv sync --locked --no-dev --package bugbug-http-service --no-editable
Resolved 389 packages in 6ms
Building bugbug-http-service @ file:///tmp/workspace/http_service
Building bugbug @ file:///tmp/workspace
Built bugbug-http-service @ file:///tmp/workspace/http_service
Built bugbug @ file:///tmp/workspace
Prepared 2 packages in 641ms
Installed 2 packages in 35ms
+ bugbug==0.0.638 (from file:///tmp/workspace)
+ bugbug-http-service==0.0.638 (from file:///tmp/workspace/http_service)
--> dcb4dc106ae0
STEP 4/4: CMD (bugbug-http-pulse-listener &) && gunicorn -b 0.0.0.0:$PORT bugbug_http.app --preload --timeout 30 -w 3
COMMIT registry.hub.docker.com/mozilla/bugbug-http-service:latest
--> 0eb8efb7b70b
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service:latest
0eb8efb7b70bba34bedc291135845ba07c0ecc5ade6beccebc68c3608c54bce0
INFO:taskboot.docker:Built image registry.hub.docker.com/mozilla/bugbug-http-service:latest
INFO:taskboot.docker:Saving image with tags registry.hub.docker.com/mozilla/bugbug-http-service:latest to /images/bugbug-http-service.tar
Writing manifest to image destination
Storing signatures
Read: 0 B / 1.99 GiB ==> 0%
Read: 37.0 MiB / 1.99 GiB ==> 32%
Read: 72.5 MiB / 1.99 GiB ==> 33%
Read: 111 MiB / 1.99 GiB ==> 32%
Read: 144 MiB / 1.99 GiB ==> 33%
Read: 175 MiB / 1.99 GiB ==> 33%
Read: 224 MiB / 1.99 GiB ==> 37%
Read: 258 MiB / 1.99 GiB ==> 37%
Read: 289 MiB / 1.99 GiB ==> 38%
Read: 330 MiB / 1.99 GiB ==> 36%
Read: 370 MiB / 1.99 GiB ==> 35%
Read: 418 MiB / 1.99 GiB ==> 33%
Read: 460 MiB / 1.99 GiB ==> 32%
Read: 496 MiB / 1.99 GiB ==> 32%
Read: 534 MiB / 1.99 GiB ==> 31%
Read: 570 MiB / 1.99 GiB ==> 31%
Read: 616 MiB / 1.99 GiB ==> 30%
Read: 645 MiB / 1.99 GiB ==> 31%
Read: 672 MiB / 1.99 GiB ==> 32%
Read: 697 MiB / 1.99 GiB ==> 32%
Read: 746 MiB / 1.99 GiB ==> 31%
Read: 784 MiB / 1.99 GiB ==> 31%
Read: 817 MiB / 1.99 GiB ==> 31%
Read: 852 MiB / 1.99 GiB ==> 31%
Read: 892 MiB / 1.99 GiB ==> 31%
Read: 928 MiB / 1.99 GiB ==> 31%
Read: 960 MiB / 1.99 GiB ==> 32%
Read: 996 MiB / 1.99 GiB ==> 33%
Read: 1.01 GiB / 1.99 GiB ==> 35%
Read: 1.04 GiB / 1.99 GiB ==> 36%
Read: 1.08 GiB / 1.99 GiB ==> 37%
Read: 1.11 GiB / 1.99 GiB ==> 38%
Read: 1.14 GiB / 1.99 GiB ==> 39%
Read: 1.17 GiB / 1.99 GiB ==> 39%
Read: 1.21 GiB / 1.99 GiB ==> 40%
Read: 1.24 GiB / 1.99 GiB ==> 40%
Read: 1.29 GiB / 1.99 GiB ==> 40%
Read: 1.32 GiB / 1.99 GiB ==> 40%
Read: 1.35 GiB / 1.99 GiB ==> 39%
Read: 1.39 GiB / 1.99 GiB ==> 39%
Read: 1.43 GiB / 1.99 GiB ==> 39%
Read: 1.47 GiB / 1.99 GiB ==> 39%
Read: 1.51 GiB / 1.99 GiB ==> 38%
Read: 1.55 GiB / 1.99 GiB ==> 38%
Read: 1.58 GiB / 1.99 GiB ==> 38%
Read: 1.62 GiB / 1.99 GiB ==> 38%
Read: 1.66 GiB / 1.99 GiB ==> 37%
Read: 1.70 GiB / 1.99 GiB ==> 37%
Read: 1.73 GiB / 1.99 GiB ==> 37%
Read: 1.76 GiB / 1.99 GiB ==> 37%
Read: 1.79 GiB / 1.99 GiB ==> 38%
Read: 1.81 GiB / 1.99 GiB ==> 38%
Read: 1.84 GiB / 1.99 GiB ==> 39%
Read: 1.87 GiB / 1.99 GiB ==> 39%
Read: 1.92 GiB / 1.99 GiB ==> 39%
Read: 1.97 GiB / 1.99 GiB ==> 38%
/images/bugbug-http-service.tar : 37.93% ( 1.99 GiB => 774 MiB, /images/bugbug-http-service.tar.zst)
INFO:taskboot.build:Building image for service bugbug-http-service-bg-worker
INFO:taskboot.docker:Initial parent images: mozilla/bugbug-commit-retrieval:latest
INFO:taskboot.docker:Replacing image mozilla/bugbug-commit-retrieval:latest by registry.hub.docker.com/mozilla/bugbug-commit-retrieval@sha256:541948391082703f9e312fc4970917b33a8e542aab0161479aae17ab2c36c526
INFO:taskboot.build:Will produce image registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
INFO:taskboot.docker:Building docker image /code/http_service/Dockerfile.bg_worker
INFO:taskboot.docker:Running docker command: ['build', '--file', '/code/http_service/Dockerfile.bg_worker', '--tag', 'registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest', '--build-arg', 'CHECK_MODELS=0', '/code']
WARN[0000] missing "TAG" build argument. Try adding "--build-arg TAG=<VALUE>" to the command line
STEP 1/12: FROM registry.hub.docker.com/mozilla/bugbug-commit-retrieval@sha256:541948391082703f9e312fc4970917b33a8e542aab0161479aae17ab2c36c526
STEP 2/12: RUN --mount=type=bind,source=pyproject.toml,target=/tmp/workspace/pyproject.toml --mount=type=bind,source=uv.lock,target=/tmp/workspace/uv.lock --mount=type=bind,source=VERSION,target=/tmp/workspace/VERSION cd /tmp/workspace && uv sync --frozen --no-dev --package bugbug-http-service --no-install-workspace
Downloading flask-apispec (2.2MiB)
Downloaded flask-apispec
Prepared 17 packages in 336ms
Uninstalled 1 package in 47ms
Installed 17 packages in 80ms
+ apispec==6.10.0
+ apispec-webframeworks==1.2.0
+ blinker==1.9.0
- bugbug==0.0.638 (from file:///tmp/bugbug)
+ cerberus==1.3.8
+ croniter==6.2.2
+ flask==3.1.3
+ flask-apispec==0.11.4
+ flask-cors==6.0.5
+ gunicorn==25.1.0
+ itsdangerous==2.2.0
+ kombu==5.6.2
+ marshmallow==4.3.0
+ redis==8.0.0
+ redis-sentinel-url==1.0.1
+ rq==2.7.0
+ rq-dashboard==0.8.7
+ webargs==8.7.1
--> db5c5d1cd831
STEP 3/12: RUN --mount=type=bind,target=/tmp/workspace,rw cd /tmp/workspace && uv sync --locked --no-dev --package bugbug-http-service --no-editable
Resolved 389 packages in 5ms
Building bugbug-http-service @ file:///tmp/workspace/http_service
Building bugbug @ file:///tmp/workspace
Built bugbug-http-service @ file:///tmp/workspace/http_service
Built bugbug @ file:///tmp/workspace
Prepared 2 packages in 642ms
Installed 2 packages in 36ms
+ bugbug==0.0.638 (from file:///tmp/workspace)
+ bugbug-http-service==0.0.638 (from file:///tmp/workspace/http_service)
--> 52a1aa93ba2e
STEP 4/12: COPY http_service/ensure_models.sh /code/http_service/ensure_models.sh
--> f4b2e1002e77
STEP 5/12: WORKDIR /code/
--> 2b857219d5c2
STEP 6/12: ARG CHECK_MODELS
--> 5be1ada959c5
STEP 7/12: ENV CHECK_MODELS="${CHECK_MODELS}"
--> cd17c2978cb8
STEP 8/12: ARG TAG
--> bf4af29e8d5e
STEP 9/12: ENV TAG="${TAG}"
--> f7045f763dff
STEP 10/12: ENV BUGBUG_REPO_DIR=/code/bugbug-hg
--> 2d14b85bf5d6
STEP 11/12: RUN bash /code/http_service/ensure_models.sh
+ '[' 0 == 0 ']'
+ echo 'Skipping downloading and checking models!'
+ exit 0
Skipping downloading and checking models!
--> 266a0ab7cba6
STEP 12/12: CMD bugbug-http-worker high default low
COMMIT registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
--> 99e81000c06d
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
99e81000c06d8d5c5ab1360f38f989574cfcfaf52621771d86cece29fe9521da
INFO:taskboot.docker:Built image registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
INFO:taskboot.docker:Saving image with tags registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest to /images/bugbug-http-service-bg-worker.tar
Writing manifest to image destination
Storing signatures
Read: 0 B / 2.13 GiB ==> 0%
Read: 37.0 MiB / 2.13 GiB ==> 32%
Read: 71.5 MiB / 2.13 GiB ==> 33%
Read: 110 MiB / 2.13 GiB ==> 32%
Read: 144 MiB / 2.13 GiB ==> 33%
Read: 176 MiB / 2.13 GiB ==> 33%
Read: 224 MiB / 2.13 GiB ==> 37%
Read: 258 MiB / 2.13 GiB ==> 37%
Read: 288 MiB / 2.13 GiB ==> 38%
Read: 329 MiB / 2.13 GiB ==> 36%
Read: 368 MiB / 2.13 GiB ==> 35%
Read: 415 MiB / 2.13 GiB ==> 33%
Read: 458 MiB / 2.13 GiB ==> 32%
Read: 489 MiB / 2.13 GiB ==> 32%
Read: 530 MiB / 2.13 GiB ==> 31%
Read: 564 MiB / 2.13 GiB ==> 32%
Read: 608 MiB / 2.13 GiB ==> 31%
Read: 640 MiB / 2.13 GiB ==> 31%
Read: 666 MiB / 2.13 GiB ==> 31%
Read: 692 MiB / 2.13 GiB ==> 32%
Read: 740 MiB / 2.13 GiB ==> 31%
Read: 779 MiB / 2.13 GiB ==> 31%
Read: 812 MiB / 2.13 GiB ==> 31%
Read: 846 MiB / 2.13 GiB ==> 31%
Read: 884 MiB / 2.13 GiB ==> 31%
Read: 922 MiB / 2.13 GiB ==> 31%
Read: 954 MiB / 2.13 GiB ==> 32%
Read: 988 MiB / 2.13 GiB ==> 33%
Read: 1023 MiB / 2.13 GiB ==> 35%
Read: 1.03 GiB / 2.13 GiB ==> 36%
Read: 1.07 GiB / 2.13 GiB ==> 37%
Read: 1.11 GiB / 2.13 GiB ==> 37%
Read: 1.14 GiB / 2.13 GiB ==> 38%
Read: 1.17 GiB / 2.13 GiB ==> 39%
Read: 1.20 GiB / 2.13 GiB ==> 40%
Read: 1.23 GiB / 2.13 GiB ==> 40%
Read: 1.27 GiB / 2.13 GiB ==> 40%
Read: 1.31 GiB / 2.13 GiB ==> 40%
Read: 1.34 GiB / 2.13 GiB ==> 39%
Read: 1.38 GiB / 2.13 GiB ==> 39%
Read: 1.42 GiB / 2.13 GiB ==> 39%
Read: 1.45 GiB / 2.13 GiB ==> 39%
Read: 1.49 GiB / 2.13 GiB ==> 38%
Read: 1.53 GiB / 2.13 GiB ==> 38%
Read: 1.57 GiB / 2.13 GiB ==> 38%
Read: 1.60 GiB / 2.13 GiB ==> 38%
Read: 1.64 GiB / 2.13 GiB ==> 37%
Read: 1.68 GiB / 2.13 GiB ==> 37%
Read: 1.72 GiB / 2.13 GiB ==> 37%
Read: 1.75 GiB / 2.13 GiB ==> 37%
Read: 1.78 GiB / 2.13 GiB ==> 38%
Read: 1.80 GiB / 2.13 GiB ==> 38%
Read: 1.83 GiB / 2.13 GiB ==> 39%
Read: 1.86 GiB / 2.13 GiB ==> 39%
Read: 1.90 GiB / 2.13 GiB ==> 39%
Read: 1.94 GiB / 2.13 GiB ==> 38%
Read: 1.99 GiB / 2.13 GiB ==> 38%
Read: 2.02 GiB / 2.13 GiB ==> 38%
Read: 2.04 GiB / 2.13 GiB ==> 38%
Read: 2.08 GiB / 2.13 GiB ==> 38%
Read: 2.12 GiB / 2.13 GiB ==> 38%
/images/bugbug-http-service-bg-worker.tar : 37.54% ( 2.13 GiB => 818 MiB, /images/bugbug-http-service-bg-worker.tar.zst)
INFO:taskboot.build:Building image for service bugbug-spawn-pipeline
INFO:taskboot.docker:Initial parent images: python:3.14.6-slim
INFO:taskboot.build:Will produce image registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
INFO:taskboot.docker:Building docker image /code/infra/dockerfile.spawn_pipeline
INFO:taskboot.docker:Running docker command: ['build', '--file', '/code/infra/dockerfile.spawn_pipeline', '--tag', 'registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest', '--build-arg', 'CHECK_MODELS=0', '/code']
STEP 1/9: FROM python:3.14.6-slim
STEP 2/9: COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
--> Using cache 3d6123d54e0337e81b1c6eaa6532bc3581e60991cd52908409514e5cda8cd38b
--> 3d6123d54e03
STEP 3/9: ENV PATH="/opt/venv/bin:$PATH"
--> Using cache a19a357e19ee5b65fbec9cda854fec6b49325d8f1110db6e388ead49cf5389cd
--> a19a357e19ee
STEP 4/9: ENV VIRTUAL_ENV="/opt/venv"
--> Using cache ef4b323f22e55c486c2e1dcdc96e92692d9240cca470b537f54b3ec739e37531
--> ef4b323f22e5
STEP 5/9: ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
--> Using cache 74cf78d13f20d98a401deb4c85b7da7566b4f36ac6714c3385d86313829ff98a
--> 74cf78d13f20
STEP 6/9: RUN --mount=type=bind,source=pyproject.toml,target=/tmp/bugbug/pyproject.toml --mount=type=bind,source=uv.lock,target=/tmp/bugbug/uv.lock --mount=type=bind,source=VERSION,target=/tmp/bugbug/VERSION cd /tmp/bugbug && uv sync --frozen --package bugbug --no-dev --only-group spawn-pipeline --no-install-workspace
Using CPython 3.14.6 interpreter at: /usr/local/bin/python3
Creating virtual environment at: /opt/venv
Downloading aiohttp (1.7MiB)
Downloaded aiohttp
Prepared 22 packages in 351ms
Installed 22 packages in 71ms
+ aiohappyeyeballs==2.6.2
+ aiohttp==3.14.1
+ aiosignal==1.4.0
+ async-timeout==5.0.1
+ attrs==26.1.0
+ certifi==2026.5.20
+ charset-normalizer==3.4.7
+ frozenlist==1.8.0
+ idna==3.17
+ json-e==4.8.2
+ mohawk==1.1.0
+ multidict==6.7.1
+ propcache==0.5.2
+ python-dateutil==2.9.0.post0
+ pyyaml==6.0.3
+ requests==2.34.2
+ six==1.17.0
+ slugid==2.0.0
+ taskcluster==100.5.0
+ taskcluster-urls==13.0.2
+ urllib3==2.7.0
+ yarl==1.24.2
--> 6134bdfa6363
STEP 7/9: ADD infra/spawn_pipeline.py /code/
--> 2dbd09e14859
STEP 8/9: ADD infra/*-pipeline.yml /code/
--> 98724ec65c10
STEP 9/9: CMD python /code/spawn_pipeline.py
COMMIT registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
--> 65b56e6c2430
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
65b56e6c24309a48bfb55f57871c107d5b53afb463a4b408eaeebf39cc6458aa
INFO:taskboot.docker:Built image registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
INFO:taskboot.docker:Saving image with tags registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest to /images/bugbug-spawn-pipeline.tar
Writing manifest to image destination
Storing signatures
Read: 0 B / 184 MiB ==> 0%
Read: 36.5 MiB / 184 MiB ==> 32%
Read: 71.0 MiB / 184 MiB ==> 33%
Read: 110 MiB / 184 MiB ==> 32%
Read: 143 MiB / 184 MiB ==> 33%
Read: 175 MiB / 184 MiB ==> 33%
/images/bugbug-spawn-pipeline.tar : 32.53% ( 184 MiB => 59.8 MiB, /images/bugbug-spawn-pipeline.tar.zst)
INFO:taskboot.build:Compose file fully processed.
[taskcluster 2026-07-31T17:48:27.943Z] Exit Code: 0
[taskcluster 2026-07-31T17:48:27.943Z] User Time: 51.174ms
[taskcluster 2026-07-31T17:48:27.943Z] Kernel Time: 55.214ms
[taskcluster 2026-07-31T17:48:27.943Z] Wall Time: 8m3.042517488s
[taskcluster 2026-07-31T17:48:27.943Z] Average Available System Memory: 13.94 GiB
[taskcluster 2026-07-31T17:48:27.943Z] Average System Memory Used: 1.67 GiB
[taskcluster 2026-07-31T17:48:27.943Z] Peak System Memory Used: 1.94 GiB
[taskcluster 2026-07-31T17:48:27.943Z] Total System Memory: 15.61 GiB
[taskcluster 2026-07-31T17:48:27.943Z] Result: SUCCEEDED
[taskcluster 2026-07-31T17:48:27.943Z] === Task Finished ===
[taskcluster 2026-07-31T17:48:27.943Z] Task Duration: 8m3.043038575s
Loading