Untitled

 avatar
unknown
plain_text
2 years ago
20 kB
4
Indexable
[2023-09-28 14:08:16] ╭──────────── git repo clone ───────────╼
[2023-09-28 14:08:16] │  › fetching app source code
[2023-09-28 14:08:16] │ => Selecting branch "main"
[2023-09-28 14:08:17] │ => Checking out commit "68d5b9fcf240984232114fb20acb3450246ce508"
[2023-09-28 14:08:17] │ 
[2023-09-28 14:08:17] │  ✔ cloned repo to /workspace
[2023-09-28 14:08:17] ╰────────────────────────────────────────╼
[2023-09-28 14:08:17] 
[2023-09-28 14:08:17] ╭──────────── buildpack detection ───────────╼
[2023-09-28 14:08:17] │  › using Ubuntu 22.04 stack
[2023-09-28 14:08:18] │ Detected the following buildpacks suitable to build your app:
[2023-09-28 14:08:18] │ 
[2023-09-28 14:08:18] │    digitalocean/python-appdetect  v0.0.3    
[2023-09-28 14:08:18] │    heroku/python                  v2.234.4  (Python)
[2023-09-28 14:08:18] │    digitalocean/procfile          v0.0.4    (Procfile)
[2023-09-28 14:08:18] │    digitalocean/custom            v0.1.2    (Custom Build Command)
[2023-09-28 14:08:18] │ 
[2023-09-28 14:08:18] │ For documentation on the buildpacks used to build your app, please see:
[2023-09-28 14:08:18] │ 
[2023-09-28 14:08:18] │    Python  v2.234.4  https://do.co/apps-buildpack-python
[2023-09-28 14:08:18] ╰─────────────────────────────────────────────╼
[2023-09-28 14:08:18] 
[2023-09-28 14:08:18] ╭──────────── app build ───────────╼
[2023-09-28 14:08:18] │ -----> No Python version was specified. Using the buildpack default: python-3.11.4
[2023-09-28 14:08:18] │        To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
[2023-09-28 14:08:19] │ -----> Installing python-3.11.4
[2023-09-28 14:08:20] │ -----> Installing pip 23.2.1, setuptools 68.0.0 and wheel 0.41.0
[2023-09-28 14:08:26] │ -----> Installing SQLite3
[2023-09-28 14:08:32] │ -----> Installing requirements with pip
[2023-09-28 14:08:33] │        Collecting attrs==23.1.0 (from -r requirements.txt (line 1))
[2023-09-28 14:08:33] │          Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
[2023-09-28 14:08:33] │        Collecting bidict==0.22.1 (from -r requirements.txt (line 2))
[2023-09-28 14:08:33] │          Downloading bidict-0.22.1-py3-none-any.whl (35 kB)
[2023-09-28 14:08:33] │        Collecting blinker==1.6.2 (from -r requirements.txt (line 3))
[2023-09-28 14:08:33] │          Downloading blinker-1.6.2-py3-none-any.whl (13 kB)
[2023-09-28 14:08:33] │        Collecting certifi==2023.7.22 (from -r requirements.txt (line 4))
[2023-09-28 14:08:33] │          Obtaining dependency information for certifi==2023.7.22 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata
[2023-09-28 14:08:33] │          Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
[2023-09-28 14:08:33] │        Collecting charset-normalizer==3.2.0 (from -r requirements.txt (line 5))
[2023-09-28 14:08:33] │          Obtaining dependency information for charset-normalizer==3.2.0 from https://files.pythonhosted.org/packages/bc/85/ef25d4ba14c7653c3020a1c6e1a7413e6791ef36a0ac177efa605fc2c737/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
[2023-09-28 14:08:33] │          Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
[2023-09-28 14:08:33] │        Collecting click==8.1.7 (from -r requirements.txt (line 6))
[2023-09-28 14:08:33] │          Obtaining dependency information for click==8.1.7 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
[2023-09-28 14:08:33] │          Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
[2023-09-28 14:08:33] │        Collecting colorama==0.4.6 (from -r requirements.txt (line 7))
[2023-09-28 14:08:33] │          Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
[2023-09-28 14:08:33] │        Collecting flasgger==0.9.7b2 (from -r requirements.txt (line 8))
[2023-09-28 14:08:33] │          Downloading flasgger-0.9.7b2.tar.gz (4.0 MB)
[2023-09-28 14:08:33] │          Preparing metadata (setup.py): started
[2023-09-28 14:08:34] │          Preparing metadata (setup.py): finished with status 'done'
[2023-09-28 14:08:34] │        Collecting Flask==2.3.3 (from -r requirements.txt (line 9))
[2023-09-28 14:08:34] │          Obtaining dependency information for Flask==2.3.3 from https://files.pythonhosted.org/packages/fd/56/26f0be8adc2b4257df20c1c4260ddd0aa396cf8e75d90ab2f7ff99bc34f9/flask-2.3.3-py3-none-any.whl.metadata
[2023-09-28 14:08:34] │          Downloading flask-2.3.3-py3-none-any.whl.metadata (3.6 kB)
[2023-09-28 14:08:34] │        Collecting Flask-MQTT==1.1.1 (from -r requirements.txt (line 10))
[2023-09-28 14:08:34] │          Downloading Flask-MQTT-1.1.1.tar.gz (8.9 kB)
[2023-09-28 14:08:34] │          Preparing metadata (setup.py): started
[2023-09-28 14:08:34] │          Preparing metadata (setup.py): finished with status 'done'
[2023-09-28 14:08:34] │        Collecting flask-swagger-ui==4.11.1 (from -r requirements.txt (line 11))
[2023-09-28 14:08:34] │          Downloading flask_swagger_ui-4.11.1-py3-none-any.whl (1.4 MB)
[2023-09-28 14:08:34] │        Collecting h11==0.14.0 (from -r requirements.txt (line 12))
[2023-09-28 14:08:34] │          Downloading h11-0.14.0-py3-none-any.whl (58 kB)
[2023-09-28 14:08:34] │        Collecting idna==3.4 (from -r requirements.txt (line 13))
[2023-09-28 14:08:34] │          Downloading idna-3.4-py3-none-any.whl (61 kB)
[2023-09-28 14:08:34] │        Collecting itsdangerous==2.1.2 (from -r requirements.txt (line 14))
[2023-09-28 14:08:34] │          Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
[2023-09-28 14:08:34] │        Collecting Jinja2==3.1.2 (from -r requirements.txt (line 15))
[2023-09-28 14:08:34] │          Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[2023-09-28 14:08:34] │        Collecting jsonschema==4.19.1 (from -r requirements.txt (line 16))
[2023-09-28 14:08:34] │          Obtaining dependency information for jsonschema==4.19.1 from https://files.pythonhosted.org/packages/0f/bf/a84bc75f069f4f156e1c0d9892fb7325945106c6ecaad9f29d24360872af/jsonschema-4.19.1-py3-none-any.whl.metadata
[2023-09-28 14:08:34] │          Downloading jsonschema-4.19.1-py3-none-any.whl.metadata (7.9 kB)
[2023-09-28 14:08:34] │        Collecting jsonschema-specifications==2023.7.1 (from -r requirements.txt (line 17))
[2023-09-28 14:08:34] │          Obtaining dependency information for jsonschema-specifications==2023.7.1 from https://files.pythonhosted.org/packages/1c/24/83349ac2189cc2435e84da3f69ba3c97314d3c0622628e55171c6798ed80/jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata
[2023-09-28 14:08:34] │          Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB)
[2023-09-28 14:08:34] │        Collecting MarkupSafe==2.1.3 (from -r requirements.txt (line 18))
[2023-09-28 14:08:34] │          Obtaining dependency information for MarkupSafe==2.1.3 from https://files.pythonhosted.org/packages/fe/21/2eff1de472ca6c99ec3993eab11308787b9879af9ca8bbceb4868cf4f2ca/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
[2023-09-28 14:08:34] │          Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
[2023-09-28 14:08:34] │        Collecting mistune==3.0.1 (from -r requirements.txt (line 19))
[2023-09-28 14:08:34] │          Obtaining dependency information for mistune==3.0.1 from https://files.pythonhosted.org/packages/cc/c0/ac9587149e37cde62ae338e9db8241ae2fdc79a84bde8c8ba7caea2c22d8/mistune-3.0.1-py3-none-any.whl.metadata
[2023-09-28 14:08:34] │          Downloading mistune-3.0.1-py3-none-any.whl.metadata (1.7 kB)
[2023-09-28 14:08:34] │        Collecting packaging==23.1 (from -r requirements.txt (line 20))
[2023-09-28 14:08:34] │          Downloading packaging-23.1-py3-none-any.whl (48 kB)
[2023-09-28 14:08:34] │        Collecting paho-mqtt==1.6.1 (from -r requirements.txt (line 21))
[2023-09-28 14:08:34] │          Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
[2023-09-28 14:08:34] │          Preparing metadata (setup.py): started
[2023-09-28 14:08:34] │          Preparing metadata (setup.py): finished with status 'done'
[2023-09-28 14:08:34] │        Collecting python-engineio==4.7.1 (from -r requirements.txt (line 22))
[2023-09-28 14:08:34] │          Obtaining dependency information for python-engineio==4.7.1 from https://files.pythonhosted.org/packages/b3/69/1e5985404fdc7873cef612ae7451ba5d3c00b2daa0aa1d9a4f6a5265532a/python_engineio-4.7.1-py3-none-any.whl.metadata
[2023-09-28 14:08:34] │          Downloading python_engineio-4.7.1-py3-none-any.whl.metadata (2.2 kB)
[2023-09-28 14:08:34] │        Collecting python-socketio==5.9.0 (from -r requirements.txt (line 23))
[2023-09-28 14:08:34] │          Obtaining dependency information for python-socketio==5.9.0 from https://files.pythonhosted.org/packages/2b/31/fd41960cf365177f323d8c10d774a0b017336556c6f0ba0a38403240914d/python_socketio-5.9.0-py3-none-any.whl.metadata
[2023-09-28 14:08:34] │          Downloading python_socketio-5.9.0-py3-none-any.whl.metadata (3.2 kB)
[2023-09-28 14:08:35] │        Collecting PyYAML==6.0.1 (from -r requirements.txt (line 24))
[2023-09-28 14:08:35] │          Obtaining dependency information for PyYAML==6.0.1 from https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
[2023-09-28 14:08:35] │          Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
[2023-09-28 14:08:35] │        Collecting referencing==0.30.2 (from -r requirements.txt (line 25))
[2023-09-28 14:08:35] │          Obtaining dependency information for referencing==0.30.2 from https://files.pythonhosted.org/packages/be/8e/56d6f1e2d591f4d6cbcba446cac4a1b0dc4f584537e2071d9bcee8eeab6b/referencing-0.30.2-py3-none-any.whl.metadata
[2023-09-28 14:08:35] │          Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB)
[2023-09-28 14:08:35] │        Collecting requests==2.31.0 (from -r requirements.txt (line 26))
[2023-09-28 14:08:35] │          Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
[2023-09-28 14:08:35] │          Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
[2023-09-28 14:08:35] │        Collecting rpds-py==0.10.3 (from -r requirements.txt (line 27))
[2023-09-28 14:08:35] │          Obtaining dependency information for rpds-py==0.10.3 from https://files.pythonhosted.org/packages/2f/a7/e15caccbd5e5b863385f840546553b74174569e6969844d2d867e29d5609/rpds_py-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
[2023-09-28 14:08:35] │          Downloading rpds_py-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.7 kB)
[2023-09-28 14:08:35] │        Collecting simple-websocket==0.10.1 (from -r requirements.txt (line 28))
[2023-09-28 14:08:35] │          Obtaining dependency information for simple-websocket==0.10.1 from https://files.pythonhosted.org/packages/f6/00/6583d44c59b765c01a14e69260d90c3ca489a47ac8ffc9f1ddf81f1d25f5/simple_websocket-0.10.1-py3-none-any.whl.metadata
[2023-09-28 14:08:35] │          Downloading simple_websocket-0.10.1-py3-none-any.whl.metadata (1.3 kB)
[2023-09-28 14:08:35] │        Collecting six==1.16.0 (from -r requirements.txt (line 29))
[2023-09-28 14:08:35] │          Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[2023-09-28 14:08:35] │        Collecting urllib3==2.0.5 (from -r requirements.txt (line 30))
[2023-09-28 14:08:35] │          Obtaining dependency information for urllib3==2.0.5 from https://files.pythonhosted.org/packages/37/dc/399e63f5d1d96bb643404ee830657f4dfcf8503f5ba8fa3c6d465d0c57fe/urllib3-2.0.5-py3-none-any.whl.metadata
[2023-09-28 14:08:35] │          Downloading urllib3-2.0.5-py3-none-any.whl.metadata (6.6 kB)
[2023-09-28 14:08:35] │        Collecting Werkzeug==2.3.7 (from -r requirements.txt (line 31))
[2023-09-28 14:08:35] │          Obtaining dependency information for Werkzeug==2.3.7 from https://files.pythonhosted.org/packages/9b/59/a7c32e3d8d0e546a206e0552a2c04444544f15c1da4a01df8938d20c6ffc/werkzeug-2.3.7-py3-none-any.whl.metadata
[2023-09-28 14:08:35] │          Downloading werkzeug-2.3.7-py3-none-any.whl.metadata (4.1 kB)
[2023-09-28 14:08:35] │        Collecting wsproto==1.2.0 (from -r requirements.txt (line 32))
[2023-09-28 14:08:35] │          Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
[2023-09-28 14:08:35] │        Collecting gunicorn==21.0.1 (from -r requirements.txt (line 33))
[2023-09-28 14:08:35] │          Obtaining dependency information for gunicorn==21.0.1 from https://files.pythonhosted.org/packages/a8/91/3f96a766e0c4d6fc55b522a6fab2ba6da13e4e22f1b2b3730b241bedc141/gunicorn-21.0.1-py3-none-any.whl.metadata
[2023-09-28 14:08:35] │          Downloading gunicorn-21.0.1-py3-none-any.whl.metadata (4.2 kB)
[2023-09-28 14:08:35] │        Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
[2023-09-28 14:08:35] │        Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
[2023-09-28 14:08:35] │        Downloading click-8.1.7-py3-none-any.whl (97 kB)
[2023-09-28 14:08:35] │        Downloading flask-2.3.3-py3-none-any.whl (96 kB)
[2023-09-28 14:08:35] │        Downloading jsonschema-4.19.1-py3-none-any.whl (83 kB)
[2023-09-28 14:08:35] │        Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
[2023-09-28 14:08:35] │        Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
[2023-09-28 14:08:35] │        Downloading mistune-3.0.1-py3-none-any.whl (47 kB)
[2023-09-28 14:08:35] │        Downloading python_engineio-4.7.1-py3-none-any.whl (55 kB)
[2023-09-28 14:08:35] │        Downloading python_socketio-5.9.0-py3-none-any.whl (57 kB)
[2023-09-28 14:08:35] │        Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
[2023-09-28 14:08:35] │        Downloading referencing-0.30.2-py3-none-any.whl (25 kB)
[2023-09-28 14:08:35] │        Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[2023-09-28 14:08:35] │        Downloading rpds_py-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
[2023-09-28 14:08:35] │        Downloading simple_websocket-0.10.1-py3-none-any.whl (7.5 kB)
[2023-09-28 14:08:35] │        Downloading urllib3-2.0.5-py3-none-any.whl (123 kB)
[2023-09-28 14:08:35] │        Downloading werkzeug-2.3.7-py3-none-any.whl (242 kB)
[2023-09-28 14:08:35] │        Downloading gunicorn-21.0.1-py3-none-any.whl (81 kB)
[2023-09-28 14:08:35] │        Building wheels for collected packages: flasgger, Flask-MQTT, paho-mqtt
[2023-09-28 14:08:35] │          Building wheel for flasgger (setup.py): started
[2023-09-28 14:08:37] │          Building wheel for flasgger (setup.py): finished with status 'done'
[2023-09-28 14:08:37] │          Created wheel for flasgger: filename=flasgger-0.9.7b2-py2.py3-none-any.whl size=3865146 sha256=f8973cd61be8a1faf1a419ca4fea86f0d5a6c9ace422a6b937082fd7a430b93d
[2023-09-28 14:08:37] │          Stored in directory: /tmp/pip-ephem-wheel-cache-_i82eaea/wheels/2b/4d/ec/8346adecb0475da08a0d8742c7a1618cbca66f8b72d62fff95
[2023-09-28 14:08:37] │          Building wheel for Flask-MQTT (setup.py): started
[2023-09-28 14:08:37] │          Building wheel for Flask-MQTT (setup.py): finished with status 'done'
[2023-09-28 14:08:37] │          Created wheel for Flask-MQTT: filename=Flask_MQTT-1.1.1-py3-none-any.whl size=7805 sha256=d0809146adfed46456cc472d3594e41ef6404de69d837447e71999adc67660d6
[2023-09-28 14:08:37] │          Stored in directory: /tmp/pip-ephem-wheel-cache-_i82eaea/wheels/43/65/02/67ae74862af6a846e3a57bb14b6fe02969fb493fee09eb6706
[2023-09-28 14:08:37] │          Building wheel for paho-mqtt (setup.py): started
[2023-09-28 14:08:37] │          Building wheel for paho-mqtt (setup.py): finished with status 'done'
[2023-09-28 14:08:37] │          Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62117 sha256=f71dcfa99efd1d42d2dea2471663dad4dcffeeed34df0ccefd24cdb5a2b049f3
[2023-09-28 14:08:37] │          Stored in directory: /tmp/pip-ephem-wheel-cache-_i82eaea/wheels/29/ea/a5/ba9a63aaf4cd4e16e8a87ee31fb4d11b04ff5e1735d312619a
[2023-09-28 14:08:37] │        Successfully built flasgger Flask-MQTT paho-mqtt
[2023-09-28 14:08:37] │        Installing collected packages: paho-mqtt, urllib3, six, rpds-py, PyYAML, packaging, mistune, MarkupSafe, itsdangerous, idna, h11, colorama, click, charset-normalizer, certifi, blinker, bidict, attrs, wsproto, Werkzeug, requests, referencing, Jinja2, gunicorn, simple-websocket, jsonschema-specifications, Flask, python-engineio, jsonschema, flask-swagger-ui, Flask-MQTT, python-socketio, flasgger
[2023-09-28 14:08:39] │        Successfully installed Flask-2.3.3 Flask-MQTT-1.1.1 Jinja2-3.1.2 MarkupSafe-2.1.3 PyYAML-6.0.1 Werkzeug-2.3.7 attrs-23.1.0 bidict-0.22.1 blinker-1.6.2 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 colorama-0.4.6 flasgger-0.9.7b2 flask-swagger-ui-4.11.1 gunicorn-21.0.1 h11-0.14.0 idna-3.4 itsdangerous-2.1.2 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 mistune-3.0.1 packaging-23.1 paho-mqtt-1.6.1 python-engineio-4.7.1 python-socketio-5.9.0 referencing-0.30.2 requests-2.31.0 rpds-py-0.10.3 simple-websocket-0.10.1 six-1.16.0 urllib3-2.0.5 wsproto-1.2.0
[2023-09-28 14:08:41] ╰───────────────────────────────────╼
[2023-09-28 14:08:41] 
[2023-09-28 14:08:41] ╭──────────── app upload ───────────╼
[2023-09-28 14:08:41] │  › uploading app container image to DOCR
[2023-09-28 14:08:43] │ Adding layer 'heroku/python:profile'
[2023-09-28 14:08:47] │ Adding 1/1 app layer(s)
[2023-09-28 14:08:47] │ Adding layer 'launcher'
[2023-09-28 14:08:47] │ Adding layer 'config'
[2023-09-28 14:08:47] │ Adding label 'io.buildpacks.lifecycle.metadata'
[2023-09-28 14:08:47] │ Adding label 'io.buildpacks.build.metadata'
[2023-09-28 14:08:47] │ Adding label 'io.buildpacks.project.metadata'
[2023-09-28 14:08:47] │ Saving <image-1>...
[2023-09-28 14:17:36] │ *** Images (sha256:9de5f25b1d727cc7eb98e3bd122b4625bc96551330fbaa3db02401ae13b4873c):
[2023-09-28 14:17:36] │       <image-2>
[2023-09-28 14:17:36] │ Layer cache not found
[2023-09-28 14:17:40] │ Adding cache layer 'heroku/python:shim'
[2023-09-28 14:19:04] │  ✔ uploaded app image to DOCR
[2023-09-28 14:19:04] ╰────────────────────────────────────╼
[2023-09-28 14:19:04] 
[2023-09-28 14:19:04]  ✔  build complete 
[2023-09-28 14:19:04] 
Editor is loading...