Running with gitlab-runner 13.8.0 (775dd39d)  on ironbank-tools-shared-gitlab-runner-595fc45c44-p8nj2 uQCe4UHZ section_start:1622042612:resolve_secrets Resolving secrets section_end:1622042612:resolve_secrets section_start:1622042612:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-tools WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/python:pyyaml ... section_end:1622042613:prepare_executor section_start:1622042613:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-tools/runner-uqce4uhz-project-3579-concurrent-0z2rwt to be running, status is Pending Running on runner-uqce4uhz-project-3579-concurrent-0z2rwt via ironbank-tools-shared-gitlab-runner-595fc45c44-p8nj2... section_end:1622042616:prepare_script section_start:1622042616:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/ironbank-tools/ironbank-plugins-pipeline/.git/ Created fresh repository. Checking out 74d9b85a as remove-spaces-from-jobs... Skipping Git submodules setup section_end:1622042616:get_sources section_start:1622042616:step_script Executing "step_script" stage of the job script $ pip install git+git://github.com/psf/black Collecting git+git://github.com/psf/black Cloning git://github.com/psf/black to /tmp/pip-req-build-nc06qs4o Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting regex>=2020.1.8 Downloading regex-2021.4.4-cp36-cp36m-manylinux2014_x86_64.whl (722 kB) Collecting typing-extensions>=3.7.4; python_version < "3.8" Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) Collecting appdirs Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting typed-ast>=1.4.2; python_version < "3.8" Downloading typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl (743 kB) Collecting pathspec<1,>=0.8.1 Downloading pathspec-0.8.1-py2.py3-none-any.whl (28 kB) Collecting click>=7.1.2 Downloading click-8.0.1-py3-none-any.whl (97 kB) Collecting mypy-extensions>=0.4.3 Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) Collecting dataclasses>=0.6; python_version < "3.7" Downloading dataclasses-0.8-py3-none-any.whl (19 kB) Collecting toml>=0.10.1 Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting importlib-metadata; python_version < "3.8" Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) Collecting zipp>=0.5 Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) Building wheels for collected packages: black Building wheel for black (PEP 517): started Building wheel for black (PEP 517): finished with status 'done' Created wheel for black: filename=black-21.5b2.dev18+g754eecf-py3-none-any.whl size=138445 sha256=00b62d5ec9cf80a0afa0fdbff77a46d07afe2c1b701cb9789b46632eb6184570 Stored in directory: /tmp/pip-ephem-wheel-cache-bcdggqlq/wheels/0e/e4/dd/1e8b5971b752671ce34b8c1427413852e20dfd27360999d6a5 Successfully built black Installing collected packages: regex, typing-extensions, appdirs, typed-ast, pathspec, zipp, importlib-metadata, click, mypy-extensions, dataclasses, toml, black Successfully installed appdirs-1.4.4 black-21.5b2.dev18+g754eecf click-8.0.1 dataclasses-0.8 importlib-metadata-4.0.1 mypy-extensions-0.4.3 pathspec-0.8.1 regex-2021.4.4 toml-0.10.2 typed-ast-1.4.3 typing-extensions-3.10.0.0 zipp-3.4.1 WARNING: You are using pip version 20.2.2; however, version 21.1.2 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. $ black --check --diff --color -t py36 . All done! ✨ 🍰 ✨ 7 files would be left unchanged. section_end:1622042624:step_script section_start:1622042624:cleanup_file_variables Cleaning up file based variables section_end:1622042624:cleanup_file_variables Job succeeded