Running with gitlab-runner 17.9.0 (c4cbe9dd)
  on hifis-runner-autoscaler-2 ZZzu1uEym, system ID: s_1ea2bde5dcc9
section_start:1741615689:prepare_executor
Preparing the "docker-autoscaler" executor
Dialing instance d4eb09fd-813c-45b2-8364-a077b0e5f663...
Instance d4eb09fd-813c-45b2-8364-a077b0e5f663 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:1741615749:prepare_executor
section_start:1741615749:prepare_script
Preparing environment
Running on runner-zzzu1ueym-project-10853-concurrent-0 via hifis-runner-manager-terraform-1...
section_end:1741615750:prepare_script
section_start:1741615750: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 2ce88abc as detached HEAD (ref is v1.2.2)...

Skipping Git submodules setup
section_end:1741615751:get_sources
section_start:1741615751:download_artifacts
Downloading artifacts
Downloading artifacts for tests_tag (2107340)...
Downloading artifacts from coordinator... ok        host=codebase.helmholtz.cloud id=2107340 responseStatus=200 OK token=64_dzMF4S
Downloading artifacts for test_tag (2107339)...
Downloading artifacts from coordinator... ok        host=codebase.helmholtz.cloud id=2107339 responseStatus=200 OK token=64_dzMF4S
section_end:1741615753:download_artifacts
section_start:1741615753: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.516', '@timestamp': '2025-03-10T15:07:50.640084+01:00', '@hostname': 'f1f77acbe7ba', 'testcase': {'@classname': 'tests.tests.test_bluesky_container', '@name': 'test_count_plan', '@time': '0.035'}}}}
Total tests: 1
Errors: 0
Failures: 0
Skipped: 0
All tests passed successfully.
section_end:1741615756:step_script
section_start:1741615756:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741615756:cleanup_file_variables
Job succeeded