Fix a few errors reported on sentry#6228
Open
padenot wants to merge 8 commits into
Open
Community-TC Integration / bugbug docker build
succeeded
Jun 24, 2026 in 9m 42s
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-06-24T13:20:35.588Z
Resolved: 2026-06-24T13:30:17.592Z
Task Execution Time: 9 minutes, 42 seconds, 4 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: W6j-ALFuR--URMVJOEn-1g
RunId: 1
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-06-24T13:20:35.672Z] Worker Type (proj-bugbug/ci) settings:
[taskcluster 2026-06-24T13:20:35.672Z] {
[taskcluster 2026-06-24T13:20:35.672Z] "generic-worker": {
[taskcluster 2026-06-24T13:20:35.672Z] "config": {
[taskcluster 2026-06-24T13:20:35.672Z] "capacity": 1,
[taskcluster 2026-06-24T13:20:35.672Z] "headlessTasks": false
[taskcluster 2026-06-24T13:20:35.672Z] },
[taskcluster 2026-06-24T13:20:35.672Z] "engine": "multiuser",
[taskcluster 2026-06-24T13:20:35.672Z] "go-arch": "amd64",
[taskcluster 2026-06-24T13:20:35.672Z] "go-os": "linux",
[taskcluster 2026-06-24T13:20:35.672Z] "go-version": "go1.26.2",
[taskcluster 2026-06-24T13:20:35.672Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v100.0.1",
[taskcluster 2026-06-24T13:20:35.672Z] "revision": "fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-06-24T13:20:35.672Z] "source": "https://github.com/taskcluster/taskcluster/commits/fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-06-24T13:20:35.672Z] "version": "100.0.1"
[taskcluster 2026-06-24T13:20:35.672Z] },
[taskcluster 2026-06-24T13:20:35.672Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-bngpghpfficdxtlhnusi",
[taskcluster 2026-06-24T13:20:35.672Z] "instance-id": "6017055829593056790",
[taskcluster 2026-06-24T13:20:35.672Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-06-24T13:20:35.672Z] "local-ipv4": "10.128.0.69",
...(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:e7e6c3c0f1b3933e1ca4d7a3fc0a0fd1a5d7d78868bdf3351b81b910ab42e290
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 387ms
Uninstalled 1 package in 49ms
Installed 17 packages in 88ms
+ 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
--> bbe470485407
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 372 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 669ms
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)
--> 56eaa81efb41
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
--> 627ac07ecf4f
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service:latest
627ac07ecf4f7ae4ab2bc760f9e8bca00bbabc13f8c677f8b8229532b9337b0f
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.96 GiB ==> 0%
Read: 36.0 MiB / 1.96 GiB ==> 31%
Read: 68.0 MiB / 1.96 GiB ==> 34%
Read: 107 MiB / 1.96 GiB ==> 32%
Read: 140 MiB / 1.96 GiB ==> 33%
Read: 169 MiB / 1.96 GiB ==> 34%
Read: 217 MiB / 1.96 GiB ==> 36%
Read: 251 MiB / 1.96 GiB ==> 37%
Read: 279 MiB / 1.96 GiB ==> 38%
Read: 314 MiB / 1.96 GiB ==> 37%
Read: 350 MiB / 1.96 GiB ==> 36%
Read: 395 MiB / 1.96 GiB ==> 34%
Read: 435 MiB / 1.96 GiB ==> 33%
Read: 470 MiB / 1.96 GiB ==> 33%
Read: 506 MiB / 1.96 GiB ==> 32%
Read: 544 MiB / 1.96 GiB ==> 32%
Read: 586 MiB / 1.96 GiB ==> 31%
Read: 613 MiB / 1.96 GiB ==> 31%
Read: 639 MiB / 1.96 GiB ==> 32%
Read: 664 MiB / 1.96 GiB ==> 33%
Read: 712 MiB / 1.96 GiB ==> 32%
Read: 749 MiB / 1.96 GiB ==> 31%
Read: 782 MiB / 1.96 GiB ==> 31%
Read: 816 MiB / 1.96 GiB ==> 31%
Read: 852 MiB / 1.96 GiB ==> 31%
Read: 890 MiB / 1.96 GiB ==> 31%
Read: 918 MiB / 1.96 GiB ==> 32%
Read: 952 MiB / 1.96 GiB ==> 33%
Read: 984 MiB / 1.96 GiB ==> 35%
Read: 1016 MiB / 1.96 GiB ==> 36%
Read: 1.03 GiB / 1.96 GiB ==> 37%
Read: 1.07 GiB / 1.96 GiB ==> 38%
Read: 1.10 GiB / 1.96 GiB ==> 38%
Read: 1.12 GiB / 1.96 GiB ==> 39%
Read: 1.16 GiB / 1.96 GiB ==> 40%
Read: 1.19 GiB / 1.96 GiB ==> 40%
Read: 1.22 GiB / 1.96 GiB ==> 41%
Read: 1.26 GiB / 1.96 GiB ==> 40%
Read: 1.29 GiB / 1.96 GiB ==> 40%
Read: 1.32 GiB / 1.96 GiB ==> 40%
Read: 1.36 GiB / 1.96 GiB ==> 39%
Read: 1.40 GiB / 1.96 GiB ==> 39%
Read: 1.43 GiB / 1.96 GiB ==> 39%
Read: 1.48 GiB / 1.96 GiB ==> 38%
Read: 1.52 GiB / 1.96 GiB ==> 38%
Read: 1.55 GiB / 1.96 GiB ==> 38%
Read: 1.58 GiB / 1.96 GiB ==> 38%
Read: 1.62 GiB / 1.96 GiB ==> 38%
Read: 1.66 GiB / 1.96 GiB ==> 37%
Read: 1.69 GiB / 1.96 GiB ==> 37%
Read: 1.72 GiB / 1.96 GiB ==> 38%
Read: 1.75 GiB / 1.96 GiB ==> 38%
Read: 1.77 GiB / 1.96 GiB ==> 38%
Read: 1.80 GiB / 1.96 GiB ==> 39%
Read: 1.83 GiB / 1.96 GiB ==> 39%
Read: 1.88 GiB / 1.96 GiB ==> 39%
Read: 1.93 GiB / 1.96 GiB ==> 38%
/images/bugbug-http-service.tar : 38.14% ( 1.96 GiB => 766 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:952c89da83174d45db7e98e43946210c6c199eed1f715f3a16c94f15e80855bd
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:952c89da83174d45db7e98e43946210c6c199eed1f715f3a16c94f15e80855bd
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 388ms
Uninstalled 1 package in 51ms
Installed 17 packages in 82ms
+ 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
--> f3af99ceff08
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 372 packages in 4ms
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 665ms
Installed 2 packages in 42ms
+ bugbug==0.0.638 (from file:///tmp/workspace)
+ bugbug-http-service==0.0.638 (from file:///tmp/workspace/http_service)
--> d8f20e5f7238
STEP 4/12: COPY http_service/ensure_models.sh /code/http_service/ensure_models.sh
--> d9b334585833
STEP 5/12: WORKDIR /code/
--> 83c7cb796940
STEP 6/12: ARG CHECK_MODELS
--> e27e52a822c4
STEP 7/12: ENV CHECK_MODELS="${CHECK_MODELS}"
--> dffde109db06
STEP 8/12: ARG TAG
--> 8e6645c5b647
STEP 9/12: ENV TAG="${TAG}"
--> 50729bc7ecdb
STEP 10/12: ENV BUGBUG_REPO_DIR=/code/bugbug-hg
--> 7b026b5b3937
STEP 11/12: RUN bash /code/http_service/ensure_models.sh
Skipping downloading and checking models!
+ '[' 0 == 0 ']'
+ echo 'Skipping downloading and checking models!'
+ exit 0
--> 8ccf477b6376
STEP 12/12: CMD bugbug-http-worker high default low
COMMIT registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
--> 2f2edecc062e
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
2f2edecc062e437e2d3780ee8b9c4d80fcb424c85b75226f9a98fd247dc2cf68
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.09 GiB ==> 0%
Read: 36.5 MiB / 2.09 GiB ==> 32%
Read: 70.5 MiB / 2.09 GiB ==> 34%
Read: 108 MiB / 2.09 GiB ==> 32%
Read: 142 MiB / 2.09 GiB ==> 33%
Read: 170 MiB / 2.09 GiB ==> 34%
Read: 218 MiB / 2.09 GiB ==> 36%
Read: 252 MiB / 2.09 GiB ==> 37%
Read: 280 MiB / 2.09 GiB ==> 38%
Read: 316 MiB / 2.09 GiB ==> 37%
Read: 354 MiB / 2.09 GiB ==> 36%
Read: 400 MiB / 2.09 GiB ==> 34%
Read: 438 MiB / 2.09 GiB ==> 33%
Read: 474 MiB / 2.09 GiB ==> 32%
Read: 508 MiB / 2.09 GiB ==> 32%
Read: 546 MiB / 2.09 GiB ==> 32%
Read: 589 MiB / 2.09 GiB ==> 31%
Read: 614 MiB / 2.09 GiB ==> 31%
Read: 640 MiB / 2.09 GiB ==> 32%
Read: 666 MiB / 2.09 GiB ==> 33%
Read: 714 MiB / 2.09 GiB ==> 32%
Read: 752 MiB / 2.09 GiB ==> 31%
Read: 784 MiB / 2.09 GiB ==> 31%
Read: 818 MiB / 2.09 GiB ==> 31%
Read: 856 MiB / 2.09 GiB ==> 31%
Read: 892 MiB / 2.09 GiB ==> 31%
Read: 921 MiB / 2.09 GiB ==> 32%
Read: 956 MiB / 2.09 GiB ==> 34%
Read: 990 MiB / 2.09 GiB ==> 35%
Read: 1.000 GiB / 2.09 GiB ==> 36%
Read: 1.04 GiB / 2.09 GiB ==> 37%
Read: 1.07 GiB / 2.09 GiB ==> 38%
Read: 1.10 GiB / 2.09 GiB ==> 39%
Read: 1.13 GiB / 2.09 GiB ==> 39%
Read: 1.16 GiB / 2.09 GiB ==> 40%
Read: 1.20 GiB / 2.09 GiB ==> 40%
Read: 1.23 GiB / 2.09 GiB ==> 41%
Read: 1.27 GiB / 2.09 GiB ==> 40%
Read: 1.30 GiB / 2.09 GiB ==> 40%
Read: 1.33 GiB / 2.09 GiB ==> 40%
Read: 1.37 GiB / 2.09 GiB ==> 39%
Read: 1.41 GiB / 2.09 GiB ==> 39%
Read: 1.44 GiB / 2.09 GiB ==> 39%
Read: 1.48 GiB / 2.09 GiB ==> 39%
Read: 1.52 GiB / 2.09 GiB ==> 38%
Read: 1.55 GiB / 2.09 GiB ==> 38%
Read: 1.59 GiB / 2.09 GiB ==> 38%
Read: 1.63 GiB / 2.09 GiB ==> 37%
Read: 1.67 GiB / 2.09 GiB ==> 37%
Read: 1.70 GiB / 2.09 GiB ==> 37%
Read: 1.73 GiB / 2.09 GiB ==> 38%
Read: 1.75 GiB / 2.09 GiB ==> 38%
Read: 1.78 GiB / 2.09 GiB ==> 39%
Read: 1.81 GiB / 2.09 GiB ==> 39%
Read: 1.84 GiB / 2.09 GiB ==> 39%
Read: 1.88 GiB / 2.09 GiB ==> 39%
Read: 1.93 GiB / 2.09 GiB ==> 38%
Read: 1.96 GiB / 2.09 GiB ==> 38%
Read: 1.99 GiB / 2.09 GiB ==> 38%
Read: 2.02 GiB / 2.09 GiB ==> 38%
Read: 2.06 GiB / 2.09 GiB ==> 38%
Read: 2.09 GiB / 2.09 GiB ==> 38%
/images/bugbug-http-service-bg-worker.tar : 37.73% ( 2.09 GiB => 809 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 12ee6172d734a075707bef67d59045dfb77daab59d73df41e466d279fa07ce1c
--> 12ee6172d734
STEP 3/9: ENV PATH="/opt/venv/bin:$PATH"
--> Using cache 10e5490838576a3f2952595fb99a785351c048a9c4d0f41a41f0cc705f67737d
--> 10e549083857
STEP 4/9: ENV VIRTUAL_ENV="/opt/venv"
--> Using cache 39b7012c8ce7fdb51f5a1bfb4b995fc956981021c7c1a8c334260c2f35c82932
--> 39b7012c8ce7
STEP 5/9: ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
--> Using cache 33a1c06adb3a9ad5ba0378aa4d496c75002db7b68e88f5c7abc9c6b6da02b16f
--> 33a1c06adb3a
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 325ms
Installed 22 packages in 104ms
+ 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.3.0
+ taskcluster-urls==13.0.2
+ urllib3==2.7.0
+ yarl==1.24.2
--> 66a227bbffe2
STEP 7/9: ADD infra/spawn_pipeline.py /code/
--> 984eac43fba2
STEP 8/9: ADD infra/*-pipeline.yml /code/
--> e58281d78c98
STEP 9/9: CMD python /code/spawn_pipeline.py
COMMIT registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
--> c36585616f9f
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
c36585616f9f69f421d7402fd7a7668dda18c859e2128fc11722fd7f93ce3c3a
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 / 190 MiB ==> 0%
Read: 34.5 MiB / 190 MiB ==> 31%
Read: 65.0 MiB / 190 MiB ==> 34%
Read: 104 MiB / 190 MiB ==> 32%
Read: 136 MiB / 190 MiB ==> 33%
Read: 164 MiB / 190 MiB ==> 34%
/images/bugbug-spawn-pipeline.tar : 33.04% ( 190 MiB => 62.7 MiB, /images/bugbug-spawn-pipeline.tar.zst)
INFO:taskboot.build:Compose file fully processed.
[taskcluster 2026-06-24T13:29:06.152Z] Exit Code: 0
[taskcluster 2026-06-24T13:29:06.152Z] User Time: 53.996ms
[taskcluster 2026-06-24T13:29:06.152Z] Kernel Time: 57.517ms
[taskcluster 2026-06-24T13:29:06.152Z] Wall Time: 8m10.033254719s
[taskcluster 2026-06-24T13:29:06.152Z] Average Available System Memory: 13.92 GiB
[taskcluster 2026-06-24T13:29:06.152Z] Average System Memory Used: 1.69 GiB
[taskcluster 2026-06-24T13:29:06.152Z] Peak System Memory Used: 1.98 GiB
[taskcluster 2026-06-24T13:29:06.152Z] Total System Memory: 15.61 GiB
[taskcluster 2026-06-24T13:29:06.152Z] Result: SUCCEEDED
[taskcluster 2026-06-24T13:29:06.153Z] === Task Finished ===
[taskcluster 2026-06-24T13:29:06.153Z] Task Duration: 8m10.03393268s
Loading