Running with gitlab-runner 17.9.0 (c4cbe9dd)
  on hifis-runner-autoscaler-1 ZZzu1uEym, system ID: s_93f20f4e9021
section_start:1741619032:prepare_executor
Preparing the "docker-autoscaler" executor
Dialing instance b73c2c36-bced-4164-87d1-8f2d431700fe...
Instance b73c2c36-bced-4164-87d1-8f2d431700fe connected
Using Docker executor with image python:3.8 ...
Starting service docker:dind...
Pulling docker image docker:dind ...
Using docker image sha256:cca75ab1d7a7464eafbb043969362b3580b89fc13d0a24015f05784cf1fbf4a8 for docker:dind with digest docker@sha256:9a651b22672c7151b5d8ca820ed2290b3fe4d4922e9b3f37ab14c8876da6613d ...
Waiting for services to be up and running (timeout 30 seconds)...
Pulling docker image python:3.8 ...
Using docker image sha256:3ea6eaad4f175bd42f39dae10098b1820ee522628ff04670b3ac8b89fe00c1c8 for python:3.8 with digest python@sha256:d411270700143fa2683cc8264d9fa5d3279fd3b6afff62ae81ea2f9d070e390c ...
section_end:1741619077:prepare_executor
section_start:1741619077:prepare_script
Preparing environment
Running on runner-zzzu1ueym-project-10853-concurrent-0 via hifis-runner-manager-autoscaler-1...
section_end:1741619078:prepare_script
section_start:1741619078:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/hzb/bluesky/core/images/bluesky_container/.git/
Created fresh repository.
Checking out c940a651 as detached HEAD (ref is UE52_TEST)...

Skipping Git submodules setup
section_end:1741619079:get_sources
section_start:1741619079:download_artifacts
Downloading artifacts
Downloading artifacts for test_tag (2107466)...
Downloading artifacts from coordinator... ok        host=codebase.helmholtz.cloud id=2107466 responseStatus=200 OK token=64_x5A-zJ
Downloading artifacts for tests_tag (2107467)...
Downloading artifacts from coordinator... ok        host=codebase.helmholtz.cloud id=2107467 responseStatus=200 OK token=64_x5A-zJ
section_end:1741619080:download_artifacts
section_start:1741619080:step_script
Executing "step_script" stage of the job script
Using docker image sha256:3ea6eaad4f175bd42f39dae10098b1820ee522628ff04670b3ac8b89fe00c1c8 for python:3.8 with digest python@sha256:d411270700143fa2683cc8264d9fa5d3279fd3b6afff62ae81ea2f9d070e390c ...
$ pip install xmltodict
Collecting xmltodict
  Downloading xmltodict-0.14.2-py2.py3-none-any.whl (10.0 kB)
Installing collected packages: xmltodict
Successfully installed xmltodict-0.14.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

[notice] A new release of pip is available: 23.0.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
$ cp tests/analyze_report.py .
$ python analyze_report.py
Parsed report structure:
{'testsuites': {'testsuite': {'@name': 'pytest', '@errors': '0', '@failures': '0', '@skipped': '0', '@tests': '1', '@time': '1.589', '@timestamp': '2025-03-10T16:03:32.907379+01:00', '@hostname': 'ec0a28e7006a', 'testcase': {'@classname': 'tests.tests.test_bluesky_container', '@name': 'test_count_plan', '@time': '0.101'}}}}
Total tests: 1
Errors: 0
Failures: 0
Skipped: 0
All tests passed successfully.
section_end:1741619083:step_script
section_start:1741619083:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741619083:cleanup_file_variables
Job succeeded