0% found this document useful (0 votes)
22 views

Build Log

The document details the steps to build and deploy a Python application on Platform.sh, including cloning code, building dependencies, installing packages, configuring routes, and provisioning a certificate.

Uploaded by

Kenya Roque
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Build Log

The document details the steps to build and deploy a Python application on Platform.sh, including cloning code, building dependencies, installing packages, configuring routes, and provisioning a certificate.

Uploaded by

Kenya Roque
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Cloning remote repository

Extracting checkout
Writing initial commit
Validating submodules

Found 1 commit

Building application 'app' (runtime type: python:3.11, tree: eb94989)


Generating runtime configuration.

Installing build dependencies...


Installing python3 build dependencies: pipenv
Collecting pipenv==2023.2.4
Downloading pipenv-2023.2.4-py3-none-any.whl (2.9 MB)
Collecting virtualenv
Downloading virtualenv-20.24.5-py3-none-any.whl (3.7 MB)
Requirement already satisfied: setuptools>=36.2.1 in
/opt/python/3.11/lib/python3.11/site-packages (from pipenv==2023.2.4->-r
/app/.global/python3-requirements.txt (line 1)) (59.2.0)
Collecting virtualenv-clone>=0.2.5
Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting certifi
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
Collecting platformdirs<4,>=3.9.1
Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB)
Collecting filelock<4,>=3.12.2
Downloading filelock-3.12.4-py3-none-any.whl (11 kB)
Collecting distlib<1,>=0.3.7
Downloading distlib-0.3.7-py2.py3-none-any.whl (468 kB)
Installing collected packages: platformdirs, filelock, distlib, virtualenv-
clone, virtualenv, certifi, pipenv
Successfully installed certifi-2023.7.22 distlib-0.3.7 filelock-3.12.4
pipenv-2023.2.4 platformdirs-3.11.0 virtualenv-20.24.5 virtualenv-clone-0.5.7
W: WARNING: You are using pip version 21.3.1; however, version 23.2.1 is
available.
W: You should consider upgrading via the '/opt/python/3.11/bin/python3.11 -m
pip install --upgrade pip' command.

Executing build hook...


Requirement already satisfied: pip in /opt/python/3.11/lib/python3.11/site-
packages (21.3.1)
Collecting pip
Downloading pip-23.2.1-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
Successfully installed pip-23.2.1
W: WARNING: You are using pip version 21.3.1; however, version 23.2.1 is
available.
W: You should consider upgrading via the '/opt/python/3.11/bin/python3.11 -m
pip install --upgrade pip' command.
W: Creating a virtualenv for this project...
W: Pipfile: /app/Pipfile
W: Using /opt/python/3.11/bin/python3 (3.11.6) to create virtualenv...
W: created virtual environment CPython3.11.6.final.0-64 in 1099ms
W: creator CPython3Posix(dest=/app/.local/share/virtualenvs/app-4PlAip0Q,
clear=False, no_vcs_ignore=False, global=False)
W: seeder FromAppData(download=False, pip=bundle, setuptools=bundle,
wheel=bundle, via=copy, app_data_dir=/app/.local/share/virtualenv)
W: added seed packages: pip==23.2.1, setuptools==68.2.0, wheel==0.41.2
W: activators
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,Py
thonActivator
W:
W: ✔ Successfully created virtual environment!
W: Virtualenv location: /app/.local/share/virtualenvs/app-4PlAip0Q
Installing dependencies from Pipfile.lock (bfc799)...

Executing pre-flight checks...


W: Killing remaining process with pid: 116
W: Killing remaining process with pid: 141

Compressing application.
Beaming package to its final destination.

Provisioning certificates
Validating 1 new domain
Provisioned new certificate for 1 domains
(Next refresh will be at 2023-12-08 01:41:50+00:00.)
Certificates
- certificate bc12354: expiring on 2024-01-05 01:41:50+00:00, covering main-
bvxea6i-l6evmfnqmp474.us.platformsh.site

Creating environment main


Starting environment
Opening application app and its relationships
Opening environment
Environment configuration
app (type: python:3.11, size: S, disk: 1024)
db (type: mariadb:10.4, size: S, disk: 2048)
cache (type: redis:5.0, size: S)

Environment routes
http://main-bvxea6i-l6evmfnqmp474.us.platformsh.site/ redirects to
https://main-bvxea6i-l6evmfnqmp474.us.platformsh.site/
https://main-bvxea6i-l6evmfnqmp474.us.platformsh.site/ is served by
application `app`

You might also like