============== Using Nixpacks ============== Nixpacks file based configuration is experimental and may change ╔═══════════════════════════════ Nixpacks v0.6.2 ══════════════════════════════╗ ║ setup │ python39, ffmpeg, libopus ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ install │ python -m venv /opt/venv && . /opt/venv/bin/activate && pip ║ ║ │ install -r requirements.txt ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ start │ python SSTalk.py ║ ╚══════════════════════════════════════════════════════════════════════════════╝ #1 [internal] load build definition from Dockerfile #1 sha256:bd21003df10392efb2cf9841793d3c6ad85a19da2b8e1c9b3cd6777eab7ea7a6 #1 transferring dockerfile: 1.90kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:3e46a7c6eadc481fee4814f23179e0efc47ed24315cbcec44efcc587e587655c #2 transferring context: 2B done #2 DONE 0.1s #3 [internal] load metadata for ghcr.io/railwayapp/nixpacks:debian-1663632552 #3 sha256:c23add65f5bb4bd5e51672d178ee1eca34cc02413440a25899b24614a030e37d #3 DONE 0.2s #4 [stage-0 1/9] FROM ghcr.io/railwayapp/nixpacks:debian-1663632552@sha256:14eb1825ec5100a76d4c07ce0267211f748d1163d373c45bd235f658af363314 #4 sha256:139fbcaf930e0b3fe65d8bbbeae341c295a5b3779bdc7483df55f1f74e510637 #4 DONE 0.0s #5 [stage-0 2/9] WORKDIR /app/ #5 sha256:115b5b23e0fb6623a24b5e9072e2799efd9dbdcc05e643b7e11075f1b4e835dc #5 CACHED #6 [internal] load build context #6 sha256:463c11eb638e79b61d0ef0e3f2b54ccc7e141309cdf56c7e68f4a786119731f4 #6 transferring context: 18.43kB done #6 DONE 0.0s #7 [stage-0 3/7] COPY .nixpacks/setup.nix .nixpacks/setup.nix #7 sha256:c46b7b511d58862e5f55997e410ec118298c0d1e5f38d1e3dd12d90dd83502bf #7 CACHED #8 [stage-0 4/7] RUN nix-env -if .nixpacks/setup.nix && nix-collect-garbage -d #8 sha256:8413da5e919e95c672b75df3d464e66ee59b43b7d24e7785eb8bf0c57779fcfa #8 CACHED #9 [stage-0 5/7] RUN printf '\nPATH=/opt/venv/bin:$PATH' >> /root/.profile #9 sha256:8fe064afb46f32b199383b908ad90a38087ad224e87b78a98b05abfe631cd0d9 #9 DONE 0.7s #10 [stage-0 6/7] COPY . /app/ #10 sha256:83e26b92a277250523a1c58d44419610453109fe4e2be94627093fc924e3e032 #10 DONE 0.1s #11 [stage-0 7/7] RUN --mount=type=cache,id=s/8998cffd-3467-400f-8ccc-12b15815450c-/root/cache/pip,target=/root/.cache/pip python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt #11 sha256:feb7eda9d8466e8aa76cc6a23f6cc5faf62a8031bd89a1c23bb124f007808090 #11 5.858 Collecting py-cord>=1.7.3 #11 5.869 Using cached py_cord-2.1.3-py3-none-any.whl (1.0 MB) #11 5.957 Collecting google-cloud-texttospeech #11 12.07 Downloading cachetools-5.2.0-py3-none-any.whl (9.3 kB) #11 12.14 Collecting pyasn1-modules>=0.2.1 #11 12.15 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) #11 12.16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 19.3 MB/s eta 0:00:00 #11 12.20 Collecting six>=1.9.0 #11 12.21 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) #11 12.40 Collecting idna<4,>=2.5 #11 12.41 Downloading idna-3.4-py3-none-any.whl (61 kB) #11 12.44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 2.5 MB/s eta 0:00:00 #11 12.52 Collecting certifi>=2017.4.17 #11 12.52 Using cached certifi-2022.9.14-py3-none-any.whl (162 kB) #11 12.63 Collecting urllib3<1.27,>=1.21.1 #11 12.64 Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) #11 12.80 Collecting pyasn1<0.5.0,>=0.4.6 #11 12.81 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) #11 12.82 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 8.9 MB/s eta 0:00:00 #11 12.90 Using legacy 'setup.py install' for emoji, since package 'wheel' is not installed. #11 13.19 Installing collected packages: pyasn1, urllib3, six, rsa, pycparser, pyasn1-modules, psycopg2-binary, protobuf, multidict, idna, frozenlist, emoji, charset-normalizer, certifi, cachetools, attrs, async-timeout, yarl, requests, proto-plus, grpcio, googleapis-common-protos, google-auth, cffi, aiosignal, PyNaCl, grpcio-status, google-api-core, aiohttp, py-cord, google-cloud-texttospeech #11 14.62 Running setup.py install for emoji: started #11 15.19 Running setup.py install for emoji: finished with status 'done' #11 17.15 Successfully installed PyNaCl-1.5.0 aiohttp-3.8.3 aiosignal-1.2.0 async-timeout-4.0.2 attrs-22.1.0 cachetools-5.2.0 certifi-2022.9.14 cffi-1.15.1 charset-normalizer-2.1.1 emoji-2.1.0 frozenlist-1.3.1 google-api-core-2.10.1 google-auth-2.11.1 google-cloud-texttospeech-2.12.1 googleapis-common-protos-1.56.4 grpcio-1.49.1 grpcio-status-1.49.1 idna-3.4 multidict-6.0.2 proto-plus-1.22.1 protobuf-4.21.6 psycopg2-binary-2.9.3 py-cord-2.1.3 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 requests-2.28.1 rsa-4.9 six-1.16.0 urllib3-1.26.12 yarl-1.8.1 #11 17.30 WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available. #11 17.30 You should consider upgrading via the '/opt/venv/bin/python -m pip install --upgrade pip' command. #11 DONE 18.3s #12 exporting to image #12 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #12 exporting layers done #12 writing image sha256:bbcc26fcba2a97f5e20d4b41d9dc3f82c7ee162c8c56cfdec8d053eebcba6f0d #12 writing image sha256:bbcc26fcba2a97f5e20d4b41d9dc3f82c7ee162c8c56cfdec8d053eebcba6f0d 0.6s done #12 naming to us-west1-docker.pkg.dev/railway-infra/railway-docker-users/project/8153aade-2cb8-4e3e-a2c6-36ad01e8f5fd/service/8998cffd-3467-400f-8ccc-12b15815450c:58d0caa4-1b6d-4408-8fb6-a3a812a53663 #12 naming to us-west1-docker.pkg.dev/railway-infra/railway-docker-users/project/8153aade-2cb8-4e3e-a2c6-36ad01e8f5fd/service/8998cffd-3467-400f-8ccc-12b15815450c:58d0caa4-1b6d-4408-8fb6-a3a812a53663 0.3s done #12 DONE 0.9s #13 exporting cache #13 sha256:2700d4ef94dee473593c5c614b55b2dedcca7893909811a8f2b48291a1f581e4 #13 preparing build cache for export #13 preparing build cache for export 0.2s done #13 DONE 0.2s === Successfully Built! === Run: docker run -it us-west1-docker.pkg.dev/railway-infra/railway-docker-users/project/8153aade-2cb8-4e3e-a2c6-36ad01e8f5fd/service/8998cffd-3467-400f-8ccc-12b15815450c:58d0caa4-1b6d-4408-8fb6-a3a812a53663 Build time: 60.50 seconds