[0KRunning with gitlab-runner 17.3.3 (26a9eefc)[0;m [0K on Runner 2 (741) b89c9970, system ID: s_eb7bfeb91cea[0;m [0K[36;1mResolving secrets[0;m[0;m section_start:1732030305:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image python:latest ...[0;m [0KPulling docker image python:latest ...[0;m [0KUsing docker image sha256:c41ea82733659810377a74cad7ee2a4d1d6f582395de8d12091be78c315cfee2 for python:latest with digest python@sha256:bc78d3c007f86dbb87d711b8b082d9d564b8025487e780d24ccb8581d83ef8b0 ...[0;m section_end:1732030309:prepare_executor [0Ksection_start:1732030309:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-b89c9970-project-1102-concurrent-0 via serv741.segi.priv... section_end:1732030309:prepare_script [0Ksection_start:1732030309:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 50...[0;m Initialized empty Git repository in /builds/smart_grids/public/gboml/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out e39dd9c6 as detached HEAD (ref is master)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1732030311:get_sources [0Ksection_start:1732030311:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for default-protected...[0;m No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted.[0;m [0;33mWARNING: Cache file does not exist [0;m [0;33mFailed to extract cache[0;m section_end:1732030312:restore_cache [0Ksection_start:1732030312:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:c41ea82733659810377a74cad7ee2a4d1d6f582395de8d12091be78c315cfee2 for python:latest with digest python@sha256:bc78d3c007f86dbb87d711b8b082d9d564b8025487e780d24ccb8581d83ef8b0 ...[0;m [32;1m$ python --version[0;m Python 3.13.0 [32;1m$ pip install virtualenv[0;m Collecting virtualenv Downloading virtualenv-20.27.1-py3-none-any.whl.metadata (4.5 kB) Collecting distlib<1,>=0.3.7 (from virtualenv) Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 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.27.1-py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 61.4 MB/s eta 0:00:00 Downloading distlib-0.3.9-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.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 [32;1m$ virtualenv venv[0;m created virtual environment CPython3.13.0.final.0-64 in 215ms 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.3.1 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [32;1m$ source venv/bin/activate[0;m [32;1m$ python -m pip install .[0;m 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.10) Downloading numpy-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) Collecting scipy>=1.5.3 (from gboml==0.1.10) Downloading scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) Downloading numpy-2.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/16.0 MB 113.0 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 145.1 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.10-py3-none-any.whl size=141949 sha256=30292bed83da903aec3026e99d90895e859c20dd59c8711381a452642f47f406 Stored in directory: /tmp/pip-ephem-wheel-cache-2ra2mxcx/wheels/20/fb/13/9a056391774f502311efb7bd6c54e64eadcda060e420c29335 Successfully built gboml Installing collected packages: numpy, scipy, gboml Successfully installed gboml-0.1.10 numpy-2.1.3 scipy-1.14.1 section_end:1732030329:step_script [0Ksection_start:1732030329:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache default-protected...[0;m .cache/pip: found 165 matching artifact files and directories[0;m venv/: found 4816 matching artifact files and directories[0;m No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally.[0;m [32;1mCreated cache[0;m section_end:1732030339:archive_cache [0Ksection_start:1732030339:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1732030339:cleanup_file_variables [0K[32;1mJob succeeded[0;m