Running with gitlab-runner 14.3.2 (e0218c92)
  on labrunner 7syfngcj
section_start:1636557851:resolve_secrets
Resolving secrets
section_end:1636557851:resolve_secrets
section_start:1636557851:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:latest ...
Pulling docker image python:latest ...
Using docker image sha256:4246fb19839fd033a0dd925c1f89cd1ad482c6b703d56f34bf0d2808b076e132 for python:latest with digest python@sha256:437585501d11ef4b4b831cf8a6d6611eb526e327006d506bcedcfdea3fde442a ...
section_end:1636557863:prepare_executor
section_start:1636557863:prepare_script
Preparing environment
Running on runner-7syfngcj-project-1002-concurrent-0 via labrunner...
section_end:1636557869:prepare_script
section_start:1636557869:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/amaal/amal_test/.git/
Checking out 715ae9f0 as master...
Removing .pytest_cache/
Removing __pycache__/

Skipping Git submodules setup
section_end:1636557872:get_sources
section_start:1636557872:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4246fb19839fd033a0dd925c1f89cd1ad482c6b703d56f34bf0d2808b076e132 for python:latest with digest python@sha256:437585501d11ef4b4b831cf8a6d6611eb526e327006d506bcedcfdea3fde442a ...
$ cat /proc/version
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
$ python -V
Python 3.10.0
$ pip install pytest flake8
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.
$ 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
0
section_end:1636557885:step_script
section_start:1636557885:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1636557887:cleanup_file_variables
Job succeeded