Bump the patch group across 1 directory with 10 updates#6270
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the patch group across 1 directory with 10 updates#6270dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Community-TC Integration / bugbug docker build
succeeded
Jul 1, 2026 in 11m 6s
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-01T17:37:48.142Z
Resolved: 2026-07-01T17:48:53.791Z
Task Execution Time: 11 minutes, 5 seconds, 649 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: bhfyiKSjSVyjLLGuatYCig
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-01T17:37:48.212Z] Worker Type (proj-bugbug/ci) settings:
[taskcluster 2026-07-01T17:37:48.212Z] {
[taskcluster 2026-07-01T17:37:48.212Z] "generic-worker": {
[taskcluster 2026-07-01T17:37:48.212Z] "config": {
[taskcluster 2026-07-01T17:37:48.212Z] "capacity": 1,
[taskcluster 2026-07-01T17:37:48.212Z] "headlessTasks": false
[taskcluster 2026-07-01T17:37:48.212Z] },
[taskcluster 2026-07-01T17:37:48.212Z] "engine": "multiuser",
[taskcluster 2026-07-01T17:37:48.212Z] "go-arch": "amd64",
[taskcluster 2026-07-01T17:37:48.212Z] "go-os": "linux",
[taskcluster 2026-07-01T17:37:48.212Z] "go-version": "go1.26.2",
[taskcluster 2026-07-01T17:37:48.212Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v100.0.1",
[taskcluster 2026-07-01T17:37:48.212Z] "revision": "fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-07-01T17:37:48.212Z] "source": "https://github.com/taskcluster/taskcluster/commits/fcf9d8ed582ed8de3d1cdb8f4f91ccec93b7803c",
[taskcluster 2026-07-01T17:37:48.212Z] "version": "100.0.1"
[taskcluster 2026-07-01T17:37:48.212Z] },
[taskcluster 2026-07-01T17:37:48.212Z] "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-bngpghpfficdxtlhnusi",
[taskcluster 2026-07-01T17:37:48.212Z] "instance-id": "34932273428623664",
[taskcluster 2026-07-01T17:37:48.212Z] "instance-type": "projects/757942385826/machineTypes/n2-standard-4",
[taskcluster 2026-07-01T17:37:48.212Z] "local-ipv4": "10.150.0.176",
...(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:1fc0d64d77455625d4582a87620e1bc95a7029216856e8709198551f901e396b
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 291ms
Uninstalled 1 package in 80ms
Installed 17 packages in 114ms
+ 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
--> b9a01ed23759
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 379 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 829ms
Installed 2 packages in 43ms
+ bugbug==0.0.638 (from file:///tmp/workspace)
+ bugbug-http-service==0.0.638 (from file:///tmp/workspace/http_service)
--> e6b072954019
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
--> 2f1011d0b595
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service:latest
2f1011d0b595d7811465318ea35b7d23e99a544cf62b2e7f381efdde88e488b6
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.97 GiB ==> 0%
Read: 29.0 MiB / 1.97 GiB ==> 29%
Read: 53.5 MiB / 1.97 GiB ==> 35%
Read: 85.0 MiB / 1.97 GiB ==> 31%
Read: 113 MiB / 1.97 GiB ==> 32%
Read: 138 MiB / 1.97 GiB ==> 33%
Read: 162 MiB / 1.97 GiB ==> 33%
Read: 188 MiB / 1.97 GiB ==> 33%
Read: 228 MiB / 1.97 GiB ==> 36%
Read: 256 MiB / 1.97 GiB ==> 37%
Read: 278 MiB / 1.97 GiB ==> 38%
Read: 304 MiB / 1.97 GiB ==> 38%
Read: 336 MiB / 1.97 GiB ==> 36%
Read: 366 MiB / 1.97 GiB ==> 35%
Read: 404 MiB / 1.97 GiB ==> 34%
Read: 438 MiB / 1.97 GiB ==> 33%
Read: 462 MiB / 1.97 GiB ==> 33%
Read: 493 MiB / 1.97 GiB ==> 32%
Read: 520 MiB / 1.97 GiB ==> 32%
Read: 552 MiB / 1.97 GiB ==> 32%
Read: 588 MiB / 1.97 GiB ==> 31%
Read: 612 MiB / 1.97 GiB ==> 31%
Read: 632 MiB / 1.97 GiB ==> 32%
Read: 653 MiB / 1.97 GiB ==> 32%
Read: 672 MiB / 1.97 GiB ==> 33%
Read: 712 MiB / 1.97 GiB ==> 32%
Read: 746 MiB / 1.97 GiB ==> 31%
Read: 772 MiB / 1.97 GiB ==> 31%
Read: 798 MiB / 1.97 GiB ==> 31%
Read: 826 MiB / 1.97 GiB ==> 31%
Read: 857 MiB / 1.97 GiB ==> 31%
Read: 886 MiB / 1.97 GiB ==> 31%
Read: 912 MiB / 1.97 GiB ==> 31%
Read: 936 MiB / 1.97 GiB ==> 32%
Read: 960 MiB / 1.97 GiB ==> 33%
Read: 986 MiB / 1.97 GiB ==> 34%
Read: 1010 MiB / 1.97 GiB ==> 35%
Read: 1.01 GiB / 1.97 GiB ==> 36%
Read: 1.04 GiB / 1.97 GiB ==> 37%
Read: 1.07 GiB / 1.97 GiB ==> 37%
Read: 1.09 GiB / 1.97 GiB ==> 38%
Read: 1.11 GiB / 1.97 GiB ==> 39%
Read: 1.13 GiB / 1.97 GiB ==> 39%
Read: 1.15 GiB / 1.97 GiB ==> 40%
Read: 1.18 GiB / 1.97 GiB ==> 40%
Read: 1.20 GiB / 1.97 GiB ==> 40%
Read: 1.22 GiB / 1.97 GiB ==> 41%
Read: 1.26 GiB / 1.97 GiB ==> 40%
Read: 1.29 GiB / 1.97 GiB ==> 40%
Read: 1.31 GiB / 1.97 GiB ==> 40%
Read: 1.33 GiB / 1.97 GiB ==> 40%
Read: 1.36 GiB / 1.97 GiB ==> 39%
Read: 1.39 GiB / 1.97 GiB ==> 39%
Read: 1.42 GiB / 1.97 GiB ==> 39%
Read: 1.45 GiB / 1.97 GiB ==> 39%
Read: 1.48 GiB / 1.97 GiB ==> 39%
Read: 1.51 GiB / 1.97 GiB ==> 38%
Read: 1.54 GiB / 1.97 GiB ==> 38%
Read: 1.56 GiB / 1.97 GiB ==> 38%
Read: 1.59 GiB / 1.97 GiB ==> 38%
Read: 1.62 GiB / 1.97 GiB ==> 38%
Read: 1.65 GiB / 1.97 GiB ==> 37%
Read: 1.68 GiB / 1.97 GiB ==> 37%
Read: 1.71 GiB / 1.97 GiB ==> 37%
Read: 1.73 GiB / 1.97 GiB ==> 37%
Read: 1.75 GiB / 1.97 GiB ==> 38%
Read: 1.77 GiB / 1.97 GiB ==> 38%
Read: 1.78 GiB / 1.97 GiB ==> 38%
Read: 1.80 GiB / 1.97 GiB ==> 39%
Read: 1.83 GiB / 1.97 GiB ==> 39%
Read: 1.85 GiB / 1.97 GiB ==> 39%
Read: 1.89 GiB / 1.97 GiB ==> 39%
Read: 1.93 GiB / 1.97 GiB ==> 38%
Read: 1.96 GiB / 1.97 GiB ==> 38%
/images/bugbug-http-service.tar : 38.12% ( 1.97 GiB => 768 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:4b18bb35f06fab5223431aa02d74ef87bb302cd421b847466620e21f68ba35ec
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:4b18bb35f06fab5223431aa02d74ef87bb302cd421b847466620e21f68ba35ec
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 285ms
Uninstalled 1 package in 79ms
Installed 17 packages in 108ms
+ 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
--> c0bb23d085fc
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 379 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 829ms
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)
--> a2b425dd6c80
STEP 4/12: COPY http_service/ensure_models.sh /code/http_service/ensure_models.sh
--> b6cde7189bfc
STEP 5/12: WORKDIR /code/
--> 675b4ca15284
STEP 6/12: ARG CHECK_MODELS
--> d968580b98f7
STEP 7/12: ENV CHECK_MODELS="${CHECK_MODELS}"
--> 75addd03536d
STEP 8/12: ARG TAG
--> bf94658005b2
STEP 9/12: ENV TAG="${TAG}"
--> 837678debd17
STEP 10/12: ENV BUGBUG_REPO_DIR=/code/bugbug-hg
--> dc63498161a9
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!
--> e5730f23a85c
STEP 12/12: CMD bugbug-http-worker high default low
COMMIT registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
--> 0dadec63dc36
Successfully tagged registry.hub.docker.com/mozilla/bugbug-http-service-bg-worker:latest
0dadec63dc3619060154b6d50f1b65ea62948e6c825e91ecd963e964df90e2b8
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.10 GiB ==> 0%
Read: 29.0 MiB / 2.10 GiB ==> 29%
Read: 53.5 MiB / 2.10 GiB ==> 35%
Read: 85.0 MiB / 2.10 GiB ==> 31%
Read: 112 MiB / 2.10 GiB ==> 32%
Read: 139 MiB / 2.10 GiB ==> 33%
Read: 162 MiB / 2.10 GiB ==> 33%
Read: 188 MiB / 2.10 GiB ==> 33%
Read: 228 MiB / 2.10 GiB ==> 36%
Read: 256 MiB / 2.10 GiB ==> 37%
Read: 278 MiB / 2.10 GiB ==> 38%
Read: 302 MiB / 2.10 GiB ==> 38%
Read: 334 MiB / 2.10 GiB ==> 36%
Read: 365 MiB / 2.10 GiB ==> 36%
Read: 403 MiB / 2.10 GiB ==> 34%
Read: 438 MiB / 2.10 GiB ==> 33%
Read: 462 MiB / 2.10 GiB ==> 33%
Read: 494 MiB / 2.10 GiB ==> 32%
Read: 520 MiB / 2.10 GiB ==> 32%
Read: 552 MiB / 2.10 GiB ==> 32%
Read: 584 MiB / 2.10 GiB ==> 31%
Read: 610 MiB / 2.10 GiB ==> 31%
Read: 631 MiB / 2.10 GiB ==> 32%
Read: 650 MiB / 2.10 GiB ==> 32%
Read: 670 MiB / 2.10 GiB ==> 33%
Read: 710 MiB / 2.10 GiB ==> 32%
Read: 744 MiB / 2.10 GiB ==> 31%
Read: 770 MiB / 2.10 GiB ==> 31%
Read: 796 MiB / 2.10 GiB ==> 31%
Read: 824 MiB / 2.10 GiB ==> 31%
Read: 856 MiB / 2.10 GiB ==> 31%
Read: 885 MiB / 2.10 GiB ==> 31%
Read: 911 MiB / 2.10 GiB ==> 31%
Read: 934 MiB / 2.10 GiB ==> 32%
Read: 960 MiB / 2.10 GiB ==> 33%
Read: 986 MiB / 2.10 GiB ==> 34%
Read: 1008 MiB / 2.10 GiB ==> 35%
Read: 1.01 GiB / 2.10 GiB ==> 36%
Read: 1.04 GiB / 2.10 GiB ==> 37%
Read: 1.07 GiB / 2.10 GiB ==> 37%
Read: 1.09 GiB / 2.10 GiB ==> 38%
Read: 1.11 GiB / 2.10 GiB ==> 39%
Read: 1.13 GiB / 2.10 GiB ==> 39%
Read: 1.16 GiB / 2.10 GiB ==> 40%
Read: 1.18 GiB / 2.10 GiB ==> 40%
Read: 1.20 GiB / 2.10 GiB ==> 40%
Read: 1.23 GiB / 2.10 GiB ==> 41%
Read: 1.27 GiB / 2.10 GiB ==> 40%
Read: 1.29 GiB / 2.10 GiB ==> 40%
Read: 1.31 GiB / 2.10 GiB ==> 40%
Read: 1.33 GiB / 2.10 GiB ==> 40%
Read: 1.36 GiB / 2.10 GiB ==> 39%
Read: 1.39 GiB / 2.10 GiB ==> 39%
Read: 1.43 GiB / 2.10 GiB ==> 39%
Read: 1.45 GiB / 2.10 GiB ==> 39%
Read: 1.49 GiB / 2.10 GiB ==> 38%
Read: 1.52 GiB / 2.10 GiB ==> 38%
Read: 1.55 GiB / 2.10 GiB ==> 38%
Read: 1.57 GiB / 2.10 GiB ==> 38%
Read: 1.60 GiB / 2.10 GiB ==> 38%
Read: 1.63 GiB / 2.10 GiB ==> 38%
Read: 1.66 GiB / 2.10 GiB ==> 37%
Read: 1.69 GiB / 2.10 GiB ==> 37%
Read: 1.71 GiB / 2.10 GiB ==> 37%
Read: 1.73 GiB / 2.10 GiB ==> 38%
Read: 1.75 GiB / 2.10 GiB ==> 38%
Read: 1.77 GiB / 2.10 GiB ==> 38%
Read: 1.79 GiB / 2.10 GiB ==> 39%
Read: 1.81 GiB / 2.10 GiB ==> 39%
Read: 1.83 GiB / 2.10 GiB ==> 39%
Read: 1.86 GiB / 2.10 GiB ==> 39%
Read: 1.89 GiB / 2.10 GiB ==> 39%
Read: 1.94 GiB / 2.10 GiB ==> 38%
Read: 1.96 GiB / 2.10 GiB ==> 38%
Read: 1.98 GiB / 2.10 GiB ==> 38%
Read: 2.01 GiB / 2.10 GiB ==> 38%
Read: 2.03 GiB / 2.10 GiB ==> 38%
Read: 2.06 GiB / 2.10 GiB ==> 38%
Read: 2.09 GiB / 2.10 GiB ==> 38%
/images/bugbug-http-service-bg-worker.tar : 37.71% ( 2.10 GiB => 812 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 f61ecb407110c18366c223674ba3639710608da0d9fb57018a4793281f77c353
--> f61ecb407110
STEP 3/9: ENV PATH="/opt/venv/bin:$PATH"
--> Using cache d468f4efbd8ad1cee78a972a7a9db1eba0f487169c5ef09fd813a1ea4774ce51
--> d468f4efbd8a
STEP 4/9: ENV VIRTUAL_ENV="/opt/venv"
--> Using cache a697c0e3b6cabb6895dc4aef513d826445875be2df4ef199d62bef4928882d4b
--> a697c0e3b6ca
STEP 5/9: ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
--> Using cache c387afaee84566f77f6f2209e4e271a7ed93568aed5703eeda7799035f9fd6d8
--> c387afaee845
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 279ms
Installed 22 packages in 93ms
+ 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
--> 566f4c361020
STEP 7/9: ADD infra/spawn_pipeline.py /code/
--> 4e4adb054443
STEP 8/9: ADD infra/*-pipeline.yml /code/
--> c8893f086201
STEP 9/9: CMD python /code/spawn_pipeline.py
COMMIT registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
--> 62223b2507a1
[Warning] one or more build args were not consumed: [CHECK_MODELS]
Successfully tagged registry.hub.docker.com/mozilla/bugbug-spawn-pipeline:latest
62223b2507a1c2815e2a30d942a83f46a2fbf14f63cba3bf237edea7321b460e
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 / 192 MiB ==> 0%
Read: 26.5 MiB / 192 MiB ==> 30%
Read: 52.5 MiB / 192 MiB ==> 34%
Read: 80.5 MiB / 192 MiB ==> 32%
Read: 106 MiB / 192 MiB ==> 32%
Read: 133 MiB / 192 MiB ==> 32%
Read: 154 MiB / 192 MiB ==> 33%
Read: 178 MiB / 192 MiB ==> 34%
/images/bugbug-spawn-pipeline.tar : 33.01% ( 192 MiB => 63.5 MiB, /images/bugbug-spawn-pipeline.tar.zst)
INFO:taskboot.build:Compose file fully processed.
[taskcluster 2026-07-01T17:47:42.405Z] Exit Code: 0
[taskcluster 2026-07-01T17:47:42.405Z] User Time: 67.015ms
[taskcluster 2026-07-01T17:47:42.405Z] Kernel Time: 93.342ms
[taskcluster 2026-07-01T17:47:42.405Z] Wall Time: 9m28.820240829s
[taskcluster 2026-07-01T17:47:42.405Z] Average Available System Memory: 13.90 GiB
[taskcluster 2026-07-01T17:47:42.405Z] Average System Memory Used: 1.71 GiB
[taskcluster 2026-07-01T17:47:42.405Z] Peak System Memory Used: 2.15 GiB
[taskcluster 2026-07-01T17:47:42.405Z] Total System Memory: 15.61 GiB
[taskcluster 2026-07-01T17:47:42.405Z] Result: SUCCEEDED
[taskcluster 2026-07-01T17:47:42.405Z] === Task Finished ===
[taskcluster 2026-07-01T17:47:42.405Z] Task Duration: 9m28.821228375s
Loading