[0KRunning with gitlab-runner 13.8.0 (775dd39d) [0;m[0K on labrunner 7syfngcj [0;msection_start:1615974138:resolve_secrets [0K[0K[36;1mResolving secrets[0;m [0;msection_end:1615974138:resolve_secrets [0Ksection_start:1615974138: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:2c31ca135cf9ec96774d56c80d4c91870588f56a5b64c2e4aed95cb344715b93 for python:latest with digest python@sha256:168fd55b03929f88cd3e1e05b9ebe8f9cc1c095af8b53a8c0cd50da04a8c3a40 ... [0;msection_end:1615974144:prepare_executor [0Ksection_start:1615974144:prepare_script [0K[0K[36;1mPreparing environment[0;m [0;mRunning on runner-7syfngcj-project-1002-concurrent-0 via labrunner... section_end:1615974146:prepare_script [0Ksection_start:1615974146: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 Initialized empty Git repository in /builds/amaal/amal_test/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out 80eba9ec as master...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1615974148:get_sources [0Ksection_start:1615974148:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m [0;m[32;1m$ cat /proc/version[0;m Linux version 3.10.0-1160.15.2.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Wed Feb 3 15:06:38 UTC 2021 [32;1m$ python -V[0;m Python 3.9.2 [32;1m$ pip install pytest flake8[0;m Collecting pytest Downloading pytest-6.2.2-py3-none-any.whl (280 kB) Collecting flake8 Downloading flake8-3.9.0-py2.py3-none-any.whl (73 kB) Collecting pycodestyle<2.8.0,>=2.7.0 Downloading pycodestyle-2.7.0-py2.py3-none-any.whl (41 kB) Collecting mccabe<0.7.0,>=0.6.0 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) Collecting pyflakes<2.4.0,>=2.3.0 Downloading pyflakes-2.3.0-py2.py3-none-any.whl (68 kB) Collecting attrs>=19.2.0 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting py>=1.8.2 Downloading py-1.10.0-py2.py3-none-any.whl (97 kB) Collecting pluggy<1.0.0a1,>=0.12 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting packaging Downloading packaging-20.9-py2.py3-none-any.whl (40 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting pyparsing>=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-20.3.0 flake8-3.9.0 iniconfig-1.1.1 mccabe-0.6.1 packaging-20.9 pluggy-0.13.1 py-1.10.0 pycodestyle-2.7.0 pyflakes-2.3.0 pyparsing-2.4.7 pytest-6.2.2 toml-0.10.2 [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 ./example.py:15:1: E265 block comment should start with '# ' 1 E265 block comment should start with '# ' 1 section_end:1615974160:step_script [0Ksection_start:1615974160:cleanup_file_variables [0K[0K[36;1mCleaning up file based variables[0;m [0;msection_end:1615974161:cleanup_file_variables [0K[32;1mJob succeeded [0;m