Skip to content

Bump https://github.com/pre-commit/mirrors-mypy from v1.20.2 to 2.1.0

b0b4f8d
Select commit
Loading
Failed to load commit list.
Open

Bump https://github.com/pre-commit/mirrors-mypy from v1.20.2 to 2.1.0 #6043

Bump https://github.com/pre-commit/mirrors-mypy from v1.20.2 to 2.1.0
b0b4f8d
Select commit
Loading
Failed to load commit list.
Community-TC Integration / bugbug docker build succeeded May 19, 2026 in 20m 55s

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-05-19T14:34:59.874Z
Resolved: 2026-05-19T14:52:35.691Z
Task Execution Time: 17 minutes, 35 seconds, 817 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: FEomZxmqS4KyEhOhLtwMww
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-05-19T14:34:59.958Z] Worker Type (proj-bugbug/ci) settings:
[taskcluster 2026-05-19T14:34:59.958Z]   {
[taskcluster 2026-05-19T14:34:59.958Z]     "generic-worker": {
[taskcluster 2026-05-19T14:34:59.958Z]       "config": {
[taskcluster 2026-05-19T14:34:59.958Z]         "capacity": 1,
[taskcluster 2026-05-19T14:34:59.958Z]         "headlessTasks": false
[taskcluster 2026-05-19T14:34:59.958Z]       },
[taskcluster 2026-05-19T14:34:59.958Z]       "engine": "multiuser",
[taskcluster 2026-05-19T14:34:59.958Z]       "go-arch": "amd64",
[taskcluster 2026-05-19T14:34:59.958Z]       "go-os": "linux",
[taskcluster 2026-05-19T14:34:59.958Z]       "go-version": "go1.26.2",
[taskcluster 2026-05-19T14:34:59.958Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v100.0.1",
[taskcluster 2026-05-19T14:34:59.958Z]       "revision": "fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-05-19T14:34:59.958Z]       "source": "https://github.com/taskcluster/taskcluster/commits/fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-05-19T14:34:59.958Z]       "version": "100.0.1"
[taskcluster 2026-05-19T14:34:59.958Z]     },
[taskcluster 2026-05-19T14:34:59.958Z]     "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-bngpghpfficdxtlhnusi",
[taskcluster 2026-05-19T14:34:59.958Z]     "instance-id": "3319769256209533589",
[taskcluster 2026-05-19T14:34:59.958Z]     "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-05-19T14:34:59.958Z]     "local-ipv4": "10.128.0.146",

...(1266 lines hidden)...

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 	--mount=type=bind,source=http_service/pyproject.toml,target=/tmp/workspace/http_service/pyproject.toml 	cd /tmp/workspace && uv sync --frozen --no-dev --package bugbug-http-service --no-install-project
   Building bugbug @ file:///tmp/workspace
Downloading flask-apispec (2.2MiB)
 Downloaded flask-apispec
      Built bugbug @ file:///tmp/workspace
Prepared 17 packages in 978ms
Uninstalled 1 package in 88ms
Installed 17 packages in 128ms
 + apispec==6.10.0
 + apispec-webframeworks==1.2.0
 + blinker==1.9.0
 - bugbug==0.0.634 (from file:///tmp/bugbug)
 + bugbug==0.0.634 (from file:///tmp/workspace)
 + cerberus==1.3.8
 + croniter==6.2.2
 + flask==3.1.3
 + flask-apispec==0.11.4
 + flask-cors==6.0.2
 + gunicorn==25.1.0
 + itsdangerous==2.2.0
 + kombu==5.6.2
 + redis==7.4.0
 + redis-sentinel-url==1.0.1
 + rq==2.7.0
 + rq-dashboard==0.8.6
 + webargs==8.7.1
--> 0a5411623d90
STEP 3/4: RUN --mount=type=bind,target=/tmp/workspace,rw 	cd /tmp/workspace && uv sync --frozen --no-dev --package bugbug-http-service --no-editable
   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 1.13s
Uninstalled 1 package in 15ms
Installed 2 packages in 56ms
 ~ bugbug==0.0.634 (from file:///tmp/workspace)
 + bugbug-http-service==0.0.634 (from file:///tmp/workspace/http_service)
--> a02f79dddc98
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
--> 097fb321b609
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service:latest
097fb321b6097813c6a9d1fcd92a90176e95454b53af9cd3788413f811a08ea1
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 /  2.28 GiB ==>  0%
                                                                               
Read:  22.5 MiB /  2.28 GiB ==> 32%
                                                                               
Read:  47.5 MiB /  2.28 GiB ==> 34%
                                                                               
Read:  72.5 MiB /  2.28 GiB ==> 33%
                                                                               
Read:  99.5 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   124 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   144 MiB /  2.28 GiB ==> 33%
                                                                               
Read:   164 MiB /  2.28 GiB ==> 34%
                                                                               
Read:   187 MiB /  2.28 GiB ==> 33%
                                                                               
Read:   224 MiB /  2.28 GiB ==> 36%
                                                                               
Read:   246 MiB /  2.28 GiB ==> 36%
                                                                               
Read:   270 MiB /  2.28 GiB ==> 36%
                                                                               
Read:   293 MiB /  2.28 GiB ==> 36%
                                                                               
Read:   314 MiB /  2.28 GiB ==> 36%
                                                                               
Read:   336 MiB /  2.28 GiB ==> 35%
                                                                               
Read:   364 MiB /  2.28 GiB ==> 35%
                                                                               
Read:   397 MiB /  2.28 GiB ==> 33%
                                                                               
Read:   428 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   450 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   477 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   500 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   526 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   558 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   588 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   612 MiB /  2.28 GiB ==> 30%
                                                                               
Read:   630 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   640 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   658 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   677 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   714 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   744 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   770 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   794 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   818 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   846 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   872 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   898 MiB /  2.28 GiB ==> 30%
                                                                               
Read:   920 MiB /  2.28 GiB ==> 31%
                                                                               
Read:   942 MiB /  2.28 GiB ==> 32%
                                                                               
Read:   964 MiB /  2.28 GiB ==> 33%
                                                                               
Read:   988 MiB /  2.28 GiB ==> 34%
                                                                               
Read:  1010 MiB /  2.28 GiB ==> 35%
                                                                               
Read:  1.01 GiB /  2.28 GiB ==> 36%
                                                                               
Read:  1.04 GiB /  2.28 GiB ==> 36%
                                                                               
Read:  1.06 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.08 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.10 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.12 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.14 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.16 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.19 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.21 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.23 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.27 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.29 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.31 GiB /  2.28 GiB ==> 40%
                                                                               
Read:  1.33 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.36 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.39 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.41 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.44 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.47 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.49 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.52 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.54 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.57 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.60 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.62 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.65 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.68 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.70 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.73 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.76 GiB /  2.28 GiB ==> 36%
                                                                               
Read:  1.78 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.80 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.81 GiB /  2.28 GiB ==> 37%
                                                                               
Read:  1.83 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.85 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.87 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.89 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.91 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  1.94 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  1.97 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.00 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.02 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.04 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.11 GiB /  2.28 GiB ==> 39%
                                                                               
Read:  2.16 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.18 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.20 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.23 GiB /  2.28 GiB ==> 38%
                                                                               
Read:  2.26 GiB /  2.28 GiB ==> 38%
                                                                               
/images/bugbug-http-service.tar : 37.48%   (  2.28 GiB =>    875 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:7fdf0219d992b056b8bd1187894505b0e2fcd5adc4e7931e9e74ad6cd090f5d5
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:7fdf0219d992b056b8bd1187894505b0e2fcd5adc4e7931e9e74ad6cd090f5d5
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 	--mount=type=bind,source=http_service/pyproject.toml,target=/tmp/workspace/http_service/pyproject.toml 	cd /tmp/workspace && uv sync --frozen --no-dev --package bugbug-http-service --no-install-project
   Building bugbug @ file:///tmp/workspace
Downloading flask-apispec (2.2MiB)
 Downloaded flask-apispec
      Built bugbug @ file:///tmp/workspace
Prepared 17 packages in 959ms
Uninstalled 1 package in 91ms
Installed 17 packages in 128ms
 + apispec==6.10.0
 + apispec-webframeworks==1.2.0
 + blinker==1.9.0
 - bugbug==0.0.634 (from file:///tmp/bugbug)
 + bugbug==0.0.634 (from file:///tmp/workspace)
 + cerberus==1.3.8
 + croniter==6.2.2
 + flask==3.1.3
 + flask-apispec==0.11.4
 + flask-cors==6.0.2
 + gunicorn==25.1.0
 + itsdangerous==2.2.0
 + kombu==5.6.2
 + redis==7.4.0
 + redis-sentinel-url==1.0.1
 + rq==2.7.0
 + rq-dashboard==0.8.6
 + webargs==8.7.1
--> e5be34e08b04
STEP 3/12: RUN --mount=type=bind,target=/tmp/workspace,rw 	cd /tmp/workspace && uv sync --frozen --no-dev --package bugbug-http-service --no-editable
   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 1.05s
Uninstalled 1 package in 17ms
Installed 2 packages in 57ms
 ~ bugbug==0.0.634 (from file:///tmp/workspace)
 + bugbug-http-service==0.0.634 (from file:///tmp/workspace/http_service)
--> 254ca95d168f
STEP 4/12: COPY http_service/ensure_models.sh /code/http_service/ensure_models.sh
--> 200f2dba44af
STEP 5/12: WORKDIR /code/
--> 3a3c253c16b2
STEP 6/12: ARG CHECK_MODELS
--> d176609fa2e2
STEP 7/12: ENV CHECK_MODELS="${CHECK_MODELS}"
--> 9958b9879695
STEP 8/12: ARG TAG
--> 4b69d8d30e71
STEP 9/12: ENV TAG="${TAG}"
--> 247145efa376
STEP 10/12: ENV BUGBUG_REPO_DIR=/code/bugbug-hg
--> c66ec11b02a4
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!
--> 9d431a9ac93a
STEP 12/12: CMD bugbug-http-worker high default low
COMMIT registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
--> b5e8b6a75776
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
b5e8b6a75776ad08feb19e2e3d596d767bbb4567c4007297a9502dcef51b43bb
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.41 GiB ==>  0%
                                                                               
Read:  23.5 MiB /  2.41 GiB ==> 31%
                                                                               
Read:  48.5 MiB /  2.41 GiB ==> 34%
                                                                               
Read:  75.5 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   102 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   128 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   148 MiB /  2.41 GiB ==> 33%
                                                                               
Read:   170 MiB /  2.41 GiB ==> 34%
                                                                               
Read:   196 MiB /  2.41 GiB ==> 33%
                                                                               
Read:   231 MiB /  2.41 GiB ==> 36%
                                                                               
Read:   255 MiB /  2.41 GiB ==> 36%
                                                                               
Read:   280 MiB /  2.41 GiB ==> 36%
                                                                               
Read:   300 MiB /  2.41 GiB ==> 36%
                                                                               
Read:   323 MiB /  2.41 GiB ==> 36%
                                                                               
Read:   349 MiB /  2.41 GiB ==> 35%
                                                                               
Read:   378 MiB /  2.41 GiB ==> 34%
                                                                               
Read:   412 MiB /  2.41 GiB ==> 33%
                                                                               
Read:   438 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   465 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   492 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   514 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   544 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   574 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   604 MiB /  2.41 GiB ==> 30%
                                                                               
Read:   623 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   642 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   660 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   679 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   716 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   747 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   770 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   794 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   817 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   844 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   872 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   898 MiB /  2.41 GiB ==> 30%
                                                                               
Read:   920 MiB /  2.41 GiB ==> 31%
                                                                               
Read:   942 MiB /  2.41 GiB ==> 32%
                                                                               
Read:   963 MiB /  2.41 GiB ==> 33%
                                                                               
Read:   986 MiB /  2.41 GiB ==> 34%
                                                                               
Read:  1007 MiB /  2.41 GiB ==> 35%
                                                                               
Read:  1.01 GiB /  2.41 GiB ==> 36%
                                                                               
Read:  1.03 GiB /  2.41 GiB ==> 36%
                                                                               
Read:  1.05 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.08 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.10 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.11 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.13 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.16 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.18 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.20 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.22 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.25 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.28 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.30 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.32 GiB /  2.41 GiB ==> 40%
                                                                               
Read:  1.35 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.37 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.40 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.42 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.45 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.48 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.51 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.53 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.56 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.59 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.61 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.64 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.66 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.69 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.71 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.74 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.76 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.78 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.80 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.82 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  1.84 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.85 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.87 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.89 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.92 GiB /  2.41 GiB ==> 39%
                                                                               
Read:  1.95 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  1.99 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.01 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.03 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.05 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.12 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.17 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.19 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.21 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.25 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.27 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.29 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.31 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.33 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.35 GiB /  2.41 GiB ==> 38%
                                                                               
Read:  2.38 GiB /  2.41 GiB ==> 37%
                                                                               
Read:  2.41 GiB /  2.41 GiB ==> 37%
                                                                               
/images/bugbug-http-service-bg-worker.tar : 37.16%   (  2.41 GiB =>    919 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.3-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.3-slim
STEP 2/9: COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
--> Using cache 9e53a03bf152777e6a45206fc2f5da7ebec20d8e0d1009b22da6b0c43c4595d5
--> 9e53a03bf152
STEP 3/9: ENV PATH="/opt/venv/bin:$PATH"
--> Using cache ced2ec492f12cf1ba3a2439fd3eb3e63e1c7ebd517f99a678e793a0ce42d85a2
--> ced2ec492f12
STEP 4/9: ENV VIRTUAL_ENV="/opt/venv"
--> Using cache c6a780b471bda45c10046e8ee3992ce25a8676f03262eb012cc4bc5fe93e903d
--> c6a780b471bd
STEP 5/9: ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
--> Using cache a8bfa2090811efaeb0543f42fc796fd9d5d8b8d85c6dec20dfc0927b7ea2dbdc
--> a8bfa2090811
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 	cd /tmp/bugbug && uv sync --frozen --package bugbug --no-dev --only-group spawn-pipeline --no-install-project
Using CPython 3.14.3 interpreter at: /usr/local/bin/python3
Creating virtual environment at: /opt/venv
Downloading aiohttp (1.7MiB)
 Downloaded aiohttp
Prepared 22 packages in 344ms
Installed 22 packages in 143ms
 + aiohappyeyeballs==2.6.1
 + aiohttp==3.13.5
 + aiosignal==1.4.0
 + async-timeout==5.0.1
 + attrs==26.1.0
 + certifi==2026.2.25
 + charset-normalizer==3.4.7
 + frozenlist==1.8.0
 + idna==3.11
 + json-e==4.8.2
 + mohawk==1.1.0
 + multidict==6.7.1
 + propcache==0.4.1
 + python-dateutil==2.9.0.post0
 + pyyaml==6.0.3
 + requests==2.33.0
 + six==1.17.0
 + slugid==2.0.0
 + taskcluster==97.1.0
 + taskcluster-urls==13.0.2
 + urllib3==2.6.3
 + yarl==1.23.0
--> 1727b92422ba
STEP 7/9: ADD infra/spawn_pipeline.py /code/
--> cecee887c4f3
STEP 8/9: ADD infra/*-pipeline.yml /code/
--> 7b2d844e5cd5
STEP 9/9: CMD python /code/spawn_pipeline.py
COMMIT registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
--> d3630044dfe6
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
d3630044dfe6583021986d8b62cb716c6b521745d4f34d5f97b796be72704edd
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 /   188 MiB ==>  0%
                                                                               
Read:  23.5 MiB /   188 MiB ==> 31%
                                                                               
Read:  49.5 MiB /   188 MiB ==> 34%
                                                                               
Read:  77.0 MiB /   188 MiB ==> 32%
                                                                               
Read:   104 MiB /   188 MiB ==> 32%
                                                                               
Read:   130 MiB /   188 MiB ==> 32%
                                                                               
Read:   150 MiB /   188 MiB ==> 33%
                                                                               
Read:   172 MiB /   188 MiB ==> 34%
                                                                               
/images/bugbug-spawn-pipeline.tar : 32.96%   (   188 MiB =>   62.0 MiB, /images/bugbug-spawn-pipeline.tar.zst) 
INFO:taskboot.build:Compose file fully processed.
[taskcluster 2026-05-19T14:51:12.273Z]                        Exit Code: 0
[taskcluster 2026-05-19T14:51:12.273Z]                        User Time: 109.063ms
[taskcluster 2026-05-19T14:51:12.273Z]                      Kernel Time: 109.063ms
[taskcluster 2026-05-19T14:51:12.273Z]                        Wall Time: 15m46.167860526s
[taskcluster 2026-05-19T14:51:12.273Z]  Average Available System Memory: 13.59 GiB
[taskcluster 2026-05-19T14:51:12.273Z]       Average System Memory Used: 2.02 GiB
[taskcluster 2026-05-19T14:51:12.273Z]          Peak System Memory Used: 4.10 GiB
[taskcluster 2026-05-19T14:51:12.273Z]              Total System Memory: 15.61 GiB
[taskcluster 2026-05-19T14:51:12.273Z]                           Result: SUCCEEDED
[taskcluster 2026-05-19T14:51:12.274Z] === Task Finished ===
[taskcluster 2026-05-19T14:51:12.274Z] Task Duration: 15m46.168639807s