Running with gitlab-runner 17.3.3 (26a9eefc)
  on Runner 2 (741) b89c9970, system ID: s_eb7bfeb91cea
Resolving secrets
section_start:1732030343:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:latest ...
Pulling docker image python:latest ...
Using docker image sha256:c41ea82733659810377a74cad7ee2a4d1d6f582395de8d12091be78c315cfee2 for python:latest with digest python@sha256:bc78d3c007f86dbb87d711b8b082d9d564b8025487e780d24ccb8581d83ef8b0 ...
section_end:1732030344:prepare_executor
section_start:1732030344:prepare_script
Preparing environment
Running on runner-b89c9970-project-1102-concurrent-0 via serv741.segi.priv...
section_end:1732030344:prepare_script
section_start:1732030344:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/smart_grids/public/gboml/.git/
Checking out e39dd9c6 as detached HEAD (ref is master)...
Removing .cache/
Removing build/
Removing src/gboml.egg-info/
Removing venv/

Skipping Git submodules setup
section_end:1732030345:get_sources
section_start:1732030345:restore_cache
Restoring cache
Checking cache for default-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1732030348:restore_cache
section_start:1732030348:step_script
Executing "step_script" stage of the job script
Using docker image sha256:c41ea82733659810377a74cad7ee2a4d1d6f582395de8d12091be78c315cfee2 for python:latest with digest python@sha256:bc78d3c007f86dbb87d711b8b082d9d564b8025487e780d24ccb8581d83ef8b0 ...
$ python --version
Python 3.13.0
$ pip install virtualenv
Collecting virtualenv
  Using cached virtualenv-20.27.1-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv)
  Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv)
  Using cached filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv)
  Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Using cached virtualenv-20.27.1-py3-none-any.whl (3.1 MB)
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.16.1-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB)
Installing collected packages: distlib, platformdirs, filelock, virtualenv
Successfully installed distlib-0.3.9 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.27.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.

[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
$ virtualenv venv
created virtual environment CPython3.13.0.final.0-64 in 278ms
  creator CPython3Posix(dest=/builds/smart_grids/public/gboml/venv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
    added seed packages: gboml==0.1.10, numpy==2.1.3, pip==24.3.1, scipy==1.14.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
$ source venv/bin/activate
$ python -m pip install .
Processing /builds/smart_grids/public/gboml
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: numpy>=1.19.4 in ./venv/lib/python3.13/site-packages (from gboml==0.1.10) (2.1.3)
Requirement already satisfied: scipy>=1.5.3 in ./venv/lib/python3.13/site-packages (from gboml==0.1.10) (1.14.1)
Building wheels for collected packages: gboml
  Building wheel for gboml (pyproject.toml): started
  Building wheel for gboml (pyproject.toml): finished with status 'done'
  Created wheel for gboml: filename=gboml-0.1.10-py3-none-any.whl size=141949 sha256=f770f0d350779a540be82cc02e117a7ff3095ff8840135ab11c4af2744f75532
  Stored in directory: /tmp/pip-ephem-wheel-cache-zjubl_59/wheels/20/fb/13/9a056391774f502311efb7bd6c54e64eadcda060e420c29335
Successfully built gboml
Installing collected packages: gboml
  Attempting uninstall: gboml
    Found existing installation: gboml 0.1.10
    Uninstalling gboml-0.1.10:
      Successfully uninstalled gboml-0.1.10
Successfully installed gboml-0.1.10
$ python -c "import gboml; print(gboml.GbomlGraph())"
<gboml.gboml_graph.GbomlGraph object at 0x7fb0de162510>
section_end:1732030356:step_script
section_start:1732030356:archive_cache
Saving cache for successful job
Creating cache default-protected...
.cache/pip: found 165 matching artifact files and directories 
venv/: found 4816 matching artifact files and directories 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1732030366:archive_cache
section_start:1732030366:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1732030366:cleanup_file_variables
Job succeeded