[0KRunning with gitlab-runner 14.3.2 (e0218c92)[0;m [0K on labrunner 7syfngcj[0;m section_start:1636557851:resolve_secrets [0K[0K[36;1mResolving secrets[0;m[0;m section_end:1636557851:resolve_secrets [0Ksection_start:1636557851:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image python:latest ...[0;m [0KPulling docker image python:latest ...[0;m [0KUsing docker image sha256:4246fb19839fd033a0dd925c1f89cd1ad482c6b703d56f34bf0d2808b076e132 for python:latest with digest python@sha256:437585501d11ef4b4b831cf8a6d6611eb526e327006d506bcedcfdea3fde442a ...[0;m section_end:1636557863:prepare_executor [0Ksection_start:1636557863:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-7syfngcj-project-1002-concurrent-0 via labrunner... section_end:1636557869:prepare_script [0Ksection_start:1636557869:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 50...[0;m Reinitialized existing Git repository in /builds/amaal/amal_test/.git/ [32;1mChecking out 715ae9f0 as master...[0;m Removing .pytest_cache/ Removing __pycache__/ [32;1mSkipping Git submodules setup[0;m section_end:1636557872:get_sources [0Ksection_start:1636557872:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:4246fb19839fd033a0dd925c1f89cd1ad482c6b703d56f34bf0d2808b076e132 for python:latest with digest python@sha256:437585501d11ef4b4b831cf8a6d6611eb526e327006d506bcedcfdea3fde442a ...[0;m [32;1m$ cat /proc/version[0;m Linux version 3.10.0-1160.45.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Wed Oct 13 17:20:51 UTC 2021 [32;1m$ python -V[0;m Python 3.10.0 [32;1m$ pip install pytest flake8[0;m Collecting pytest Downloading pytest-6.2.5-py3-none-any.whl (280 kB) Collecting flake8 Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB) Collecting packaging Downloading packaging-21.2-py3-none-any.whl (40 kB) Collecting py>=1.8.2 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting attrs>=19.2.0 Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pycodestyle<2.9.0,>=2.8.0 Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB) Collecting pyflakes<2.5.0,>=2.4.0 Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB) Collecting pyparsing<3,>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Installing collected packages: pyparsing, toml, pyflakes, pycodestyle, py, pluggy, packaging, mccabe, iniconfig, attrs, pytest, flake8 Successfully installed attrs-21.2.0 flake8-4.0.1 iniconfig-1.1.1 mccabe-0.6.1 packaging-21.2 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pyparsing-2.4.7 pytest-6.2.5 toml-0.10.2 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 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [32;1m$ if [ -f requirements.txt ]; then pip install -r requirements.txt;fi[0;m [32;1m$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics[0;m 0 [32;1m$ flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics[0;m 0 section_end:1636557885:step_script [0Ksection_start:1636557885:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1636557887:cleanup_file_variables [0K[32;1mJob succeeded[0;m