Running with gitlab-runner 13.8.0 (775dd39d)
  on labrunner 7syfngcj
section_start:1615974138:resolve_secrets
Resolving secrets
section_end:1615974138:resolve_secrets
section_start:1615974138:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:latest ...
Pulling docker image python:latest ...
Using docker image sha256:2c31ca135cf9ec96774d56c80d4c91870588f56a5b64c2e4aed95cb344715b93 for python:latest with digest python@sha256:168fd55b03929f88cd3e1e05b9ebe8f9cc1c095af8b53a8c0cd50da04a8c3a40 ...
section_end:1615974144:prepare_executor
section_start:1615974144:prepare_script
Preparing environment
Running on runner-7syfngcj-project-1002-concurrent-0 via labrunner...
section_end:1615974146:prepare_script
section_start:1615974146:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/amaal/amal_test/.git/
Created fresh repository.
Checking out 80eba9ec as master...

Skipping Git submodules setup
section_end:1615974148:get_sources
section_start:1615974148:step_script
Executing "step_script" stage of the job script
$ cat /proc/version
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
$ python -V
Python 3.9.2
$ pip install pytest flake8
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
$ if [ -f requirements.txt ]; then pip install -r requirements.txt;fi
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
0
$ flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
./example.py:15:1: E265 block comment should start with '# '
1     E265 block comment should start with '# '
1
section_end:1615974160:step_script
section_start:1615974160:cleanup_file_variables
Cleaning up file based variables
section_end:1615974161:cleanup_file_variables
Job succeeded