[0KRunning with gitlab-runner 17.2.1 (9882d9c7)[0;m [0K on gitlab-runner-74c8bb57cb-4m4rj Mk6nvMLF, system ID: r_5lFzVUOedd6O[0;m section_start:1740995210: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 clarinpl/python:3.8 ...[0;m [0KUsing attach strategy to execute scripts...[0;m section_end:1740995210:prepare_executor [0Ksection_start:1740995210:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m [0KUsing FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...[0;m 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 [0Ksection_start:1740995218: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/pos_tagger/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out d7030ff0 as detached HEAD (ref is develop)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1740995219:get_sources [0Ksection_start:1740995219:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for default-non_protected...[0;m Downloading cache from https://s3.clarin-pl.eu/cache/runner/Mk6nvMLF/project/928/default-non_protected[0;m ETag[0;m="60a19ae7611de1663a9694d031f6d040" [32;1mSuccessfully extracted cache[0;m section_end:1740995221:restore_cache [0Ksection_start:1740995221:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ export DOCKER_HOST=tcp://docker:2376[0;m [32;1m$ pip install tox==3.18.1[0;m 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. [32;1m$ tox -v -e pytest[0;m 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 [0Ksection_start:1740995244:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache default-non_protected...[0;m .tox: found 6394 matching artifact files and directories[0;m Uploading cache.zip to https://s3.clarin-pl.eu/cache/runner/Mk6nvMLF/project/928/default-non_protected[0;m [32;1mCreated cache[0;m section_end:1740995248:archive_cache [0Ksection_start:1740995248:upload_artifacts_on_success [0K[0K[36;1mUploading artifacts for successful job[0;m[0;m [32;1mUploading artifacts...[0;m htmlcov: found 12 matching artifact files and directories[0;m Uploading artifacts as "archive" to coordinator... 201 Created[0;m id[0;m=50692 responseStatus[0;m=201 Created token[0;m=glcbt-64 [32;1mUploading artifacts...[0;m report.xml: found 1 matching artifact files and directories[0;m Uploading artifacts as "junit" to coordinator... 201 Created[0;m id[0;m=50692 responseStatus[0;m=201 Created token[0;m=glcbt-64 section_end:1740995250:upload_artifacts_on_success [0Ksection_start:1740995250:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1740995250:cleanup_file_variables [0K[32;1mJob succeeded[0;m