[0KRunning with gitlab-runner 16.1.0 (b72e108d)[0;m [0K on gitlab-runner-7ccbbf6dc7-754r4 fgsdyeWQ, system ID: r_hFoEPOfAYmy8[0;m section_start:1702298147:prepare_executor [0K[0K[36;1mPreparing the "kubernetes" executor[0;m[0;m [0KUsing Kubernetes namespace: gitlab-runner[0;m [0KUsing Kubernetes executor with image python:3.8 ...[0;m [0KUsing attach strategy to execute scripts...[0;m section_end:1702298147:prepare_executor [0Ksection_start:1702298147:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Waiting for pod gitlab-runner/runner-fgsdyewq-project-205-concurrent-0fjhrz to be running, status is Pending Waiting for pod gitlab-runner/runner-fgsdyewq-project-205-concurrent-0fjhrz to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper svc-0]" ContainersNotReady: "containers with unready status: [build helper svc-0]" Running on runner-fgsdyewq-project-205-concurrent-0fjhrz via gitlab-runner-7ccbbf6dc7-754r4... section_end:1702298155:prepare_script [0Ksection_start:1702298155: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/nlpworkers/anonymizer/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out 59da959e as detached HEAD (ref is deanonimzer)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1702298157:get_sources [0Ksection_start:1702298157:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ pip install tox==4.5.1[0;m Collecting tox==4.5.1 Downloading tox-4.5.1-py3-none-any.whl (148 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.0/149.0 KB 2.6 MB/s eta 0:00:00 Collecting packaging>=23.1 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 KB 26.4 MB/s eta 0:00:00 Collecting pyproject-api>=1.5.1 Downloading pyproject_api-1.6.1-py3-none-any.whl (12 kB) Collecting pluggy>=1 Downloading pluggy-1.3.0-py3-none-any.whl (18 kB) Collecting tomli>=2.0.1 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting filelock>=3.11 Downloading filelock-3.13.1-py3-none-any.whl (11 kB) Collecting cachetools>=5.3 Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB) Collecting platformdirs>=3.2 Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB) Collecting virtualenv>=20.21 Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 29.8 MB/s eta 0:00:00 Collecting chardet>=5.1 Downloading chardet-5.2.0-py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 KB 60.1 MB/s eta 0:00:00 Collecting colorama>=0.4.6 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting distlib<1,>=0.3.7 Downloading distlib-0.3.7-py2.py3-none-any.whl (468 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 KB 101.4 MB/s eta 0:00:00 Installing collected packages: distlib, tomli, pluggy, platformdirs, packaging, filelock, colorama, chardet, cachetools, virtualenv, pyproject-api, tox Successfully installed cachetools-5.3.2 chardet-5.2.0 colorama-0.4.6 distlib-0.3.7 filelock-3.13.1 packaging-23.2 platformdirs-4.1.0 pluggy-1.3.0 pyproject-api-1.6.1 tomli-2.0.1 tox-4.5.1 virtualenv-20.25.0 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 22.0.4; however, version 23.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [32;1m$ tox -v -e pep8[0;m pep8: find interpreter for spec PythonSpec(major=3, minor=8) pep8: proposed PythonInfo(spec=CPython3.8.16.final.0-64, exe=/usr/local/bin/python, platform=linux, version='3.8.16 (default, Jan 11 2023, 16:24:16) \n[GCC 10.2.1 20210110]', encoding_fs_io=utf-8-utf-8) pep8: create virtual environment via CPython3Posix(dest=/builds/nlpworkers/anonymizer/.tox/pep8, clear=False, no_vcs_ignore=False, global=False) pep8: add seed packages via FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) pep8: add activators for Bash, CShell, Fish, Nushell, PowerShell, Python pep8: install_deps> python -I -m pip install flake8 pep8: exit 0 (1.54 seconds) /builds/nlpworkers/anonymizer> python -I -m pip install flake8 pid=50 pep8: freeze> python -m pip freeze --all pep8: exit 0 (0.28 seconds) /builds/nlpworkers/anonymizer> python -m pip freeze --all pid=58 pep8: flake8==6.1.0,mccabe==0.7.0,pip==23.3.1,pycodestyle==2.11.1,pyflakes==3.1.0,setuptools==69.0.2,wheel==0.42.0 pep8: commands[0]> flake8 pep8: exit 0 (0.36 seconds) /builds/nlpworkers/anonymizer> flake8 pid=64 pep8: OK (2.47=setup[2.11]+cmd[0.36] seconds) congratulations :) (2.53 seconds) section_end:1702298164:step_script [0Ksection_start:1702298164:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1702298165:cleanup_file_variables [0K[32;1mJob succeeded[0;m