Running with gitlab-runner 17.2.1 (9882d9c7)
  on gitlab-runner-74c8bb57cb-4m4rj Mk6nvMLF, system ID: r_5lFzVUOedd6O
section_start:1740995210:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab-runner
Using Kubernetes executor with image clarinpl/python:3.8 ...
Using attach strategy to execute scripts...
section_end:1740995210:prepare_executor
section_start:1740995210:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod gitlab-runner/runner-mk6nvmlf-project-928-concurrent-0-p631f71j to be running, status is Pending
Waiting for pod gitlab-runner/runner-mk6nvmlf-project-928-concurrent-0-p631f71j to be running, status is Pending
	ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-mk6nvmlf-project-928-concurrent-0-p631f71j via gitlab-runner-74c8bb57cb-4m4rj...

section_end:1740995218:prepare_script
section_start:1740995218:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/nlpworkers/pos_tagger/.git/
Created fresh repository.
Checking out d7030ff0 as detached HEAD (ref is develop)...

Skipping Git submodules setup

section_end:1740995219:get_sources
section_start:1740995219:restore_cache
Restoring cache
Checking cache for default-non_protected...
Downloading cache from https://s3.clarin-pl.eu/cache/runner/Mk6nvMLF/project/928/default-non_protected  ETag="60a19ae7611de1663a9694d031f6d040"
Successfully extracted cache

section_end:1740995221:restore_cache
section_start:1740995221:step_script
Executing "step_script" stage of the job script
$ export DOCKER_HOST=tcp://docker:2376
$ pip install tox==3.18.1
Looking in indexes: https://pypi.org/simple, https://pypi.clarin-pl.eu
Collecting tox==3.18.1
  Downloading tox-3.18.1-py2.py3-none-any.whl (82 kB)
Collecting toml>=0.9.4
  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting packaging>=14
  Downloading packaging-24.2-py3-none-any.whl (65 kB)
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
  Downloading virtualenv-20.29.2-py3-none-any.whl (4.3 MB)
Collecting pluggy>=0.12.0
  Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Collecting six>=1.14.0
  Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Collecting filelock>=3.0.0
  Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Collecting py>=1.4.17
  Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting distlib<1,>=0.3.7
  Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Collecting platformdirs<5,>=3.9.1
  Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Installing collected packages: platformdirs, filelock, distlib, virtualenv, toml, six, py, pluggy, packaging, tox
Successfully installed distlib-0.3.9 filelock-3.16.1 packaging-24.2 platformdirs-4.3.6 pluggy-1.5.0 py-1.11.0 six-1.17.0 toml-0.10.2 tox-3.18.1 virtualenv-20.29.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 25.0.1 is available.
You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command.
$ tox -v -e pytest
using tox.ini: /builds/nlpworkers/pos_tagger/tox.ini (pid 40)
using tox-3.18.1 from /usr/local/lib/python3.8/dist-packages/tox/__init__.py (pid 40)
pytest reusing: /builds/nlpworkers/pos_tagger/.tox/pytest
[47] /builds/nlpworkers/pos_tagger$ /builds/nlpworkers/pos_tagger/.tox/pytest/bin/python -m pip freeze >.tox/pytest/log/pytest-3.log
pytest installed: aio-pika==6.8.0,aioprocessing==2.0.0,aiormq==3.3.1,attrs==25.1.0,ccl2json==0.1.1,clarin-json==0.81,click==8.1.8,coverage==7.6.1,divider==0.5,idna==3.10,iniconfig==2.0.0,jsonstreams==0.6.0,lxml==5.3.1,multidict==6.1.0,nlp-ws==2.3.3,packaging==24.2,pamqp==2.3.0,pluggy==1.5.0,propcache==0.2.0,py==1.11.0,pyaml-env==1.2.1,pytest==6.2.5,pytest-mock==3.14.0,pytest-pythonpath==0.7.4,PyYAML==6.0.2,setproctitle==1.3.5,six==1.17.0,toml==0.10.2,tqdm==4.64.0,typer==0.7.0,typing_extensions==4.12.2,yarl==1.15.2
pytest run-test-pre: PYTHONHASHSEED='2156828319'
pytest run-test: commands[0] | coverage run --source=src -m pytest --junitxml=report.xml tests/test.py
[49] /builds/nlpworkers/pos_tagger$ /builds/nlpworkers/pos_tagger/.tox/pytest/bin/coverage run --source=src -m pytest --junitxml=report.xml tests/test.py
============================= test session starts ==============================
platform linux -- Python 3.8.9, pytest-6.2.5, py-1.11.0, pluggy-1.5.0
cachedir: .tox/pytest/.pytest_cache
rootdir: /builds/nlpworkers/pos_tagger
plugins: mock-3.14.0, pythonpath-0.7.4
collected 57 items

tests/test.py ..
..
.
.
..
..
..
..
..
..
..
..
..
..
..
..................
...........  [100%]

--------- generated xml file: /builds/nlpworkers/pos_tagger/report.xml ---------
============================= 57 passed in 16.41s ==============================
pytest run-test: commands[1] | coverage html
[51] /builds/nlpworkers/pos_tagger$ /builds/nlpworkers/pos_tagger/.tox/pytest/bin/coverage html
Wrote HTML report to htmlcov/index.html
___________________________________ summary ____________________________________
  pytest: commands succeeded
  congratulations :)

section_end:1740995244:step_script
section_start:1740995244:archive_cache
Saving cache for successful job
Creating cache default-non_protected...
.tox: found 6394 matching artifact files and directories 
Uploading cache.zip to https://s3.clarin-pl.eu/cache/runner/Mk6nvMLF/project/928/default-non_protected 
Created cache

section_end:1740995248:archive_cache
section_start:1740995248:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
htmlcov: found 12 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=50692 responseStatus=201 Created token=glcbt-64
Uploading artifacts...
report.xml: found 1 matching artifact files and directories 
Uploading artifacts as "junit" to coordinator... 201 Created  id=50692 responseStatus=201 Created token=glcbt-64

section_end:1740995250:upload_artifacts_on_success
section_start:1740995250:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1740995250:cleanup_file_variables
Job succeeded