pages
Passed Started
by
@huicenter
Wenhui Li
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on team-wikis z_oj9Zux4Using Docker executor with image python:3.6 ...5Pulling docker image python:3.6 ...6Using docker image sha256:54260638d07c5e3ad24c6e21fc889abbc8486a27634c0892086ff71f3f44b104 for python:3.6 with digest python@sha256:f8652afaf88c25f0d22354d547d892591067aa4026a7fa9a6819df9f300af6fc ...8Running on runner-zoj9zux-project-293-concurrent-0 via runner-zoj9zux-wiki-1665691226-c45254b0...10Fetching changes with git depth set to 20...11Initialized empty Git repository in /builds/2022/szpt-china/.git/12Created fresh repository.13Checking out 0da9688d as main...14Skipping Git submodules setup16Using docker image sha256:54260638d07c5e3ad24c6e21fc889abbc8486a27634c0892086ff71f3f44b104 for python:3.6 with digest python@sha256:f8652afaf88c25f0d22354d547d892591067aa4026a7fa9a6819df9f300af6fc ...17$ pip install --no-cache-dir -r dependencies.txt18Collecting frozen-flask19 Downloading Frozen_Flask-0.18-py3-none-any.whl (21 kB)20Collecting Flask>=1.1.021 Downloading Flask-2.0.3-py3-none-any.whl (95 kB)22Collecting Jinja2>=3.023 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)24Collecting Werkzeug>=2.025 Downloading Werkzeug-2.0.3-py3-none-any.whl (289 kB)26Collecting itsdangerous>=2.027 Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)28Collecting click>=7.1.229 Downloading click-8.0.4-py3-none-any.whl (97 kB)30Collecting importlib-metadata31 Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB)32Collecting MarkupSafe>=2.033 Downloading MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)34Collecting dataclasses35 Downloading dataclasses-0.8-py3-none-any.whl (19 kB)36Collecting zipp>=0.537 Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)38Collecting typing-extensions>=3.6.439 Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB)40Installing collected packages: zipp, typing-extensions, MarkupSafe, importlib-metadata, dataclasses, Werkzeug, Jinja2, itsdangerous, click, Flask, frozen-flask41Successfully installed Flask-2.0.3 Jinja2-3.0.3 MarkupSafe-2.0.1 Werkzeug-2.0.3 click-8.0.4 dataclasses-0.8 frozen-flask-0.18 importlib-metadata-4.8.3 itsdangerous-2.0.1 typing-extensions-4.1.1 zipp-3.6.042WARNING: 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/venv43WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.44You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.45$ FLASK_APP=app.py flask freeze47Uploading artifacts...48public: found 47 matching files and directories 49Uploading artifacts as "archive" to coordinator... 201 Created id=368421 responseStatus=201 Created token=rDd4DEuq51Job succeeded