Running with gitlab-runner 16.11.1 (535ced5f)
  on Runner 3 (742) d5538a2e, system ID: s_eb7bfeb91cea
Resolving secrets
section_start:1721736146:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:latest ...
Pulling docker image python:latest ...
Using docker image sha256:d1d39f5c5b149a1e4b3b1b393351d635e3644b463825a7e194b41bf70b9904d6 for python:latest with digest python@sha256:100002d992a6b588261d6e1651adcde1dd08347916065c7a87ee459a65fe919a ...
section_end:1721736147:prepare_executor
section_start:1721736147:prepare_script
Preparing environment
Running on runner-d5538a2e-project-1102-concurrent-0 via serv742.segi.priv...
section_end:1721736148:prepare_script
section_start:1721736148: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 494230b9 as detached HEAD (ref is master)...
Removing .cache/
Removing build/
Removing src/gboml.egg-info/
Removing venv/

Skipping Git submodules setup
section_end:1721736155:get_sources
section_start:1721736155: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:1721736177:restore_cache
section_start:1721736177:step_script
Executing "step_script" stage of the job script
Using docker image sha256:d1d39f5c5b149a1e4b3b1b393351d635e3644b463825a7e194b41bf70b9904d6 for python:latest with digest python@sha256:100002d992a6b588261d6e1651adcde1dd08347916065c7a87ee459a65fe919a ...
$ python --version
Python 3.12.4
$ pip install virtualenv
Collecting virtualenv
  Using cached virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv)
  Using cached distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv)
  Using cached filelock-3.15.4-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv)
  Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
Using cached virtualenv-20.26.3-py3-none-any.whl (5.7 MB)
Using cached distlib-0.3.8-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.15.4-py3-none-any.whl (16 kB)
Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
Installing collected packages: distlib, platformdirs, filelock, virtualenv
Successfully installed distlib-0.3.8 filelock-3.15.4 platformdirs-4.2.2 virtualenv-20.26.3
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: 24.0 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
$ virtualenv venv
created virtual environment CPython3.12.4.final.0-64 in 1467ms
  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.9, numpy==1.26.4, pip==24.1, scipy==1.13.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.12/site-packages (from gboml==0.1.9) (1.26.4)
Requirement already satisfied: scipy>=1.5.3 in ./venv/lib/python3.12/site-packages (from gboml==0.1.9) (1.13.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.9-py3-none-any.whl size=141788 sha256=02b0c1bcb76d214f3520e246f13fd71982acd28715f60cacd24802bdb7696fb5
  Stored in directory: /tmp/pip-ephem-wheel-cache-60tx0ss0/wheels/55/4f/6b/39e54d2850bf6ee277fb7d6e78b5fb29c4c32d3819df6b59d3
Successfully built gboml
Installing collected packages: gboml
  Attempting uninstall: gboml
    Found existing installation: gboml 0.1.9
    Uninstalling gboml-0.1.9:
      Successfully uninstalled gboml-0.1.9
Successfully installed gboml-0.1.9

[notice] A new release of pip is available: 24.1 -> 24.1.2
[notice] To update, run: pip install --upgrade pip
$ python -c "import gboml; print(gboml.GbomlGraph())"
<gboml.gboml_graph.GbomlGraph object at 0x7fefd8a44f80>
section_end:1721736190:step_script
section_start:1721736190:archive_cache
Saving cache for successful job
Creating cache default-protected...
.cache/pip: found 227 matching artifact files and directories 
venv/: found 4704 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:1721736202:archive_cache
section_start:1721736202:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1721736203:cleanup_file_variables
Job succeeded