Skip to content

Bump flask from 2.2.5 to 3.1.3 in /functions/comment_resolver

90a4b1f
Select commit
Loading
Failed to load commit list.
Open

Bump flask from 2.2.5 to 3.1.3 in /functions/comment_resolver #5919

Bump flask from 2.2.5 to 3.1.3 in /functions/comment_resolver
90a4b1f
Select commit
Loading
Failed to load commit list.
Community-TC Integration / bugbug docker build succeeded Apr 4, 2026 in 21m 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-04-04T16:04:46.535Z
Resolved: 2026-04-04T16:23:44.001Z
Task Execution Time: 18 minutes, 57 seconds, 466 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: Qd9ZvS1YT_CLiuiNzZ_CdA
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-nlp.tar.zst
- public/bugbug/bugbug-spawn-pipeline.tar.zst
- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2026-04-04T16:04:46.606Z] Worker Type (proj-bugbug/ci) settings:
[taskcluster 2026-04-04T16:04:46.606Z]   {
[taskcluster 2026-04-04T16:04:46.606Z]     "generic-worker": {
[taskcluster 2026-04-04T16:04:46.606Z]       "config": {
[taskcluster 2026-04-04T16:04:46.606Z]         "headlessTasks": false
[taskcluster 2026-04-04T16:04:46.606Z]       },
[taskcluster 2026-04-04T16:04:46.606Z]       "engine": "multiuser",
[taskcluster 2026-04-04T16:04:46.606Z]       "go-arch": "amd64",
[taskcluster 2026-04-04T16:04:46.606Z]       "go-os": "linux",
[taskcluster 2026-04-04T16:04:46.606Z]       "go-version": "go1.26.0",
[taskcluster 2026-04-04T16:04:46.606Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v96.7.1",
[taskcluster 2026-04-04T16:04:46.606Z]       "revision": "941f70217efd7d23e4f83aa24cdd6eb596568560",
[taskcluster 2026-04-04T16:04:46.606Z]       "source": "https://github.com/taskcluster/taskcluster/commits/941f70217efd7d23e4f83aa24cdd6eb596568560",
[taskcluster 2026-04-04T16:04:46.606Z]       "version": "96.7.1"
[taskcluster 2026-04-04T16:04:46.606Z]     },
[taskcluster 2026-04-04T16:04:46.606Z]     "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-ovbqgpximhptjcjyfkvd",
[taskcluster 2026-04-04T16:04:46.606Z]     "instance-id": "4887656130043218156",
[taskcluster 2026-04-04T16:04:46.606Z]     "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-04-04T16:04:46.606Z]     "local-ipv4": "10.128.0.154",
[taskcluster 2026-04-04T16:04:46.606Z]     "machine-setup": {

...(1628 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 655ms
Uninstalled 1 package in 63ms
Installed 17 packages in 95ms
 + apispec==6.10.0
 + apispec-webframeworks==1.2.0
 + blinker==1.9.0
 - bugbug==0.0.624 (from file:///tmp/bugbug)
 + bugbug==0.0.624 (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
--> 260c9df9607b
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 781ms
Uninstalled 1 package in 11ms
Installed 2 packages in 33ms
 ~ bugbug==0.0.624 (from file:///tmp/workspace)
 + bugbug-http-service==0.0.624 (from file:///tmp/workspace/http_service)
--> 8edd2a746ff8
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
--> 30fc0f66f5b0
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service:latest
30fc0f66f5b09d894ccee41c048a852f79e0d53e0b40f62e595fbb42a2249044
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.26 GiB ==>  0%
                                                                               
Read:  35.0 MiB /  2.26 GiB ==> 31%
                                                                               
Read:  67.0 MiB /  2.26 GiB ==> 34%
                                                                               
Read:   104 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   137 MiB /  2.26 GiB ==> 33%
                                                                               
Read:   166 MiB /  2.26 GiB ==> 34%
                                                                               
Read:   210 MiB /  2.26 GiB ==> 35%
                                                                               
Read:   246 MiB /  2.26 GiB ==> 36%
                                                                               
Read:   280 MiB /  2.26 GiB ==> 36%
                                                                               
Read:   310 MiB /  2.26 GiB ==> 36%
                                                                               
Read:   343 MiB /  2.26 GiB ==> 35%
                                                                               
Read:   382 MiB /  2.26 GiB ==> 34%
                                                                               
Read:   427 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   461 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   496 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   530 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   572 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   608 MiB /  2.26 GiB ==> 30%
                                                                               
Read:   632 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   657 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   685 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   729 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   766 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   798 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   832 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   868 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   904 MiB /  2.26 GiB ==> 31%
                                                                               
Read:   932 MiB /  2.26 GiB ==> 32%
                                                                               
Read:   966 MiB /  2.26 GiB ==> 33%
                                                                               
Read:   998 MiB /  2.26 GiB ==> 34%
                                                                               
Read:  1.01 GiB /  2.26 GiB ==> 36%
                                                                               
Read:  1.04 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.08 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.11 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.13 GiB /  2.26 GiB ==> 39%
                                                                               
Read:  1.16 GiB /  2.26 GiB ==> 40%
                                                                               
Read:  1.20 GiB /  2.26 GiB ==> 40%
                                                                               
Read:  1.23 GiB /  2.26 GiB ==> 40%
                                                                               
Read:  1.27 GiB /  2.26 GiB ==> 40%
                                                                               
Read:  1.30 GiB /  2.26 GiB ==> 40%
                                                                               
Read:  1.33 GiB /  2.26 GiB ==> 40%
                                                                               
Read:  1.36 GiB /  2.26 GiB ==> 39%
                                                                               
Read:  1.40 GiB /  2.26 GiB ==> 39%
                                                                               
Read:  1.43 GiB /  2.26 GiB ==> 39%
                                                                               
Read:  1.47 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.51 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.54 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.58 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.61 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.65 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.68 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.72 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.75 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.78 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.81 GiB /  2.26 GiB ==> 37%
                                                                               
Read:  1.83 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.86 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.88 GiB /  2.26 GiB ==> 39%
                                                                               
Read:  1.91 GiB /  2.26 GiB ==> 39%
                                                                               
Read:  1.96 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  1.99 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  2.02 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  2.06 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  2.15 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  2.18 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  2.21 GiB /  2.26 GiB ==> 38%
                                                                               
Read:  2.25 GiB /  2.26 GiB ==> 38%
                                                                               
/images/bugbug-http-service.tar : 37.56%   (  2.26 GiB =>    871 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:42c10989bcee9aa159deeb842558c2d7621bc697345abc90551412581490ce41
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:42c10989bcee9aa159deeb842558c2d7621bc697345abc90551412581490ce41
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 732ms
Uninstalled 1 package in 56ms
Installed 17 packages in 95ms
 + apispec==6.10.0
 + apispec-webframeworks==1.2.0
 + blinker==1.9.0
 - bugbug==0.0.624 (from file:///tmp/bugbug)
 + bugbug==0.0.624 (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
--> e9bf2a354231
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 678ms
Uninstalled 1 package in 10ms
Installed 2 packages in 32ms
 ~ bugbug==0.0.624 (from file:///tmp/workspace)
 + bugbug-http-service==0.0.624 (from file:///tmp/workspace/http_service)
--> 830abb14aa6d
STEP 4/12: COPY http_service/ensure_models.sh /code/http_service/ensure_models.sh
--> 75293c8993a9
STEP 5/12: WORKDIR /code/
--> dff033d10def
STEP 6/12: ARG CHECK_MODELS
--> 88d94ed8bfc7
STEP 7/12: ENV CHECK_MODELS="${CHECK_MODELS}"
--> dc93267fb8b9
STEP 8/12: ARG TAG
--> fcf0969cd1b3
STEP 9/12: ENV TAG="${TAG}"
--> 6a00e9c5de2a
STEP 10/12: ENV BUGBUG_REPO_DIR=/code/bugbug-hg
--> f85974e01d1b
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!
--> 2c8e7f95dcf6
STEP 12/12: CMD bugbug-http-worker high default low
COMMIT registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
--> 92ab71785a8b
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
92ab71785a8b72727e748403d516391cdc9b41c80e39226b2be4da91075b9a84
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.40 GiB ==>  0%
                                                                               
Read:  35.5 MiB /  2.40 GiB ==> 31%
                                                                               
Read:  67.0 MiB /  2.40 GiB ==> 34%
                                                                               
Read:   104 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   137 MiB /  2.40 GiB ==> 33%
                                                                               
Read:   166 MiB /  2.40 GiB ==> 34%
                                                                               
Read:   206 MiB /  2.40 GiB ==> 34%
                                                                               
Read:   244 MiB /  2.40 GiB ==> 36%
                                                                               
Read:   278 MiB /  2.40 GiB ==> 36%
                                                                               
Read:   308 MiB /  2.40 GiB ==> 36%
                                                                               
Read:   340 MiB /  2.40 GiB ==> 35%
                                                                               
Read:   378 MiB /  2.40 GiB ==> 34%
                                                                               
Read:   424 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   458 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   493 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   526 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   568 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   608 MiB /  2.40 GiB ==> 30%
                                                                               
Read:   633 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   658 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   688 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   736 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   772 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   804 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   840 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   878 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   912 MiB /  2.40 GiB ==> 31%
                                                                               
Read:   942 MiB /  2.40 GiB ==> 32%
                                                                               
Read:   975 MiB /  2.40 GiB ==> 34%
                                                                               
Read:  1006 MiB /  2.40 GiB ==> 35%
                                                                               
Read:  1.01 GiB /  2.40 GiB ==> 36%
                                                                               
Read:  1.05 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.08 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.11 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.14 GiB /  2.40 GiB ==> 39%
                                                                               
Read:  1.17 GiB /  2.40 GiB ==> 40%
                                                                               
Read:  1.20 GiB /  2.40 GiB ==> 40%
                                                                               
Read:  1.23 GiB /  2.40 GiB ==> 40%
                                                                               
Read:  1.28 GiB /  2.40 GiB ==> 40%
                                                                               
Read:  1.30 GiB /  2.40 GiB ==> 40%
                                                                               
Read:  1.34 GiB /  2.40 GiB ==> 39%
                                                                               
Read:  1.37 GiB /  2.40 GiB ==> 39%
                                                                               
Read:  1.41 GiB /  2.40 GiB ==> 39%
                                                                               
Read:  1.45 GiB /  2.40 GiB ==> 39%
                                                                               
Read:  1.48 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.52 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.55 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.59 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.63 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.66 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.70 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.73 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.77 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.79 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.82 GiB /  2.40 GiB ==> 37%
                                                                               
Read:  1.84 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.87 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.90 GiB /  2.40 GiB ==> 39%
                                                                               
Read:  1.95 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  1.98 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.01 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.05 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.14 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.18 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.20 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.24 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.27 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.30 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.33 GiB /  2.40 GiB ==> 38%
                                                                               
Read:  2.37 GiB /  2.40 GiB ==> 37%
                                                                               
/images/bugbug-http-service-bg-worker.tar : 37.23%   (  2.40 GiB =>    914 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 a574712f50ef97b269c05287a1c1e21f4f52a89ac87b0d29e415d9fac6895600
--> a574712f50ef
STEP 3/9: ENV PATH="/opt/venv/bin:$PATH"
--> Using cache 6e8fc0faa14bd7e9f1cf63ebb88a96d76eaa71ebea9a2759d4c97ab5490fb856
--> 6e8fc0faa14b
STEP 4/9: ENV VIRTUAL_ENV="/opt/venv"
--> Using cache e65b4ca39e6f90cc3c16f3e2b035ea6ff5283ef58735c8c232dd9fd5c3246550
--> e65b4ca39e6f
STEP 5/9: ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
--> Using cache ddfba1492e7e001a4be9eeac9cef5fe647d97228eee1392197305f50192aeab5
--> ddfba1492e7e
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 76ms
 + 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
--> eb8e2ab7613c
STEP 7/9: ADD infra/spawn_pipeline.py /code/
--> 381ff67ef74b
STEP 8/9: ADD infra/*-pipeline.yml /code/
--> 1b69cb9f51e3
STEP 9/9: CMD python /code/spawn_pipeline.py
COMMIT registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
--> 9f217785e721
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
9f217785e72124ab598bd1e1d25d0174a8aea431e43a7fd86549ceb329bfa26a
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:  36.0 MiB /   188 MiB ==> 31%
                                                                               
Read:  68.0 MiB /   188 MiB ==> 34%
                                                                               
Read:   105 MiB /   188 MiB ==> 32%
                                                                               
Read:   136 MiB /   188 MiB ==> 33%
                                                                               
Read:   166 MiB /   188 MiB ==> 34%
                                                                               
/images/bugbug-spawn-pipeline.tar : 33.04%   (   188 MiB =>   62.2 MiB, /images/bugbug-spawn-pipeline.tar.zst) 
INFO:taskboot.build:Compose file fully processed.
[taskcluster 2026-04-04T16:19:29.947Z]                        Exit Code: 0
[taskcluster 2026-04-04T16:19:29.947Z]                        User Time: 90.658ms
[taskcluster 2026-04-04T16:19:29.947Z]                      Kernel Time: 83.307ms
[taskcluster 2026-04-04T16:19:29.947Z]                        Wall Time: 14m17.276760871s
[taskcluster 2026-04-04T16:19:29.947Z]  Average Available System Memory: 13.56 GiB
[taskcluster 2026-04-04T16:19:29.947Z]       Average System Memory Used: 2.05 GiB
[taskcluster 2026-04-04T16:19:29.947Z]          Peak System Memory Used: 4.11 GiB
[taskcluster 2026-04-04T16:19:29.947Z]              Total System Memory: 15.61 GiB
[taskcluster 2026-04-04T16:19:29.947Z]                           Result: SUCCEEDED
[taskcluster 2026-04-04T16:19:29.948Z] === Task Finished ===
[taskcluster 2026-04-04T16:19:29.948Z] Task Duration: 14m17.277909905s