Running with gitlab-runner 13.7.0 (943fc252)
  on ns4.shore.co.il PBtBuDJs
section_start:1610052143:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:3.6-slim ...
Pulling docker image python:3.6-slim ...
Using docker image sha256:c87399c0ffc3e7a7f2a816b22e755bd6c895b9a7be13e349383af9ec4a37ebfd for python:3.6-slim with digest python@sha256:200bc4213e83751cc4a5496e72573ce8173713fc73266a1fd3ec62bd378a5890 ...
section_end:1610052148:prepare_executor
section_start:1610052148:prepare_script
Preparing environment
Running on runner-pbtbudjs-project-59-concurrent-0 via a532f007a4b9...
section_end:1610052149:prepare_script
section_start:1610052149:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/nimrod/python-pre-commit/.git/
Checking out 65402c86 as master...
Removing .cache/

Skipping Git submodules setup
section_end:1610052152:get_sources
section_start:1610052152:restore_cache
Restoring cache
Checking cache for default...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
WARNING: .cache/pre-commit/repo2hq9cp1i/py_env-python3/bin/python: chmod .cache/pre-commit/repo2hq9cp1i/py_env-python3/bin/python: no such file or directory (suppressing repeats) 
Successfully extracted cache
section_end:1610052161:restore_cache
section_start:1610052161:step_script
Executing "step_script" stage of the job script
$ pip install docutils pygments
Collecting docutils
  Using cached docutils-0.16-py2.py3-none-any.whl (548 kB)
Collecting pygments
  Using cached Pygments-2.7.3-py3-none-any.whl (950 kB)
Installing collected packages: pygments, docutils
Successfully installed docutils-0.16 pygments-2.7.3
$ python setup.py check --verbose --metadata --restructuredtext --strict
running check
$ pip install .
Processing /builds/nimrod/python-pre-commit
Requirement already satisfied: docutils in /usr/local/lib/python3.6/site-packages (from pre-commit-python-dummy-package==0.2.0) (0.16)
Collecting piprot
  Using cached piprot-0.9.11-py2.py3-none-any.whl
Collecting requests
  Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
Collecting chardet<5,>=3.0.2
  Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna<3,>=2.5
  Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
Collecting requests-futures
  Using cached requests_futures-1.0.0-py3-none-any.whl
Collecting six
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Building wheels for collected packages: pre-commit-python-dummy-package
  Building wheel for pre-commit-python-dummy-package (setup.py): started
  Building wheel for pre-commit-python-dummy-package (setup.py): finished with status 'done'
  Created wheel for pre-commit-python-dummy-package: filename=pre_commit_python_dummy_package-0.2.0-py3-none-any.whl size=2752 sha256=c0dc3f291d463ce97aac99c0e1bbc0fc310007fce533df4bf47d33db8779ba73
  Stored in directory: /builds/nimrod/python-pre-commit/.cache/pip/wheels/01/dd/9e/6ad4f9e200c3e7724691b805acfb1b647f40259daa6f00d0b5
Successfully built pre-commit-python-dummy-package
Installing collected packages: urllib3, idna, chardet, certifi, requests, six, requests-futures, piprot, pre-commit-python-dummy-package
Successfully installed certifi-2020.12.5 chardet-4.0.0 idna-2.10 piprot-0.9.11 pre-commit-python-dummy-package-0.2.0 requests-2.25.1 requests-futures-1.0.0 six-1.15.0 urllib3-1.26.2
section_end:1610052174:step_script
section_start:1610052174:archive_cache
Saving cache for successful job
Creating cache default...
.cache/: found 24554 matching files and directories 
No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1610052192:archive_cache
section_start:1610052192:cleanup_file_variables
Cleaning up file based variables
section_end:1610052193:cleanup_file_variables
Job succeeded