Running with gitlab-runner 17.3.1 (66269445)
  on Runner 2 (741) b89c9970, system ID: s_eb7bfeb91cea
Resolving secrets
section_start:1728388441:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:latest ...
Pulling docker image python:latest ...
Using docker image sha256:97fc9ec41404bf3b8395f559c4fa381e20fa303f1fb56877c073f9af9e05507f for python:latest with digest python@sha256:4f3780acb8d126492a8890a1e1715d36773c0cc1865b5aa569ba857548d0f51f ...
section_end:1728388446:prepare_executor
section_start:1728388446:prepare_script
Preparing environment
Running on runner-b89c9970-project-1102-concurrent-0 via serv741.segi.priv...
section_end:1728388447:prepare_script
section_start:1728388447:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/smart_grids/public/gboml/.git/
Created fresh repository.
Checking out d96f17d2 as detached HEAD (ref is master)...

Skipping Git submodules setup
section_end:1728388451:get_sources
section_start:1728388451: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. 
WARNING: Cache file does not exist                 
Failed to extract cache
section_end:1728388452:restore_cache
section_start:1728388452:step_script
Executing "step_script" stage of the job script
Using docker image sha256:97fc9ec41404bf3b8395f559c4fa381e20fa303f1fb56877c073f9af9e05507f for python:latest with digest python@sha256:4f3780acb8d126492a8890a1e1715d36773c0cc1865b5aa569ba857548d0f51f ...
$ python --version
Python 3.13.0
$ pip install virtualenv
Collecting virtualenv
  Downloading virtualenv-20.26.6-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv)
  Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv)
  Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv)
  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Downloading virtualenv-20.26.6-py3-none-any.whl (6.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 29.7 MB/s eta 0:00:00
Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Installing collected packages: distlib, platformdirs, filelock, virtualenv
Successfully installed distlib-0.3.8 filelock-3.16.1 platformdirs-4.3.6 virtualenv-20.26.6
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.
$ virtualenv venv
created virtual environment CPython3.13.0.final.0-64 in 1830ms
  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: pip==24.2
  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'
Collecting numpy>=1.19.4 (from gboml==0.1.9)
  Downloading numpy-2.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Collecting scipy>=1.5.3 (from gboml==0.1.9)
  Downloading scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Downloading numpy-2.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/16.0 MB 51.6 MB/s eta 0:00:00
Downloading scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 MB 93.5 MB/s eta 0:00:00
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=141905 sha256=0e1e6c8ae7a1bd77c2335b19cbfc4f6c5c3669fd09304f1814b0e196a9352e9b
  Stored in directory: /tmp/pip-ephem-wheel-cache-xyhdlqwn/wheels/20/fb/13/9a056391774f502311efb7bd6c54e64eadcda060e420c29335
Successfully built gboml
Installing collected packages: numpy, scipy, gboml
Successfully installed gboml-0.1.9 numpy-2.1.2 scipy-1.14.1
$ gboml test/test24.txt --linprog
Check variables of node A : --- 6.532669067382812e-05 seconds ---
Check variables of node PV : --- 0.000232696533203125 seconds ---
Check variables of node B : --- 3.0040740966796875e-05 seconds ---
Check variables of node B : --- 1.7642974853515625e-05 seconds ---
Check hyperlink H : --- 2.384185791015625e-07 seconds ---
All --- 0.1594715118408203 seconds ---
Optimal solution found
--- 0.37443113327026367 seconds ---
$ gboml test/test25.txt --linprog
Check variables of node A : --- 6.890296936035156e-05 seconds ---
Check variables of node B : --- 3.910064697265625e-05 seconds ---
Check hyperlink H : --- 7.152557373046875e-07 seconds ---
All --- 0.1869957447052002 seconds ---
Optimal solution found
--- 0.3133394718170166 seconds ---
$ gboml test/test26.txt --linprog
Check variables of node A : --- 5.340576171875e-05 seconds ---
Check variables of node B : --- 1.6689300537109375e-06 seconds ---
Check variables of node C : --- 7.033348083496094e-05 seconds ---
Check variables of node D : --- 2.288818359375e-05 seconds ---
All --- 0.04126691818237305 seconds ---
Optimal solution found
--- 0.10650777816772461 seconds ---
$ gboml test/test27.txt --linprog
Check variables of node A : --- 3.838539123535156e-05 seconds ---
Check variables of node B : --- 2.1457672119140625e-06 seconds ---
Check variables of node C : --- 8.177757263183594e-05 seconds ---
Check variables of node D : --- 2.2411346435546875e-05 seconds ---
All --- 0.04179048538208008 seconds ---
Optimal solution found
--- 0.10491347312927246 seconds ---
$ gboml test/test28.txt --linprog
Check variables of node A : --- 3.933906555175781e-05 seconds ---
Check variables of node B : --- 2.6226043701171875e-06 seconds ---
Check variables of node C : --- 9.655952453613281e-05 seconds ---
Check variables of node E : --- 4.982948303222656e-05 seconds ---
Check variables of node D : --- 2.6464462280273438e-05 seconds ---
Check hyperlink H : --- 7.152557373046875e-07 seconds ---
All --- 0.05978131294250488 seconds ---
Optimal solution found
--- 0.12419390678405762 seconds ---
section_end:1728388492:step_script
section_start:1728388492:archive_cache
Saving cache for successful job
Creating cache default-protected...
.cache/pip: found 161 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:1728388505:archive_cache
section_start:1728388505:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1728388505:cleanup_file_variables
Job succeeded