Files
aza/AzA march 2026/deploy/aza-deploy/dry_run_log.txt
2026-03-30 07:59:11 +02:00

142 lines
9.4 KiB
Plaintext

[AZA DRY-RUN] Log file: C:\Users\surov\Documents\AZA\backup 24.2.26\deploy\dry_run_log.txt
[AZA DRY-RUN] Starting local Docker dry-run...
[AZA DRY-RUN] Working dir: C:\Users\surov\Documents\AZA\backup 24.2.26\deploy\
Docker version 29.2.1, build a5c7197
Docker Compose version v5.0.2
[AZA DRY-RUN] Building and starting containers...
Image deploy-aza-api Building
#1 [internal] load local bake definitions
#1 reading from stdin 559B 0.0s done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 767B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:3.11-slim
#3 DONE 0.6s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s
#5 [1/6] FROM docker.io/library/python:3.11-slim@sha256:c8271b1f627d0068857dce5b53e14a9558603b527e46f1f901722f935b786a39
#5 resolve docker.io/library/python:3.11-slim@sha256:c8271b1f627d0068857dce5b53e14a9558603b527e46f1f901722f935b786a39 0.0s done
#5 DONE 0.0s
#6 [internal] load build context
#6 transferring context: 343.71kB 0.0s done
#6 DONE 0.0s
#7 [2/6] WORKDIR /app
#7 CACHED
#8 [3/6] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/*
#8 CACHED
#9 [4/6] COPY . /app
#9 DONE 0.0s
#10 [5/6] RUN if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; else pip install --no-cache-dir fastapi uvicorn stripe pydantic; fi
#10 1.043 Collecting fastapi
#10 1.128 Downloading fastapi-0.134.0-py3-none-any.whl.metadata (30 kB)
#10 1.180 Collecting uvicorn
#10 1.202 Downloading uvicorn-0.41.0-py3-none-any.whl.metadata (6.7 kB)
#10 1.307 Collecting stripe
#10 1.323 Downloading stripe-14.4.0-py3-none-any.whl.metadata (18 kB)
#10 1.472 Collecting pydantic
#10 1.495 Downloading pydantic-2.12.5-py3-none-any.whl.metadata (90 kB)
#10 1.519 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 3.6 MB/s eta 0:00:00
#10 1.569 Collecting starlette>=0.46.0 (from fastapi)
#10 1.589 Downloading starlette-0.52.1-py3-none-any.whl.metadata (6.3 kB)
#10 1.629 Collecting typing-extensions>=4.8.0 (from fastapi)
#10 1.650 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
#10 1.673 Collecting typing-inspection>=0.4.2 (from fastapi)
#10 1.696 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
#10 1.725 Collecting annotated-doc>=0.0.2 (from fastapi)
#10 1.742 Downloading annotated_doc-0.0.4-py3-none-any.whl.metadata (6.6 kB)
#10 1.779 Collecting click>=7.0 (from uvicorn)
#10 1.804 Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB)
#10 1.830 Collecting h11>=0.8 (from uvicorn)
#10 1.846 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
#10 1.901 Collecting requests>=2.20 (from stripe)
#10 1.920 Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
#10 1.948 Collecting annotated-types>=0.6.0 (from pydantic)
#10 1.963 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
#10 2.570 Collecting pydantic-core==2.41.5 (from pydantic)
#10 2.590 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB)
#10 2.716 Collecting charset_normalizer<4,>=2 (from requests>=2.20->stripe)
#10 2.735 Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB)
#10 2.766 Collecting idna<4,>=2.5 (from requests>=2.20->stripe)
#10 2.784 Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
#10 2.829 Collecting urllib3<3,>=1.21.1 (from requests>=2.20->stripe)
#10 2.845 Downloading urllib3-2.6.3-py3-none-any.whl.metadata (6.9 kB)
#10 2.876 Collecting certifi>=2017.4.17 (from requests>=2.20->stripe)
#10 2.902 Downloading certifi-2026.2.25-py3-none-any.whl.metadata (2.5 kB)
#10 2.937 Collecting anyio<5,>=3.6.2 (from starlette>=0.46.0->fastapi)
#10 2.955 Downloading anyio-4.12.1-py3-none-any.whl.metadata (4.3 kB)
#10 3.101 Downloading fastapi-0.134.0-py3-none-any.whl (110 kB)
#10 3.112 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.4/110.4 kB 10.3 MB/s eta 0:00:00
#10 3.140 Downloading uvicorn-0.41.0-py3-none-any.whl (68 kB)
#10 3.145 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 kB 19.4 MB/s eta 0:00:00
#10 3.162 Downloading stripe-14.4.0-py3-none-any.whl (2.1 MB)
#10 3.500 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 6.3 MB/s eta 0:00:00
#10 3.520 Downloading pydantic-2.12.5-py3-none-any.whl (463 kB)
#10 3.600 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 463.6/463.6 kB 5.9 MB/s eta 0:00:00
#10 3.624 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
#10 3.941 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 6.6 MB/s eta 0:00:00
#10 3.959 Downloading annotated_doc-0.0.4-py3-none-any.whl (5.3 kB)
#10 3.975 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
#10 3.995 Downloading click-8.3.1-py3-none-any.whl (108 kB)
#10 4.027 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.3/108.3 kB 3.4 MB/s eta 0:00:00
#10 4.045 Downloading h11-0.16.0-py3-none-any.whl (37 kB)
#10 4.069 Downloading requests-2.32.5-py3-none-any.whl (64 kB)
#10 4.084 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/64.7 kB 6.1 MB/s eta 0:00:00
#10 4.111 Downloading starlette-0.52.1-py3-none-any.whl (74 kB)
#10 4.117 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.3/74.3 kB 15.2 MB/s eta 0:00:00
#10 4.135 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
#10 4.140 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 12.0 MB/s eta 0:00:00
#10 4.155 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB)
#10 4.180 Downloading anyio-4.12.1-py3-none-any.whl (113 kB)
#10 4.195 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.6/113.6 kB 8.0 MB/s eta 0:00:00
#10 4.214 Downloading certifi-2026.2.25-py3-none-any.whl (153 kB)
#10 4.240 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.7/153.7 kB 7.5 MB/s eta 0:00:00
#10 4.257 Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB)
#10 4.286 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.6/151.6 kB 5.8 MB/s eta 0:00:00
#10 4.307 Downloading idna-3.11-py3-none-any.whl (71 kB)
#10 4.314 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.0/71.0 kB 10.0 MB/s eta 0:00:00
#10 4.345 Downloading urllib3-2.6.3-py3-none-any.whl (131 kB)
#10 4.360 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/131.6 kB 9.0 MB/s eta 0:00:00
#10 4.430 Installing collected packages: urllib3, typing-extensions, idna, h11, click, charset_normalizer, certifi, annotated-types, annotated-doc, uvicorn, typing-inspection, requests, pydantic-core, anyio, stripe, starlette, pydantic, fastapi
#10 5.533 Successfully installed annotated-doc-0.0.4 annotated-types-0.7.0 anyio-4.12.1 certifi-2026.2.25 charset_normalizer-3.4.4 click-8.3.1 fastapi-0.134.0 h11-0.16.0 idna-3.11 pydantic-2.12.5 pydantic-core-2.41.5 requests-2.32.5 starlette-0.52.1 stripe-14.4.0 typing-extensions-4.15.0 typing-inspection-0.4.2 urllib3-2.6.3 uvicorn-0.41.0
#10 5.533 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#10 5.666
#10 5.666 [notice] A new release of pip is available: 24.0 -> 26.0.1
#10 5.666 [notice] To update, run: pip install --upgrade pip
#10 DONE 5.8s
#11 [6/6] RUN mkdir -p /app/data
#11 DONE 0.3s
#12 exporting to image
#12 exporting layers
#12 exporting layers 0.9s done
#12 exporting manifest sha256:92630a1e5be3a1721ab4a746bc22fc2b9f5ceeab9b7e5b21a444a68ffcba198e done
#12 exporting config sha256:0c6a22807a9d48d1a5231be8712c98ab8062274606da6edd026395ca1e36c7f6 done
#12 exporting attestation manifest sha256:32d9ba923436c4bd1747f17147fbe5d05aac5fbac8cf5ae0bd0dc07a5f5997f5 0.0s done
#12 exporting manifest list sha256:9d921dff261e69f22eeb2ab1a1ab5377ffd832d10b98aa4d2c3cf7adee7cd471 done
#12 naming to docker.io/library/deploy-aza-api:latest done
#12 unpacking to docker.io/library/deploy-aza-api:latest
#12 unpacking to docker.io/library/deploy-aza-api:latest 0.4s done
#12 DONE 1.4s
#13 resolving provenance for metadata file
#13 DONE 0.0s
Image deploy-aza-api Built
Container aza-api Recreate
Container aza-api Recreated
Container aza-api Starting
Container aza-api Started
Container aza-caddy Starting
Container aza-caddy Started